Wie wäre es mit einem Blick hinter die Kulissen deines Home Assistant? 🤔 Wusstest du, dass Addons nicht nur Plugins sind, sondern eigenständige Docker-Container mit einer Menge Potenzial? 🌟 Wenn dein Smart Home mehr als nur eine Blackbox sein soll, lass uns doch mal darüber diskutieren, welche Must-Haves du installiert hast! 🔧 #HomeAssistant #SmartHome #Technik #Automatisierung #Docker
If you're updating to #docker engine v29 and using Docker.DotNet, make sure to pin the API version to 1.44 (or similar). v29 breaks the library. More details here: https://github.com/moby/moby/releases/tag/docker-v29.0.0.
I'm working on making Docker.DotNet compatible with v29. An updated version of #testcontainers for #dotnet will be available soon.
Aktuell ist bei #Docker-Updates ein wenig Vorsicht geboten:
* Die aktuelle containerd-Version 1.7.28 behebt ein Sicherheitsproblem. Der Fix führt aber zu AppArmor-Konflikten (net.ipv4.ip_unprivileged_port_start permission denied).
* Docker Engine 29 verlagt bei API-Zugriffen die API-Version 1.44. Traefik verwendet bis Version 3.6 aber nur 1.24 und funktioniert nicht mehr! Abhilfe: Update auf Traefik 3.6.1, verfügbar seit vorgestern.
Mehr Infos:
https://kofler.info/vorsicht-bei-docker-updates/
#HomeLab. The moment of enlightenment.
Every #docker container on the Tailnet member has access to your Tailnet.
For example, Uptime Kuma can send requests to any of your #Tailscale devices. Any service with server-side processing is a potential hole to your #Tailnet when it is public or someone has access there except you.
Be careful. ACL rules is a must in such cases.
#SelfHosted #SelfHost #SelfHosting #networking #security
#StrangeThings
Ich teste gerade die Automation des gestern entdeckten #NextcloudbBackupRestore #Skripts mit der eigenen Anpassung, dass nicht der gesamte #Webserver gestoppt, sondern nur der #vhost der #Nextcloud deaktiviert wird.
Das scheint auch zu klappen, zumindest ist die Nextcloud unter ihrer URL nicht mehr erreichbar, während die anderen Webdienste wie diese #Sharkey Instanz, von der ich gerade schreibe, als auch #Peertube und #Matrix #Element alle funktionieren. So weit so gut.
Aber jetzt kommt das Seltsame: Beim Aufruf der URL der Nextcloud wird jetzt die Anmeldeseite von Element geladen 🤔🤷♂️
Matrix mit Element läuft in #Docker, die Nextcloud bislang nicht, sondern klassisch auf dem #Server mit #Apache2, #PHP und #MariaDB. Ich verstehe gerade echt nicht, wieso bei nicht erreichbarem vhost der Nextcloud die Matrix-Element Docker-Umgebung "anspringt", sprich, der #Apache #ReverseProxy statt dessen dorthin verzweigt 🤔🤷♂️
#Webhosting #Server
#Shaarli: Watchtower - Fork de Watchtower, un container Docker pouvant mettre à jour d'autres conainers Docker.
Le container originel n'est plus compatible avec la dernière mise à jour Docker, contrairement à celui-ci. : https://watchtower.nickfedor.com/ #docker #container
This error on one of my VMs with docker in rootless let me down a rabbit hole [1]:
```
Error response from daemon: failed to create task for container: Unimplemented: failed to start shim: start failed: unsupported shim version (3): not implemented
```
I realized that updating a host with nested docker in rootless services can break them. Fix: Update your Ansible scripts!
[1]: https://du.nkel.dev/blog/2025-11-15_docker-rootless-ansible/
#ansible #docker #rootless #vm #automation
How can a directory disappear once you leave it? or am I missing something? #docker #lxc #proxmox
https://askubuntu.com/q/1559696/612
RE: https://ohai.social/@kalvin0x58c/115551006351855832
Guys, in response to my eustress caused by my Mastodon server installation breaking down due to conflicting packages with other apps, I am now learning Docker with the help of online documentation and AIs for machine learning-powered personalised tips. It's time to take control of my VPS, and my Malaysian Ringgit, which my mum and I pay for the VPS, aren't a joke, lol.
#Docker #VPS #SelfHosting #Eustress #Motivation #VeryWise #MarkZuckeberg #ElonMusk #DonaldTrump #Coffee #SpaceX
Huh...side-channel communication across containers via a shared lock in /proc/self/ns/time...no networking required. It works host-to-container as well... #docker #kubernetes #infosec
https://h4x0r.org/funreliable/
#ayuda fediverso #watchtower #gotify #docker
Alguien usa watchtower con notificaciones a gotify?
Me tira ese error
Se agradece #boost

Très pratique ça ! Des tout petits binaires pour mettre en place des healthchecks dans vos containers Docker qui exposent des services HTTP ou TCP.
Tout petits comme 75 ko au lieu de – par exemple – curl et ses ~10 Mo.
🔗 https://github.com/tarampampam/microcheck
#docker #healthcheck #container #HTTP