site infra
| authelia | ||
| postgres | ||
| .gitignore | ||
| Caddyfile | ||
| docker | ||
| docker-compose.yml | ||
| env.yml | ||
| forgejo.ini | ||
| Makefile | ||
| README.md | ||
When starting fresh (postgres' /data is empty) all of the sql setup scripts
should run automatically. But for each new added service, add an sql file to postgres/
and run
$ make db
Currently I THINK the only thing that wouldn't work immediately upon a clone + docker compose up is authelia, its user must be made manually in lldap. lldap apparently can have users created automatically via "bootstrap.sh"