mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Fix shenanigans with setup wizard
This commit is contained in:
parent
8000b93f3e
commit
29a2582f4b
1 changed files with 0 additions and 3 deletions
|
|
@ -640,9 +640,6 @@ def setup():
|
|||
|
||||
if request.form.get("auto_lets_encrypt", "no") == "yes":
|
||||
config["AUTO_LETS_ENCRYPT"] = "yes"
|
||||
else:
|
||||
config["GENERATE_SELF_SIGNED_SSL"] = "yes"
|
||||
config["SELF_SIGNED_SSL_SUBJ"] = f"/CN={request.form['server_name']}/"
|
||||
|
||||
if not config.get("MULTISITE", "no") == "yes":
|
||||
app.config["CONFIG"].edit_global_conf({"MULTISITE": "yes"}, check_changes=False)
|
||||
|
|
|
|||
Loading…
Reference in a new issue