Add wifi sharing as a card, new settings for lan url, root and ssh
This commit is contained in:
parent
947b4ac59a
commit
ed1b03a609
52 changed files with 9067 additions and 94 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue