ADD syncthing to web server
This commit is contained in:
parent
12fc483e17
commit
3d6b171a43
|
@ -10,6 +10,7 @@
|
|||
../modules/users.nix
|
||||
# ../docker/appsmith.nix
|
||||
../docker/kuma.nix
|
||||
../modules/syncthing.nix
|
||||
];
|
||||
|
||||
system.stateVersion = "21.11";
|
||||
|
|
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue