libretime/cloud-init.yml
Jonas L 8406d520d7
feat: rewrite cloud-init config (#2853)
### Description

Fix and update the could init config to install an insecure LibreTime
server.
2023-12-29 17:57:59 +01:00

11 lines
261 B
YAML

#cloud-config
package_update: true
package_upgrade: true
packages:
- git
runcmd:
- git clone https://github.com/libretime/libretime /root/libretime
- cd /root/libretime
- HOME=/root bash install "http://$(ip route get 8.8.8.8 | awk '{print $7}'):8080"