Merge branch 'master' of github.com:flynx/proxmox-utils

This commit is contained in:
Alex A. Naanou 2023-12-28 07:37:53 +03:00
commit a41b6dffea

View File

@ -1,23 +1,28 @@
# proxmox-utils (EXPERIMENTAL) # proxmox-utils (EXPERIMENTAL)
A set of scripts for automating setup and tasks in proxmox. A set of scripts for automating setup and tasks in proxmox.
# Goals # Goals
- support the basic CT lifecicle: - support the basic CT lifecicle:
- setup/build - setup/build/update
- run - run
- destroy - destroy
- basic infrastructure CT's - basic infrastructure CT's
- ns - ns
- gate / reverse proxy - gate / reverse proxy
- basic service CT's - basic service CT's
- syncthing - syncthing
- git - git
- nextcloud - nextcloud
- vpn - vpn
- ssh - ssh
- mail (???) - mail (???)
- basic recurent tasks
- backups
- archiving
- updates
- ...