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:
2026-06-05 16:51:41 -04:00
parent 51a57cfeb4
commit 2e20b3b5b8
+1 -1
View File
@@ -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