Add syncthing #1

This commit is contained in:
batteredbunny 2024-10-25 20:12:49 +03:00
parent 3a993196c0
commit edd446835d
2 changed files with 10 additions and 0 deletions

View file

@ -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}