Add(module): add girasol module

Add(module): add amap module
Add(module): add common lib and services
Add(module): add base structure for keycloak
Add(module): add base structure for rocket
Add(module): add n8n and windmill modules
Add(docker): add install docker script in common module
Add(template): add root for aldon.fr and mathieu.wiki in traefik.service template
This commit is contained in:
2026-04-21 16:52:41 +02:00
parent 905cc8b43d
commit a56911b896
65 changed files with 1893 additions and 23 deletions

View File

@@ -24,8 +24,6 @@ package_upgrade: false
packages:
- git
- nfs-common
- docker.io
- docker-compose
- curl
- unzip
- postgresql
@@ -39,6 +37,10 @@ write_files:
permissions: "0644"
content: |
${env-file-content}
- path: /opt/${hostname}/install-docker.sh
permissions: "0755"
content: |
${install-docker-script}
- path: /usr/local/bin/restore-backup.sh
permissions: "0755"
content: |
@@ -74,9 +76,7 @@ runcmd:
- mount -t nfs ${proxmox_host_ip}:/main/backups /backups
- systemctl enable --now create-backup.timer
# Docker setup
- systemctl enable docker
- systemctl start docker
- usermod -aG docker ${hostname}
- /opt/${hostname}/install-docker.sh
# gitea setup
- /opt/gitea/install-gitea.sh