From a71f915e06b4f91f991fe4df4cba57b41cc2b352 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 15 Sep 2022 15:32:24 +0200 Subject: [PATCH] Update todos --- TODO.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 5f2d208..760ed03 100644 --- a/TODO.md +++ b/TODO.md @@ -1,11 +1,12 @@ # TODO - [ ] Update Readme (CI, Git, plantuml, etc.) -- [ ] Split `docker/web/docker-compose.yaml` into different configs (e.g. `web`, `gitlab`, `drone`) using the same network +- [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?) -- [ ] Check out docker swarm and current best practices for Ansible -- [ ] Use Gitea instead of GitLab +- [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 \ No newline at end of file