Add port 222 for forgejo routing to srv03
This commit is contained in:
parent
3272079789
commit
c8aba7db14
1 changed files with 3 additions and 0 deletions
|
|
@ -63,6 +63,9 @@
|
|||
proxy = {
|
||||
domain = "netbird.jfreudenberger.de";
|
||||
token-secret = config.age.secrets.netbird-proxy;
|
||||
extraPorts = [
|
||||
"222:222/tcp" # Forgejo SSH routing
|
||||
];
|
||||
};
|
||||
};
|
||||
netbird.server = let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue