#uncloud — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #uncloud, aggregated by home.social.
-
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 -
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 -
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 -
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.
-
𝗨𝗻𝗰𝗹𝗼𝘂𝗱:
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.
-
𝗨𝗻𝗰𝗹𝗼𝘂𝗱:
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
-
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
-
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
-
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
-
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
-
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
-
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
-
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
-
...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
-
...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
-
...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
-
ok, _finally_ have L4 forwarding work in Uncloud, now I can really play with this stuff
-
ok, _finally_ have L4 forwarding work in Uncloud, now I can really play with this stuff
-
ok, _finally_ have L4 forwarding work in Uncloud, now I can really play with this stuff
-
The last thing I needed in Uncloud already works, private registries https://miek.nl/2026/april/14/uncloud-private-registries/
My remaining PRs are just extras. One thing that bothers me is https://github.com/psviderski/uncloud/issues/172
And I'm going to use new upstream in my deployments
#uncloud -
The last thing I needed in Uncloud already works, private registries https://miek.nl/2026/april/14/uncloud-private-registries/
My remaining PRs are just extras. One thing that bothers me is https://github.com/psviderski/uncloud/issues/172
And I'm going to use new upstream in my deployments
#uncloud -
The last thing I needed in Uncloud already works, private registries https://miek.nl/2026/april/14/uncloud-private-registries/
My remaining PRs are just extras. One thing that bothers me is https://github.com/psviderski/uncloud/issues/172
And I'm going to use new upstream in my deployments
#uncloud -
The last thing I needed in Uncloud already works, private registries https://miek.nl/2026/april/14/uncloud-private-registries/
My remaining PRs are just extras. One thing that bothers me is https://github.com/psviderski/uncloud/issues/172
And I'm going to use new upstream in my deployments
#uncloud -
avec un peu de retard je viens de pousser la version 0.18.0 de #uncloud sur le repo #AUR , #ArchLinux #Manjaro
https://github.com/psviderski/uncloud/releases/tag/v0.18.0
https://aur.archlinux.org/packages/uncloud -
avec un peu de retard je viens de pousser la version 0.18.0 de #uncloud sur le repo #AUR , #ArchLinux #Manjaro
https://github.com/psviderski/uncloud/releases/tag/v0.18.0
https://aur.archlinux.org/packages/uncloud -
avec un peu de retard je viens de pousser la version 0.18.0 de #uncloud sur le repo #AUR , #ArchLinux #Manjaro
https://github.com/psviderski/uncloud/releases/tag/v0.18.0
https://aur.archlinux.org/packages/uncloud -
avec un peu de retard je viens de pousser la version 0.18.0 de #uncloud sur le repo #AUR , #ArchLinux #Manjaro
https://github.com/psviderski/uncloud/releases/tag/v0.18.0
https://aur.archlinux.org/packages/uncloud -
Can almost test drive Uncloud, waiting for 2 merges so I can port the first project
https://github.com/psviderski/uncloud/pull/306
and
-
Can almost test drive Uncloud, waiting for 2 merges so I can port the first project
https://github.com/psviderski/uncloud/pull/306
and
-
Can almost test drive Uncloud, waiting for 2 merges so I can port the first project
https://github.com/psviderski/uncloud/pull/306
and
-
Can almost test drive Uncloud, waiting for 2 merges so I can port the first project
https://github.com/psviderski/uncloud/pull/306
and
-
Can almost test drive Uncloud, waiting for 2 merges so I can port the first project
https://github.com/psviderski/uncloud/pull/306
and
-
-
-
-
-
#uncloud 0.17.0 publié, support des healthcheck, devices et ulimits. A jour sur AUR (ArchLinux/Manjaro/...)/
https://github.com/psviderski/uncloud/releases -
#uncloud 0.17.0 publié, support des healthcheck, devices et ulimits. A jour sur AUR (ArchLinux/Manjaro/...)/
https://github.com/psviderski/uncloud/releases -
#uncloud 0.17.0 publié, support des healthcheck, devices et ulimits. A jour sur AUR (ArchLinux/Manjaro/...)/
https://github.com/psviderski/uncloud/releases -
#uncloud 0.17.0 publié, support des healthcheck, devices et ulimits. A jour sur AUR (ArchLinux/Manjaro/...)/
https://github.com/psviderski/uncloud/releases -
My mini homelab cluster using Uncloud on IncusOS and a DigitalOcean Droplet | Always Developing #258
With Uncloud it's super easy to set up a cluster of Docker nodes meshed together with WireGuard for running a bunch of services.
In this video I show how I've set up my tiny homelab to run Uncloud on top of Incus and IncusOS, plus a DigitalOcean Droplet for public access.
I also scale up the cluster.
#alwaysdeveloping #cluster #docker #homelab #incus #uncloud #youtube
-
My mini homelab cluster using Uncloud on IncusOS and a DigitalOcean Droplet | Always Developing #258
With Uncloud it's super easy to set up a cluster of Docker nodes meshed together with WireGuard for running a bunch of services.
In this video I show how I've set up my tiny homelab to run Uncloud on top of Incus and IncusOS, plus a DigitalOcean Droplet for public access.
I also scale up the cluster.
#alwaysdeveloping #cluster #docker #homelab #incus #uncloud #youtube
-
My mini homelab cluster using Uncloud on IncusOS and a DigitalOcean Droplet | Always Developing #258
With Uncloud it's super easy to set up a cluster of Docker nodes meshed together with WireGuard for running a bunch of services.
In this video I show how I've set up my tiny homelab to run Uncloud on top of Incus and IncusOS, plus a DigitalOcean Droplet for public access.
I also scale up the cluster.
#alwaysdeveloping #cluster #docker #homelab #incus #uncloud #youtube
-
My mini homelab cluster using Uncloud on IncusOS and a DigitalOcean Droplet | Always Developing #258
With Uncloud it's super easy to set up a cluster of Docker nodes meshed together with WireGuard for running a bunch of services.
In this video I show how I've set up my tiny homelab to run Uncloud on top of Incus and IncusOS, plus a DigitalOcean Droplet for public access.
I also scale up the cluster.
#alwaysdeveloping #cluster #docker #homelab #incus #uncloud #youtube
-
Je suis cité dans la news letter du dev de #uncloud
https://psviderski.substack.com/p/a-year-of-building-uncloud
La classe 😎
https://uncloud.run -
Je suis cité dans la news letter du dev de #uncloud
https://psviderski.substack.com/p/a-year-of-building-uncloud
La classe 😎
https://uncloud.run