Add epicgames-freegames-node
This commit is contained in:
parent
58c7fd7285
commit
acf504ce9a
4 changed files with 24 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue