Ola ! Ce dimanche je serai aux #JDLL 脿 #Lyon pour ma conf sur l'auto-h茅bergement hybride avec #uncloud (ou : "2026 l'ann茅e de l'auto h茅bergement ?")
https://pretalx.jdll.org/jdll2026/talk/QJ9NDH/
https://jdll.org
脡galement sans doute 脿 l'install party pour aider 脿 installer Linux sur votre vieux PC.
this is wondeful
ghost-backup:
image: docker.io/mysql:8.0
depends_on:
- ghost-db
volumes:
- backup_data:/backups
command: >
bash -c '
while true; do
mysqldump -h ghost-db -u root -p${MYSQL_ROOT_PASSWORD} ghost | gzip > /backups/ghost_$(date +%s).sql.gz;
sleep 86400;
done
'
#uncloud
饾棬饾椈饾棸饾椆饾椉饾槀饾棻:
https://thewhale.cc/posts/uncloud
Self-host and scale web apps without the complexity. Take your Docker Compose apps to production with zero-downtime deployments, automatic HTTPS, and cross-machine scaling. No Kubernetes required.
ok, Uncloud gets metrics, that need scraping from within the cluster. With a few things I can get those automatically, but something like this https://github.com/psviderski/uncloud/pull/336 will then be handy. As I can just generate my prometheus.yml
...and a simple daemon that calls kopia to make snapshots of labeled uncloud volumes https://gitlab.science.ru.nl/cncz/go/-/tree/main/cmd/unkopiad
ok, _finally_ have L4 forwarding work in Uncloud, now I can really play with this stuff