From 2b817579777c1951f89f617c87612abfb5f17425 Mon Sep 17 00:00:00 2001 From: iFargle Date: Wed, 20 Dec 2023 20:39:19 +0900 Subject: [PATCH] Update todo list --- README.md | 11 ----------- docs/complete.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 18db6dd3..25759988 100644 --- a/README.md +++ b/README.md @@ -22,17 +22,6 @@ nix develop -c /etc/nixos/git/docs/setup.sh * [ ] Potentially need to set up a new PGP key for use with ProtonMail * [ ] Try this https://www.ntop.org/products/traffic-analysis/ntop/ * [ ] Podman mgiration - Potentially use nix-defined containers. -* [ ] Split docker-compose / traefik between headscale and wireguard networks -* [ ] Traefik constraints - [Link](https://doc.traefik.io/traefik/providers/docker/#constraints) -* [ ] Reorg docker-compose into "internal" and "external" sections - * internal/docker-compose.yml - * internal/_tools/* - * internal/_infrastructure/* - * etc - * external/docker-compose.yml - * external/_tools/* - * external/_infrastructure/* - * etc # To Do List ## General diff --git a/docs/complete.md b/docs/complete.md index 691a689b..e887e49e 100644 --- a/docs/complete.md +++ b/docs/complete.md @@ -108,3 +108,14 @@ * [x] nixos-rpi4-01 - Replace japan-rpi4 * crontab entry for rsyncing storage to /mnt/sda,b,c * [x] Try [compose2nix](https://github.com/aksiksi/compose2nix) - Docker Compose to Nix converter +* [x] Split docker-compose / traefik between headscale and wireguard networks +* [x] Traefik constraints - [Link](https://doc.traefik.io/traefik/providers/docker/#constraints) +* [x] Reorg docker-compose into "internal" and "external" sections + * internal/docker-compose.yml + * internal/_tools/* + * internal/_infrastructure/* + * etc + * external/docker-compose.yml + * external/_tools/* + * external/_infrastructure/* + * etc \ No newline at end of file