fix img
This commit is contained in:
@@ -188,7 +188,7 @@ let
|
|||||||
})
|
})
|
||||||
(lib.optional (serverCfg.containers?influx) {
|
(lib.optional (serverCfg.containers?influx) {
|
||||||
Influx={
|
Influx={
|
||||||
icon = "influx.png";
|
icon = "grafana.png";
|
||||||
href = "https://${serverCfg.containers.influx.subdomain}.${serverCfg.domain}";
|
href = "https://${serverCfg.containers.influx.subdomain}.${serverCfg.domain}";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -39,6 +39,8 @@ in {
|
|||||||
POSTGRES_DB = "nextcloud_db";
|
POSTGRES_DB = "nextcloud_db";
|
||||||
AUTHENTIK_POSTGRESQL__SSLMODE = "disable";
|
AUTHENTIK_POSTGRESQL__SSLMODE = "disable";
|
||||||
NEXTCLOUD_TRUSTED_DOMAINS = "${containerCfg.subdomain}.${serverCfg.domain} nextcloud-server";
|
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_HOST = serverCfg.mail.server;
|
||||||
# SMTP_NAME = "mail_user";
|
# SMTP_NAME = "mail_user";
|
||||||
# SMTP_PASSWORD = "mail_password";
|
# SMTP_PASSWORD = "mail_password";
|
||||||
@@ -100,6 +102,8 @@ in {
|
|||||||
$OCC config:system:set maintenance_window_start --type=integer --value=1
|
$OCC config:system:set maintenance_window_start --type=integer --value=1
|
||||||
$OCC config:system:set default_language --value="en"
|
$OCC config:system:set default_language --value="en"
|
||||||
$OCC config:system:set default_locale --value="en_CH"
|
$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..."
|
echo "Applying Apps..."
|
||||||
$OCC app:disable activity || true
|
$OCC app:disable activity || true
|
||||||
|
|||||||
Reference in New Issue
Block a user