Update todo list
This commit is contained in:
parent
1ed7051aa1
commit
2b81757977
2 changed files with 11 additions and 11 deletions
11
README.md
11
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
|
* [ ] Potentially need to set up a new PGP key for use with ProtonMail
|
||||||
* [ ] Try this https://www.ntop.org/products/traffic-analysis/ntop/
|
* [ ] Try this https://www.ntop.org/products/traffic-analysis/ntop/
|
||||||
* [ ] Podman mgiration - Potentially use nix-defined containers.
|
* [ ] 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
|
# To Do List
|
||||||
## General
|
## General
|
||||||
|
|
|
@ -108,3 +108,14 @@
|
||||||
* [x] nixos-rpi4-01 - Replace japan-rpi4
|
* [x] nixos-rpi4-01 - Replace japan-rpi4
|
||||||
* crontab entry for rsyncing storage to /mnt/sda,b,c
|
* crontab entry for rsyncing storage to /mnt/sda,b,c
|
||||||
* [x] Try [compose2nix](https://github.com/aksiksi/compose2nix) - Docker Compose to Nix converter
|
* [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
|
Loading…
Reference in a new issue