Contains the code to bootstrap self hosted code forge
  • Dockerfile 100%
Find a file
2026-03-09 22:08:25 +00:00
ansible fix: 🐛 tokens 2025-03-13 09:03:26 +00:00
.gitignore fix: 🐛 gitignore 2025-03-12 16:20:15 +00:00
Caddyfile.local fix: 🐛 gitignore 2025-03-12 16:20:15 +00:00
Caddyfile.remote fix: 🐛 tokens 2025-03-13 09:03:26 +00:00
docker-compose.production.yaml chore: 🤖 pass env var to caddy 2025-07-22 09:16:35 +01:00
docker-compose.yaml chore: 🤖 bump forgejo 2026-03-09 22:08:25 +00:00
Dockerfile chore: 🤖 bump caddy 2026-01-19 21:29:23 +00:00
README.md docs: ✏️ url 2025-03-12 21:45:10 +00:00
renovate.json ci: 🎡 add custom.regex for docker-compose 2026-03-08 20:26:42 +00:00

Source Forge

This repo holds the config for deploying a source code forge to a remote server.

Bootstrap the remote instance

Anisible handles the bootstrapping and the deploying of local files to the server.

ansible-playbook -i ansible/inventory.ini ansible/playbook.yaml

Architecture

Caddy sits in front of the forge and docker compose runs the stack.

SSH git setup

gitea ssh passthrough