add forgejo, delete gitlab (and orphan onlyoffice)

This commit is contained in:
rnsrk 2026-06-26 09:31:32 +02:00
parent 4f62c7ba5b
commit 6743e5e36d
61 changed files with 280 additions and 6384 deletions

View file

@ -61,7 +61,7 @@ fi
# ── Web & VPN ──────────────────────────────────────────────────────────────
run ufw allow 80/tcp comment 'HTTP (Traefik)'
run ufw allow 443/tcp comment 'HTTPS (Traefik)'
run ufw allow 2424/tcp comment 'GitLab SSH (Traefik)'
run ufw allow 2424/tcp comment 'Forgejo SSH (Traefik)'
run ufw allow "$WG_UDP_PORT/udp" comment 'WireGuard VPN'
# ── Nextcloud Talk HPB (STUN/TURN) ────────────────────────────────────────