Commit Graph

5 Commits

Author SHA1 Message Date
Deeman
7a1d031bc8 feat: disable Gitea self-registration
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 18:00:54 +01:00
Deeman
83843a6647 fix: re-enable Gitea SSH, expose on port 2222
SSH is needed for git operations (git@server:repo.git).
HTTP stays localhost-only (accessed via SSH tunnel for UI).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 17:36:51 +01:00
Deeman
71a1386f13 fix: bind Gitea to 127.0.0.1 only — not exposed to internet
nginx proxy manager reaches it via localhost. No reason to bind to all interfaces.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 17:31:18 +01:00
Deeman
4b1c2d1509 fix: change Gitea host port 3000 → 3100 (3000 already in use)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 17:29:25 +01:00
Deeman
ad89c4d413 feat: add Gitea service (SQLite, HTTPS-only)
- gitea/docker-compose.yml: single container, SQLite, port 3000, data at
  /data/server-infra/gitea/
- setup.sh: restructure to separate recovery (one-time) from deploy (idempotent)
  for all services; add data dirs for gitea; loop over all services on deploy

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-27 15:49:45 +01:00