fix media server problems
This commit is contained in:
parent
3edf31371f
commit
84a156f261
6 changed files with 19 additions and 74 deletions
|
|
@ -98,53 +98,5 @@ in
|
|||
autoStart = true;
|
||||
};
|
||||
|
||||
# qBittorrent torrent client
|
||||
qbittorrent = {
|
||||
image = "docker.io/linuxserver/qbittorrent:4.6.7";
|
||||
|
||||
volumes = [
|
||||
"/var/lib/containers/config/qbittorrent:/config"
|
||||
"/mnt/storage/Media:/data"
|
||||
];
|
||||
|
||||
environment = {
|
||||
PUID = commonUID;
|
||||
PGID = commonGID;
|
||||
TZ = systemTZ;
|
||||
TORRENTING_PORT = "41234";
|
||||
WEBUI_PORT = "8080";
|
||||
};
|
||||
|
||||
ports = [
|
||||
"8080:8080" # WebUI
|
||||
"41234:41234" # P2P incoming connections
|
||||
];
|
||||
|
||||
extraOptions = [
|
||||
"--network=podman"
|
||||
];
|
||||
|
||||
autoStart = true;
|
||||
};
|
||||
|
||||
# Linkding bookmark manager
|
||||
linkding = {
|
||||
image = "docker.io/sissbruecker/linkding:latest-plus";
|
||||
|
||||
volumes = [
|
||||
"/var/lib/containers/config/linkding:/etc/linkding/data"
|
||||
];
|
||||
|
||||
ports = [
|
||||
"5009:9090"
|
||||
];
|
||||
|
||||
extraOptions = [
|
||||
"--network=podman"
|
||||
];
|
||||
|
||||
autoStart = true;
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue