ADD syncthing to web server
This commit is contained in:
parent
12fc483e17
commit
3d6b171a43
|
@ -10,6 +10,7 @@
|
||||||
../modules/users.nix
|
../modules/users.nix
|
||||||
# ../docker/appsmith.nix
|
# ../docker/appsmith.nix
|
||||||
../docker/kuma.nix
|
../docker/kuma.nix
|
||||||
|
../modules/syncthing.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "21.11";
|
system.stateVersion = "21.11";
|
||||||
|
|
|
@ -35,6 +35,11 @@ in
|
||||||
atlanticaweb.fr:2021 {
|
atlanticaweb.fr:2021 {
|
||||||
metrics
|
metrics
|
||||||
}
|
}
|
||||||
|
https://sync.atlanticaweb.fr {
|
||||||
|
reverse_proxy http://localhost:8384 {
|
||||||
|
header_up Host {upstream_hostport}
|
||||||
|
}
|
||||||
|
}
|
||||||
www.atlanticaweb.fr {
|
www.atlanticaweb.fr {
|
||||||
redir https://atlanticaweb.fr{uri}
|
redir https://atlanticaweb.fr{uri}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue