From 2e20b3b5b84a59c5a647d4a24b57649a54145661 Mon Sep 17 00:00:00 2001 From: casjay Date: Fri, 5 Jun 2026 16:51:41 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Enable=20Actions=20and=20forks=20by?= =?UTF-8?q?=20default;=20document=20SSH=20port=207833=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a943e35..799a06d 100644 --- a/README.md +++ b/README.md @@ -157,7 +157,7 @@ networks: | Port | Protocol | Purpose | |------|----------|---------| | `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