removed podman labels for flame

This commit is contained in:
2024-11-30 01:38:05 -06:00
parent 85d5f57304
commit b9868a9013
4 changed files with 0 additions and 24 deletions

View File

@@ -21,12 +21,6 @@ in
MALOJA_SKIP_SETUP = "true";
};
volumes = [ "${config.my.containerData}/maloja:/mljdata" ];
labels = {
"flame.type" = "application";
"flame.name" = "Maloja";
"flame.url" = cfg.url;
"flame.icon" = "bookmark-music";
};
};
services.nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (
setup.proxyReverse cfg.hostName cfg.port // { }