mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-10-28 18:50:08 +00:00
docs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
78b2932f66
commit
12b1029989
8
.github/workflows/toc.yml
vendored
Normal file
8
.github/workflows/toc.yml
vendored
Normal 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
|
||||
20
README.md
20
README.md
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user