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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue