Add wifi sharing as a card, new settings for lan url, root and ssh

This commit is contained in:
Ana Custura 2026-02-19 16:42:57 +00:00
parent 947b4ac59a
commit ed1b03a609
52 changed files with 9067 additions and 94 deletions

View file

@ -21,6 +21,10 @@ def seed_defaults():
"enable_deltachat": current_app.config["ENABLE_DELTACHAT"],
"ssh_password": "",
"admin_password": current_app.config["ADMIN_PASSWORD"],
"enable_wifi_sharing": current_app.config["ENABLE_WIFI_SHARING"],
"butterbox_hostname": current_app.config["BUTTERBOX_HOSTNAME"],
"root_account_settings": "",
"ssh_access_settings": "disable_ssh",
}
for key, value in defaults.items():