Update todo list

This commit is contained in:
iFargle 2023-12-20 20:39:19 +09:00
parent 1ed7051aa1
commit 2b81757977
2 changed files with 11 additions and 11 deletions

View file

@ -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

View file

@ -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