Update README and Linode workflow
This commit is contained in:
parent
2e8e407fba
commit
1ed7051aa1
2 changed files with 13 additions and 7 deletions
|
@ -1,13 +1,9 @@
|
|||
name: 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:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: '0 4 1,15 * *'
|
||||
# “At 02:00 on day-of-month 1 and 15.”
|
||||
|
||||
jobs:
|
||||
build-linode-img:
|
||||
|
|
10
README.md
10
README.md
|
@ -23,6 +23,16 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
|||
* [ ] 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
|
||||
|
|
Loading…
Reference in a new issue