This commit is contained in:
Alexandre Aubin 2023-09-27 22:29:27 +02:00
parent d3418479a2
commit 127b6121d1
2 changed files with 1 additions and 2 deletions

View file

@ -24,7 +24,6 @@ from importlib import import_module
from logging import getLogger
from moulinette import m18n, Moulinette
from moulinette.utils import log
from moulinette.utils.filesystem import (
read_json,
write_to_json,

View file

@ -66,7 +66,7 @@ def _get_portal_settings(domain: Union[str, None] = None):
"portal_logo": "",
"portal_theme": "system",
"portal_title": "YunoHost",
"show_other_domains_apps": false,
"show_other_domains_apps": False,
"domain": domain,
}