fix(forgejo): fix SSH port mapping + add Forgejo CD pipeline

- docker-compose: fix port mapping 2222:2222 → 2222:22 (sshd listens on 22)
- .forgejo/workflows/cd-macmini.yml: new CD pipeline for Forgejo Actions
  (mirrors .github/workflows/cd-macmini.yml, run_url points to git.mana.how)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-30 19:31:18 +02:00
parent b46cbe403b
commit abb7712749
2 changed files with 416 additions and 1 deletions

View file

@ -231,7 +231,7 @@ services:
- /Volumes/ManaData/forgejo:/data
ports:
- "3041:3000"
- "2222:2222"
- "2222:22"
healthcheck:
test: ["CMD", "wget", "-q", "--spider", "http://localhost:3000/api/v1/version"]
interval: 120s