Add epicgames-freegames-node

This commit is contained in:
batteredbunny 2024-04-25 13:41:52 +03:00
parent 58c7fd7285
commit acf504ce9a
4 changed files with 24 additions and 0 deletions

View file

@ -75,6 +75,10 @@ in {
"forge.catnip.ee".extraConfig = ''
reverse_proxy :${toString settings.ports.forgejo}
'';
"http://epic".extraConfig = ''
@local remote_ip private_ranges 100.64.0.0/10
reverse_proxy @local :${toString settings.ports.epicgames-freegames-node}
'';
"http://bazarr".extraConfig = ''
@local remote_ip private_ranges 100.64.0.0/10
reverse_proxy @local :${toString settings.ports.bazarr}