fix: Move Gitea SSH to port 8095 (keep all infra in 809x range)
Changed: 2222 → 8095 for SSH Keeps all infrastructure ports sequential: 8090-8095 Port allocation: - 8090: Gitea HTTP - 8091: SeaweedFS Filer - 8092: SeaweedFS S3 - 8093: SeaweedFS Master - 8094: SeaweedFS Volume - 8095: Gitea SSH Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -78,7 +78,7 @@ location /s3/ {
|
||||
| Service | Container | Internal Port | Host Port | Domain |
|
||||
|---------|-----------|---------------|-----------|--------|
|
||||
| Gitea Web | corrosion-gitea | 3000 | 8090 | git.corrosionmgmt.com |
|
||||
| Gitea SSH | corrosion-gitea | 22 | 2222 | git.corrosionmgmt.com:2222 |
|
||||
| Gitea SSH | corrosion-gitea | 22 | 8095 | git.corrosionmgmt.com:8095 |
|
||||
| SeaweedFS Filer | corrosion-cdn | 8888 | 8091 | cdn.corrosionmgmt.com |
|
||||
| SeaweedFS S3 | corrosion-cdn | 8333 | 8092 | Internal only |
|
||||
| SeaweedFS Master | corrosion-cdn | 9333 | 8093 | Internal only |
|
||||
@@ -116,4 +116,4 @@ If Asgard has a firewall, ensure these ports are accessible:
|
||||
- 9333 (Master UI - for admin)
|
||||
|
||||
**External SSH (if using git over SSH):**
|
||||
- 2222 (Gitea SSH)
|
||||
- 8095 (Gitea SSH)
|
||||
|
||||
Reference in New Issue
Block a user