ADD syncthing to web server

main
Alexandre LUCAZEAU 2023-07-28 18:11:10 +00:00
parent 12fc483e17
commit 3d6b171a43
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,7 @@
../modules/users.nix
# ../docker/appsmith.nix
../docker/kuma.nix
../modules/syncthing.nix
];
system.stateVersion = "21.11";

View File

@ -35,6 +35,11 @@ in
atlanticaweb.fr:2021 {
metrics
}
https://sync.atlanticaweb.fr {
reverse_proxy http://localhost:8384 {
header_up Host {upstream_hostport}
}
}
www.atlanticaweb.fr {
redir https://atlanticaweb.fr{uri}
}