Add deltachat spport page

This commit is contained in:
Ana Custura 2026-02-17 10:23:25 +00:00
parent c0b4ca1021
commit ebfd20da3f
7 changed files with 106 additions and 40 deletions

View file

@ -10,14 +10,15 @@ def seed_defaults():
"butterbox_logo": current_app.config["BUTTERBOX_LOGO"],
"ssid": current_app.config["BUTTERBOX_SSID"],
"wifi_password": current_app.config["BUTTERBOX_WIFI_PASSWORD"],
"disable_access_point": current_app.config["DISABLE_ACCESS_POINT"],
"enable_access_point": current_app.config["ENABLE_ACCESS_POINT"],
"apply_changes": "false",
"onboarding_complete": "false",
"lock_root_password": "false",
"disable_file_viewer": current_app.config["DISABLE_FILE_VIEWER"],
"disable_map_viewer": current_app.config["DISABLE_MAP_VIEWER"],
"disable_chat": current_app.config["DISABLE_CHAT"],
"disable_app_store": current_app.config["DISABLE_APP_STORE"],
"enable_file_viewer": current_app.config["ENABLE_FILE_VIEWER"],
"enable_map_viewer": current_app.config["ENABLE_MAP_VIEWER"],
"enable_chat": current_app.config["ENABLE_CHAT"],
"enable_app_store": current_app.config["ENABLE_APP_STORE"],
"enable_deltachat": current_app.config["ENABLE_DELTACHAT"],
"ssh_password": "",
"admin_password": current_app.config["ADMIN_PASSWORD"],
}