home.social

#uncloud — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #uncloud, aggregated by home.social.

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

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

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

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

  5. 𝗨𝗻𝗰𝗹𝗼𝘂𝗱:

    #Docker #Selfhost #Uncloud

    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.

  6. 𝗨𝗻𝗰𝗹𝗼𝘂𝗱:

    #Docker #Selfhost #Uncloud

    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.

  7. 𝗨𝗻𝗰𝗹𝗼𝘂𝗱:

    #Docker #Selfhost #Uncloud

    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.

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

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

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

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

  12. ok, Uncloud gets metrics, that need scraping from within the cluster. With a few things I can get those automatically, but something like this github.com/psviderski/uncloud/ will then be handy. As I can just generate my prometheus.yml

    #golang #uncloud

  13. ok, Uncloud gets metrics, that need scraping from within the cluster. With a few things I can get those automatically, but something like this github.com/psviderski/uncloud/ will then be handy. As I can just generate my prometheus.yml

    #golang #uncloud

  14. ok, Uncloud gets metrics, that need scraping from within the cluster. With a few things I can get those automatically, but something like this github.com/psviderski/uncloud/ will then be handy. As I can just generate my prometheus.yml

    #golang #uncloud

  15. ok, Uncloud gets metrics, that need scraping from within the cluster. With a few things I can get those automatically, but something like this github.com/psviderski/uncloud/ will then be handy. As I can just generate my prometheus.yml

    #golang #uncloud

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

    miek.nl/2026/april/25/uncloud-

    #golang #uncloud

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

    miek.nl/2026/april/25/uncloud-

    #golang #uncloud

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

    miek.nl/2026/april/25/uncloud-

    #golang #uncloud

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

    miek.nl/2026/april/25/uncloud-

    #golang #uncloud

  20. The last thing I needed in Uncloud already works, private registries miek.nl/2026/april/14/uncloud-

    My remaining PRs are just extras. One thing that bothers me is github.com/psviderski/uncloud/
    And I'm going to use new upstream in my deployments
    #uncloud

  21. The last thing I needed in Uncloud already works, private registries miek.nl/2026/april/14/uncloud-

    My remaining PRs are just extras. One thing that bothers me is github.com/psviderski/uncloud/
    And I'm going to use new upstream in my deployments
    #uncloud

  22. The last thing I needed in Uncloud already works, private registries miek.nl/2026/april/14/uncloud-

    My remaining PRs are just extras. One thing that bothers me is github.com/psviderski/uncloud/
    And I'm going to use new upstream in my deployments
    #uncloud

  23. The last thing I needed in Uncloud already works, private registries miek.nl/2026/april/14/uncloud-

    My remaining PRs are just extras. One thing that bothers me is github.com/psviderski/uncloud/
    And I'm going to use new upstream in my deployments
    #uncloud

  24. #uncloud 0.17.0 publié, support des healthcheck, devices et ulimits. A jour sur AUR (ArchLinux/Manjaro/...)/
    https://github.com/psviderski/uncloud/releases

  25. #uncloud 0.17.0 publié, support des healthcheck, devices et ulimits. A jour sur AUR (ArchLinux/Manjaro/...)/
    https://github.com/psviderski/uncloud/releases

  26. #uncloud 0.17.0 publié, support des healthcheck, devices et ulimits. A jour sur AUR (ArchLinux/Manjaro/...)/
    https://github.com/psviderski/uncloud/releases

  27. #uncloud 0.17.0 publié, support des healthcheck, devices et ulimits. A jour sur AUR (ArchLinux/Manjaro/...)/
    https://github.com/psviderski/uncloud/releases

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

    ianmjones.com/2026/02/my-mini-

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

    ianmjones.com/2026/02/my-mini-

    #alwaysdeveloping #cluster #docker #homelab #incus #uncloud #youtube

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

    ianmjones.com/2026/02/my-mini-

    #alwaysdeveloping #cluster #docker #homelab #incus #uncloud #youtube

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

    ianmjones.com/2026/02/my-mini-

    #alwaysdeveloping #cluster #docker #homelab #incus #uncloud #youtube