Contains the code to bootstrap self hosted code forge
| ansible | ||
| .gitignore | ||
| Caddyfile.local | ||
| Caddyfile.remote | ||
| docker-compose.production.yaml | ||
| docker-compose.yaml | ||
| Dockerfile | ||
| README.md | ||
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.