feat: add nixarr
This commit is contained in:
parent
e6cae70857
commit
974b872e83
42 changed files with 1161 additions and 4 deletions
17
machines/moritz-server/nixarr/jellyseerr.nix
Normal file
17
machines/moritz-server/nixarr/jellyseerr.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
nixarr.jellyseerr = {
|
||||
# NOTE: cannot set password so just set the generated one manually
|
||||
enable = true;
|
||||
};
|
||||
services.nginx.virtualHosts."jellyseerr.moritz.place" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "any.moritz.place";
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:5055";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue