Add syncthing #1
This commit is contained in:
parent
3a993196c0
commit
edd446835d
2 changed files with 10 additions and 0 deletions
|
@ -76,6 +76,10 @@ in
|
|||
"forge.catnip.ee".extraConfig = ''
|
||||
reverse_proxy :${toString settings.ports.forgejo}
|
||||
'';
|
||||
"http://syncthing.internal".extraConfig = ''
|
||||
@local remote_ip private_ranges 100.64.0.0/10
|
||||
reverse_proxy @local http://${config.services.syncthing.guiAddress}
|
||||
'';
|
||||
"http://epic.internal".extraConfig = ''
|
||||
@local remote_ip private_ranges 100.64.0.0/10
|
||||
reverse_proxy @local :${toString settings.ports.epicgames-freegames-node}
|
||||
|
|
|
@ -233,6 +233,11 @@
|
|||
};
|
||||
|
||||
services = {
|
||||
syncthing = {
|
||||
enable = true;
|
||||
guiAddress = "0.0.0.0:8384";
|
||||
openDefaultPorts = true;
|
||||
};
|
||||
confess-web = {
|
||||
enable = true;
|
||||
port = settings.ports.confess;
|
||||
|
@ -486,6 +491,7 @@
|
|||
"prowlarr.internal"
|
||||
"bazarr.internal"
|
||||
"lidarr.internal"
|
||||
"syncthing.internal"
|
||||
] "100.93.150.89";
|
||||
};
|
||||
conditional =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue