Contains the code to bootstrap self hosted code forge
Find a file
2025-11-14 16:09:31 +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: 🤖 upgrade forgejo to v13 2025-11-14 16:09:31 +00:00
Dockerfile fix: 🐛 gitignore 2025-03-12 16:20:15 +00:00
README.md docs: ✏️ url 2025-03-12 21:45:10 +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