ookflix: segment modules
This commit is contained in:
parent
4edb21607c
commit
bee284691a
21 changed files with 314 additions and 100 deletions
|
|
@ -94,8 +94,11 @@ in {
|
|||
uid = 377;
|
||||
gid = 377;
|
||||
}
|
||||
// {torrentPort = mkPortOption 58080 "Torrenting Port for qbittorrent" 58080;};
|
||||
jellyseer = mkServiceOptions "jellyseer" {
|
||||
// {
|
||||
torrentPort = mkPortOption 58080 "Torrenting Port for qbittorrent" 58080;
|
||||
exposedPort = mkPortOption 8081 "Port exposed by qbittorrent" 8081;
|
||||
};
|
||||
jellyseerr = mkServiceOptions "jellyseerr" {
|
||||
port = 5055;
|
||||
uid = 345;
|
||||
gid = 345;
|
||||
|
|
@ -105,6 +108,16 @@ in {
|
|||
uid = 355;
|
||||
gid = 355;
|
||||
};
|
||||
traefik = mkServiceOptions "traefik" {
|
||||
port = 8080;
|
||||
uid = 389;
|
||||
gid = 389;
|
||||
};
|
||||
homepage = mkServiceOptions "homepage" {
|
||||
port = 3000;
|
||||
uid = 400;
|
||||
gid = 400;
|
||||
};
|
||||
gluetun = mkBasicServiceOptions "gluetun" {
|
||||
uid = 356;
|
||||
gid = 357;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue