Fix
This commit is contained in:
@@ -117,10 +117,11 @@ in {
|
|||||||
"traefik.http.routers.${containerCfg.subdomain}.service" = "${containerCfg.subdomain}";
|
"traefik.http.routers.${containerCfg.subdomain}.service" = "${containerCfg.subdomain}";
|
||||||
};
|
};
|
||||||
overrides = {
|
overrides = {
|
||||||
volumes = [
|
volumes = [
|
||||||
"${settings}:/app/config/settings.yaml:ro"
|
"${settings}:/app/config/settings.yaml:ro"
|
||||||
"${services}:/app/config/services.yaml:ro"
|
"${services}:/app/config/services.yaml:ro"
|
||||||
];
|
"/var/run/podman/podman.sock:/var/run/docker.sock"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -39,11 +39,11 @@
|
|||||||
searxng.subdomain = "searx";
|
searxng.subdomain = "searx";
|
||||||
homepage.subdomain = "home";
|
homepage.subdomain = "home";
|
||||||
# ===== CLOUD =====
|
# ===== CLOUD =====
|
||||||
# nextcloud.subdomain = "cloud";
|
nextcloud.subdomain = "cloud";
|
||||||
# collabora.subdomain = "office";
|
collabora.subdomain = "office";
|
||||||
# etherpad.subdomain = "pad";
|
etherpad.subdomain = "pad";
|
||||||
# ethercalc.subdomain = "calc";
|
# ethercalc.subdomain = "calc";
|
||||||
# immich.subdomain = "pic";
|
immich.subdomain = "pic";
|
||||||
# ===== FLIX =====
|
# ===== FLIX =====
|
||||||
# invidious.subdomain = "yt";
|
# invidious.subdomain = "yt";
|
||||||
jellyfin.subdomain = "flix";
|
jellyfin.subdomain = "flix";
|
||||||
|
|||||||
Reference in New Issue
Block a user