paperless

This commit is contained in:
2023-09-05 20:14:20 -06:00
parent 9898c6fd26
commit 081bfa7fff
3 changed files with 35 additions and 32 deletions

View File

@@ -7,18 +7,18 @@
let
localhost = "127.0.0.1";
jellyfinPort = "8096";
radarrPort = 7878;
nextcloudPort = 80;
searxPort = 8080;
newflixPort = 8897;
shioriPort = 9001;
flamePort = 5005;
secretFlamePort = 5007;
lidarrPort = 8686;
bazarrPort = 6767;
sonarrPort = 8989;
prowlarrPort = 9696;
searxPort = 8080;
kavitaPort = 5000;
nextcloudPort = 80;
radarrPort = 7878;
bazarrPort = config.services.bazarr.listenPort;
kavitaPort = config.services.kavita.port;
vaultPort = config.services.vaultwarden.config.ROCKET_PORT;
in {
services.nginx = {