Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2024-01-21 03:54:16 +03:00
parent df6850dcdb
commit 41d705a284

View File

@ -3,29 +3,16 @@
A set of scripts for automating setup and tasks in proxmox. A set of scripts for automating setup and tasks in proxmox.
## TODO ## TODO
- a uniform way to push files to other CTs (mainly the gate -- traefik rules)
- revise defaults - revise defaults
- separate templates/assets into distribution and user directories - separate templates/assets into distribution and user directories
...this is needed to allow the user to change the configs without the ...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) fear of them being overwritten by git (similar to how config is handlerd)
- automate: - create/destory -- DONE
- create/destory -- DONE - updates
- updates - backup/restore
- backup/restore - mail
- basic infrastructure CT's - setup host
- ns -- DONE
- gate / reverse proxy -- DONE
- basic service CT's
- syncthing -- DONE
- git -- DONE
- nextcloud -- DONE
- vpn -- DONE
- ssh -- DONE
- mail
- basic recurent tasks
- backups
- archiving
- updates
- ...
## Architecture ## Architecture