this is cool https://github.com/tonyo/unpush/

#uncloud

...And exactly what I was searching for

GitHub - tonyo/unpush: Continuous deployment service for Uncloud

Continuous deployment service for Uncloud. Contribute to tonyo/unpush development by creating an account on GitHub.

GitHub
un retour sur mon conf #uncloud aux JDLL 2026
JDLL 2026 : retour sur l'auto-h茅bergement avec uncloud
https://www.fredix.xyz/2026/06/jdll-2026-retour-uncloud/
JDLL 2026 : retour sur l'auto-h茅bergement avec uncloud

un retour de ma conf sur uncloud aux JDLL 2026

UNCLOUD

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.

L'auto-h茅bergement hybride avec uncloud (ou : "2026 l'ann茅e de l'auto h茅bergement ?") Journ茅es du Logiciel Libre 2026

Comment mettre en place une infra auto-h茅berg茅 simple, robuste et hybride avec uncloud

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

饾棬饾椈饾棸饾椆饾椉饾槀饾棻:

#Docker #Selfhost #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.

hmm, I'm pretty sure I can write an operator for Uncloud; in fact I sorta have with my kopia service and now for prometheus. Those work without CRDs because I'm using existing ones (volumes, servers).

Not entirely sure CRDs are a route Uncloud should take

#golang #Uncloud

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

#golang #uncloud

feat: add json output by miekg 路 Pull Request #336 路 psviderski/uncloud

This adds the option to have json output. It currently only does this for machine ls, but if approved this will be extended to all list commands. It works of the table.Table as that is the expected...

GitHub

...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

#golang #uncloud

cmd/unkopiad 路 main 路 cncz / go 路 GitLab

Welcome to GitLab

GitLab

ok, _finally_ have L4 forwarding work in Uncloud, now I can really play with this stuff

https://miek.nl/2026/april/25/uncloud-l4/

#golang #uncloud

Uncloud L4

Uncloud: running DNS servers, L4 forwarding.

Miek Gieben