This commit is contained in:
soraefir
2026-05-31 00:06:58 +02:00
parent b46d9139df
commit cebd969445
2 changed files with 9 additions and 8 deletions

View File

@@ -120,6 +120,7 @@ in {
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"
]; ];
}; };
}; };

View File

@@ -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";