This commit is contained in:
soraefir
2026-06-07 17:20:12 +02:00
parent 8afa30e3cc
commit d8f3142b4e
2 changed files with 5 additions and 1 deletions

View File

@@ -39,6 +39,8 @@ in {
POSTGRES_DB = "nextcloud_db";
AUTHENTIK_POSTGRESQL__SSLMODE = "disable";
NEXTCLOUD_TRUSTED_DOMAINS = "${containerCfg.subdomain}.${serverCfg.domain} nextcloud-server";
OVERWRITEPROTOCOL = "https";
NEXTCLOUD_CLI_URL = "https://${containerCfg.subdomain}.${serverCfg.domain}";
# SMTP_HOST = serverCfg.mail.server;
# SMTP_NAME = "mail_user";
# SMTP_PASSWORD = "mail_password";
@@ -100,6 +102,8 @@ in {
$OCC config:system:set maintenance_window_start --type=integer --value=1
$OCC config:system:set default_language --value="en"
$OCC config:system:set default_locale --value="en_CH"
$OCC config:system:set overwriteprotocol --value="https"
$OCC config:system:set overwrite.cli.url --value="https://${containerCfg.subdomain}.${serverCfg.domain}"
echo "Applying Apps..."
$OCC app:disable activity || true