Merge pull request 'update synix input' (#56) from develop into master
All checks were successful
Deploy configs / deploy-configs (push) Successful in 26s
All checks were successful
Deploy configs / deploy-configs (push) Successful in 26s
Reviewed-on: #56
This commit is contained in:
commit
f52ed3375b
5 changed files with 6 additions and 13 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -5199,11 +5199,11 @@
|
|||
"stylix": "stylix_6"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1777909424,
|
||||
"narHash": "sha256-rGvpa9MD+N+ZY6C6unfjlyyJi+etI5E9I3ucUSnAmfQ=",
|
||||
"lastModified": 1778016348,
|
||||
"narHash": "sha256-C8PtC95r1KJync8qDEroIont1VT8tiwsjonYjwGLhbY=",
|
||||
"ref": "release-25.11",
|
||||
"rev": "4683cb1136b22f059a242389a96e47ff061f3d6b",
|
||||
"revCount": 52,
|
||||
"rev": "8ad8b1f633f6c3875032a0ead0e87255dff4ab3c",
|
||||
"revCount": 57,
|
||||
"type": "git",
|
||||
"url": "https://git.sid.ovh/sid/synix.git"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@
|
|||
./nginx.nix
|
||||
./open-webui-oci.nix
|
||||
./print-server.nix
|
||||
./rss-bridge.nix
|
||||
./rsshub-oci.nix
|
||||
./vaultwarden.nix
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
./netdata.nix
|
||||
./nginx.nix
|
||||
./radicale.nix
|
||||
./rss-bridge.nix
|
||||
./step-ca.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -77,13 +77,6 @@ in
|
|||
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 {
|
||||
inherit ssl;
|
||||
address = constants.hosts.rx4.ip;
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
reverseProxy = {
|
||||
enable = true;
|
||||
subdomain = constants.services.rss-bridge.subdomain;
|
||||
forceSSL = false;
|
||||
forceSSL = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue