Skip to content

Add Forgejo git hosting stack - #1107

Merged
kylegordon merged 1 commit into
masterfrom
add-forgejo
Aug 17, 2026
Merged

Add Forgejo git hosting stack#1107
kylegordon merged 1 commit into
masterfrom
add-forgejo

Conversation

@kylegordon

@kylegordon kylegordon commented Aug 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds a new forgejo stack: Forgejo (codeberg.org/forgejo/forgejo:16.0.2) + Postgres 18.4-alpine
  • Exposed at git.viewpoint.house via Traefik (websecure, shared wildcard cert), git-over-SSH on host port 2222
  • NFS-backed data/postgres volumes on the standard NFS server
  • Wired into up.sh and komodo-stacks.toml (tracked, deploy = false for now)

Test plan

  • docker compose -f forgejo/docker-compose.yaml config --quiet passes (verified locally)
  • Copy forgejo/forgejo.env.example to forgejo/.env on the homeauto host and fill in Postgres credentials
  • Deploy: docker compose -f forgejo/docker-compose.yaml up -d on homeauto
  • Confirm https://git.viewpoint.house is reachable and TLS terminates correctly
  • Confirm SSH clone works against port 2222

Self-hosted git server on Postgres 18.4-alpine, exposed at
git.viewpoint.house via Traefik with SSH access on port 2222.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@kylegordon
kylegordon merged commit a8cc015 into master Aug 17, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant