Allow not serving the toplevel domain

This commit is contained in:
Tom Wiesing 2023-11-02 14:15:10 +01:00
parent a90c68bf5e
commit 5ef2e14ae9
No known key found for this signature in database
9 changed files with 60 additions and 17 deletions

View file

@ -39,6 +39,10 @@ http:
# This email address can be configured here.
certbot_email: null
# Serve the panel also on the toplevel domain, and not only on the "_panel" domain.
# Enabled by default.
panel: null
# Enable or Disable the HTTP API.
# In the future, it will be enabled by default, but at this point it is not.
api: null