Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-10-21 16:15:22 +03:00
parent 78b2932f66
commit 12b1029989
2 changed files with 19 additions and 9 deletions

8
.github/workflows/toc.yml vendored Normal file
View File

@ -0,0 +1,8 @@
on: push
name: TOC Generator
jobs:
generateTOC:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v4

View File

@ -3,18 +3,20 @@
A set of scripts for automating setup and tasks in proxmox.
## TODO
- revise defaults
- CT updates
- backup/restore
- mail
- which is better?
- Makefile (a-la ./wireguard/templates/root/Makefile)
- shell (a-la ./shadow/templates/root/update-shadowsocks.sh)
- separate templates/assets into distribution and user directories
...this is needed to allow the user to change the configs without the
fear of them being overwritten by git (similar to how config is handlerd)
- might be a good idea to export a specific ct script that can be used
for updates for that ct
- which is better?
- Makefile (a-la wireguard)
- shell (a-la shadow)
- ct updates
- backup/restore
- mail
<!-- START doctoc -->
<!-- END doctoc -->
## Motivation