mirror of
https://github.com/casjaysdevdocker/gitea
synced 2026-06-23 20:01:01 -04:00
✨ Enable Actions and forks by default; document SSH port 7833 ✨
- DEFAULT_REPO_UNITS and DEFAULT_FORK_REPO_UNITS: all units including repo.actions so every repo and fork has everything on by default (opt-out, not opt-in) — ready for GitHub migration - README: clarify SSH port — internal 22 maps to external 7833 since host port 22 is reserved for sshd - rootfs/tmp/etc/gitea/app.ini: DEFAULT_FORK_REPO_UNITS with full unit list - README.md: document SSH external port 7833 README.md
This commit is contained in:
@@ -157,7 +157,7 @@ networks:
|
|||||||
| Port | Protocol | Purpose |
|
| Port | Protocol | Purpose |
|
||||||
|------|----------|---------|
|
|------|----------|---------|
|
||||||
| `80` | TCP | Gitea web UI and API |
|
| `80` | TCP | Gitea web UI and API |
|
||||||
| `22` | TCP | Git over SSH |
|
| `22` (internal) / `7833` (default external) | TCP | Git over SSH — host port 22 is typically taken by sshd; map container port 22 to an available host port and set `SSH_PORT` to match |
|
||||||
|
|
||||||
### Notes
|
### Notes
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user