🎉 My New #HomeAssistant Integration Blueprint is live!
Modern template for custom integrations with:
✅ Config flow, coordinator, multiple entity types
✅ #Python 3.13 + async patterns
✅ Full test setup with pytest
✅ #DevContainer for instant setup
✅ #GitHubCodespaces ready (60h/month free!)
✅ Core-aligned tooling (Ruff, Pyright)
Perfect for creating HACS integrations! 🚀
👉 https://github.com/jpawlowski/hacs.integration_blueprint
#HomeAutomation #IoT #SmartHome #OpenSource #Python #AsyncIO #HACS #VSCode #Docker
7 Quick Steps for Managing #Docker Containers on #Debian VPS Servers
This guide provides 7 quick steps for managing Docker containers on Debian VPS servers. It is designed for system administrators and developers who are familiar with basic Linux commands and concepts.
7 Quick Steps for Managing Docker Containers on Debian VPS Servers
Docker has revolutionized the software development industry by making it possible to package applications ...
Continued 👉 https://blog.radwebhosting.com/7-quick-steps-for-managing-docker-containers-on-debian-vps-servers/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #vpsguide

🚀 New Video Tutorial!
I’ve released a complete walkthrough on deploying OctoJoom on AWS LightSail — including Docker, Traefik, Cloudflare DNS/SSL automation and Joomla 6 auto-deployment.
If you're building Joomla sites with modern DevOps tooling, this tutorial will save you hours.
🎥 Watch the full video:
https://youtu.be/YgNVX2i-pL4
#Joomla #DevOps #Docker #AWS #LightSail #Cloudflare #Traefik #Linux #OpenSource #VDM
You don't need to use #nginx nor #docker to deploy your static websites.
Just know that you can keep it simple, safe and secure without the complex config and heavy unpractical images.
I am going backward too, and cutting some fat with this rusty #webserver 😁
Docker Desktop 4.50: Revolutionizing Development Workflows
https://techlife.blog/posts/docker-desktop-450-indispensable-for-daily-development/
#Docker #Update #Announcement #DockerDesktop #AI #Security #Development
Управление сервисами в Kubernetes или как заставить их общаться
Kubernetes — это фундамент современных микросервисных архитектур, оркеструющий миллионы контейнеров по всему миру. Но что происходит, когда одному сервису нужно «поговорить» с другим? Как они находят друг друга в динамической среде, где поды постоянно создаются и уничтожаются? Управление сервисами в Kubernetes — это мост между изолированными контейнерами, обеспечивающий надежную коммуникацию в условиях постоянных изменений. В этой статье мы разберем ключевые абстракции для управления сетевым взаимодействием в Kubernetes на примере миникуба (minikube). Разобраться с k8s
https://habr.com/ru/companies/otus/articles/971292/
#Kubernetes #манифест_Kubernetes #Deployment #Pod #YAMLконфигурация #контейнеры #Docker #оркестрация_контейнеров
Usar docker con tu usuario sin sudo https://myblog.clonbg.es/usar-docker-con-tu-usuario-sin-sudo/ #Docker #Seguridad #Terminal https://clonbg.es

Matti Paksula: Docker – Build the Perfect Home for Ruby
#ruby #conference #helsinki #tinyruby #docker
Are you #selfhosting an #email server?
I just published a #Docker image for the latest #Postfix version 3.10.6, based on #archlinux.
The email server is fully customizable. For usage on a Virtual Private Server (#VPS). Just use the Docker registry provided by the project. 👇
https://gitlab.com/moasda/postfix-docker
#emailserver #mailserver #freesoftware #foss #floss

#Docker install: "It works, I have no idea why."
Non-docker install: "It doesn't work, I have no idea why."
Looks like a docker update on #Coolify hosts broke apps for everybody.
https://github.com/coollabsio/coolify/issues/7193
Resetting proxy configuration is sufficient for fixing the root cause, which is that the older version of #Traefik was incompatible with the new #Docker API. Resetting regenerates the Traefik proxy compose file which defaults to 3.6
Another seamless @nextcloud upgrade.
```
$ # change image major version in docker-compose.yml
$ docker compose up -d
$ docker compose exec nextcloud -u 82 nextcloud php occ maintenance:repair --include-expensive
```
Done.
#nextcloud #homelab #SelfHosting #docker