Temporarily drop invoicing plans
This commit is contained in:
parent
af4735271d
commit
df877a5846
2 changed files with 1 additions and 11 deletions
|
|
@ -25,15 +25,6 @@
|
|||
baseURL = "https://detect.baduhai.me";
|
||||
};
|
||||
|
||||
invoiceplane.sites."invoice.baduhai.me" = {
|
||||
enable = true;
|
||||
port = lib.toInt "${config.ports.paperless}";
|
||||
stateDir = "/data/invoiceplane";
|
||||
extraConfig = ''
|
||||
IP_URL=https://invoice.baduhai.me
|
||||
'';
|
||||
};
|
||||
|
||||
jackett.enable = true;
|
||||
|
||||
jellyfin = {
|
||||
|
|
@ -76,7 +67,7 @@
|
|||
"bitwarden.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.vaultwarden}"; };
|
||||
"cinny.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.cinny}"; };
|
||||
"detect.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.changedetection-io}"; };
|
||||
"invoice.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.invoiceplane}"; };
|
||||
"invoice.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.invoiceninja}"; };
|
||||
"jackett.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.jackett}"; };
|
||||
"jellyfin.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.jellyfin}"; };
|
||||
"librespeed.baduhai.me" = { useACMEHost = "baduhai.me"; forceSSL = true; kTLS = true; locations."/".proxyPass = "http://127.0.0.1:${config.ports.librespeed}"; };
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@ in
|
|||
jellyfin = mkStringOption "8096";
|
||||
whoogle = mkStringOption "8007";
|
||||
qbittorrent = mkStringOption "8008";
|
||||
invoiceplane = mkStringOption "8009";
|
||||
sonarr = mkStringOption "8989";
|
||||
jackett = mkStringOption "9117";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue