move rss-bridge to host sid
This commit is contained in:
parent
e3d05b8177
commit
a5848b44b8
4 changed files with 2 additions and 9 deletions
|
|
@ -18,7 +18,6 @@
|
||||||
./nginx.nix
|
./nginx.nix
|
||||||
./open-webui-oci.nix
|
./open-webui-oci.nix
|
||||||
./print-server.nix
|
./print-server.nix
|
||||||
./rss-bridge.nix
|
|
||||||
./rsshub-oci.nix
|
./rsshub-oci.nix
|
||||||
./vaultwarden.nix
|
./vaultwarden.nix
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@
|
||||||
./netdata.nix
|
./netdata.nix
|
||||||
./nginx.nix
|
./nginx.nix
|
||||||
./radicale.nix
|
./radicale.nix
|
||||||
|
./rss-bridge.nix
|
||||||
./step-ca.nix
|
./step-ca.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -77,13 +77,6 @@ in
|
||||||
error_log /var/log/nginx/open-webui-error.log debug;
|
error_log /var/log/nginx/open-webui-error.log debug;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
virtualHosts."${constants.services.rss-bridge.fqdn}" = {
|
|
||||||
enableACME = ssl;
|
|
||||||
forceSSL = ssl;
|
|
||||||
locations."/" = {
|
|
||||||
proxyPass = "http://${constants.hosts.rx4.ip}";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
virtualHosts."${constants.services.rsshub-oci.fqdn}" = mkVirtualHost {
|
virtualHosts."${constants.services.rsshub-oci.fqdn}" = mkVirtualHost {
|
||||||
inherit ssl;
|
inherit ssl;
|
||||||
address = constants.hosts.rx4.ip;
|
address = constants.hosts.rx4.ip;
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
reverseProxy = {
|
reverseProxy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
subdomain = constants.services.rss-bridge.subdomain;
|
subdomain = constants.services.rss-bridge.subdomain;
|
||||||
forceSSL = false;
|
forceSSL = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue