add ports

This commit is contained in:
soraefir
2026-05-31 01:29:29 +02:00
parent 480f7910a6
commit fecaa28ab0

View File

@@ -53,7 +53,7 @@ let
href = "https://${serverCfg.containers.nextcloud.subdomain}.${serverCfg.domain}"; href = "https://${serverCfg.containers.nextcloud.subdomain}.${serverCfg.domain}";
widget = { widget = {
type="nextcloud"; type="nextcloud";
url = "http://nextcloud-server"; url = "http://nextcloud-server:80";
key = "\${NEXTCLOUD_API}"; key = "\${NEXTCLOUD_API}";
}; };
}; };
@@ -78,7 +78,7 @@ let
href = "https://${serverCfg.containers.gitea.subdomain}.${serverCfg.domain}"; href = "https://${serverCfg.containers.gitea.subdomain}.${serverCfg.domain}";
widget = { widget = {
type="gitea"; type="gitea";
url = "http://gitea-server"; url = "http://gitea-server:8080";
key = "\${GITEA_API}"; key = "\${GITEA_API}";
}; };
}; };
@@ -91,7 +91,7 @@ let
href = "https://${serverCfg.containers.authentik.subdomain}.${serverCfg.domain}"; href = "https://${serverCfg.containers.authentik.subdomain}.${serverCfg.domain}";
widget = { widget = {
type = "authentik"; type = "authentik";
url = "http://authentik-server"; url = "http://authentik-server:9000";
key = "\${AUTHENTIK_API}"; key = "\${AUTHENTIK_API}";
version = "2"; version = "2";
}; };
@@ -115,7 +115,7 @@ let
href = "https://${serverCfg.containers.transmission.subdomain}.${serverCfg.domain}/transmission"; href = "https://${serverCfg.containers.transmission.subdomain}.${serverCfg.domain}/transmission";
widget = { widget = {
type = "transmission"; type = "transmission";
url = "http://transmission-server"; url = "http://transmission-server:9091";
rpcUrl = "/transmission/"; rpcUrl = "/transmission/";
}; };
}; };