Add authelia container

This commit is contained in:
2023-06-10 23:43:46 +01:00
parent 775abfaf9d
commit 075dec9f35

View File

@ -93,6 +93,14 @@ with lib.my;
};
virtualisation.oci-containers.containers = {
authelia = {
image = "docker.io/authelia/authelia";
autoStart = true;
ports = [ "127.0.0.1:9091:9091/tcp" ];
extraOptions = [
"--label=io.containers.autoupdate=registry"
];
};
jellyfin = {
image = "docker.io/jellyfin/jellyfin:10.8.10";
autoStart = true;