Add authelia container
This commit is contained in:
@ -93,6 +93,14 @@ with lib.my;
|
|||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.oci-containers.containers = {
|
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 = {
|
jellyfin = {
|
||||||
image = "docker.io/jellyfin/jellyfin:10.8.10";
|
image = "docker.io/jellyfin/jellyfin:10.8.10";
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
|
Reference in New Issue
Block a user