All checks were successful
Check / Lint Ansible Files (push) Successful in 1m39s
19 lines
1.0 KiB
Markdown
19 lines
1.0 KiB
Markdown
# TODO
|
|
|
|
- [ ] Update Readme (CI, Git, plantuml, etc.)
|
|
- [x] Split `docker/web/docker-compose.yaml` into different configs (e.g. `web`, `gitlab`, `drone`) using the same network
|
|
- [x] Use `/var/lib/pbri/docker/...` instead of Docker volumes (makes backups easier)
|
|
- [x] Make it inaccessible to anyone but root (`-rw------`)
|
|
- [x] Add [Drone runner](https://docs.drone.io/runner/docker/installation/linux/)
|
|
- [ ] Figure out how to dependably store `.env` files (Ansible vault? Something else?)
|
|
- [ ] In vault, seperate from other config
|
|
- [x] Check out docker swarm and current best practices for Ansible
|
|
- [x] Use Gitea instead of GitLab
|
|
- [ ] Add drone exec runner for Nix builds with shared `/nix`
|
|
- [ ] Lint caddy file, add gzip and disable admin interface
|
|
- [x] Make Gitea display graphs in Notebooks (see https://docs.gitea.io/en-us/external-renderers/).
|
|
- [x] Factorio server
|
|
- [ ] Add flag for Gitea backups (after which Gitea will be up but no contain the sites source code)
|
|
- [x] Add Gitea actions
|
|
- [ ] Remove drone
|