Update README and Linode workflow

This commit is contained in:
iFargle 2023-12-20 13:48:49 +09:00
parent 2e8e407fba
commit 1ed7051aa1
2 changed files with 13 additions and 7 deletions

View file

@ -1,13 +1,9 @@
name: build-linode-img name: build-linode-img
run-name: ${{ github.actor }} - build-linode-img run-name: ${{ github.actor }} - build-linode-img
# on:
# schedule:
# - cron: '0 4 1,15 * *'
# # “At 02:00 on day-of-month 1 and 15.”
on: on:
push: schedule:
branches: - cron: '0 4 1,15 * *'
- main # “At 02:00 on day-of-month 1 and 15.”
jobs: jobs:
build-linode-img: build-linode-img:

View file

@ -23,6 +23,16 @@ nix develop -c /etc/nixos/git/docs/setup.sh
* [ ] 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 * [ ] 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