Files
tactility/Data/data/tactility/service/webserver/settings.properties
T
Adolfo Reyna 620d56e19a feat(ui): simplify family UI - hide advanced settings/apps, sane defaults
Hide from Settings: Bluetooth, Development, MCP Screen, Power,
Region & Language, Time & Date (APP_MANIFEST_FLAG_HIDDEN).

Hide from Apps list: App Hub, Chat, I2C Scanner, Notes,
Screenshot, System Info, Web Server.

Defaults: MCP on, WebServer on, America/New_York timezone,
12-hour time format.
2026-09-12 19:45:13 -04:00

28 lines
760 B
Properties

# Web Server Settings
# WiFi and HTTP server configuration
# WiFi Enable (0=disabled, 1=enabled)
wifiEnabled=0
# WiFi Mode (0=Station/Client, 1=Access Point)
wifiMode=0
# Access Point Mode Settings (create own WiFi network)
# apSsid will be auto-generated as Tactility-XXXX if empty
# apPassword will be auto-generated if empty or insecure (WPA2 requires 8-63 chars)
# apOpenNetwork: if 1, create open network without password (ignores apPassword)
apSsid=
apPassword=
apOpenNetwork=0
apChannel=1
# Web Server Settings
webServerEnabled=1
webServerPort=80
# HTTP Basic Authentication (optional)
# When auth is enabled with empty/insecure credentials, strong random credentials are auto-generated
webServerAuthEnabled=0
webServerUsername=
webServerPassword=