DevOps recap for week 3/2025
https://discu.eu/weekly/devops/2025/3/
Get RSS feeds and support this bot with the premium plan: https://discu.eu/premium
ok, I narrowed it down:
docker run --network srv_mastodon_internal --rm ghcr.io/mastodon/mastodon:v4.3.3 curl https://mastodon.social/health
fails, quickly, curl: (6) Could not resolve host: mastodon.social
. Butdocker run --rm ghcr.io/mastodon/mastodon:v4.3.3 curl https://mastodon.social/health
Home Assistant на Raspberry Pi 5
Театр начинается с вешалки, дом с фундамента, а умный дом с сервера умного дома. И эта история будет о там как из малинки, москита, пчелиной сети и красного узла приготовить сервер умного дома так что бы всем котикам хватило доков, и при этом роботы-пылесосы не захватили мир. Поскакали
https://habr.com/ru/articles/875044/
#умный_дом #smart_home #zigbee #zigbee2mqtt #home_assistant #nodered #mosquito #postgresql #docker #mqtt
#server #migration - I did the migration I wanted, a while back, but my site is much slower than before. 😩
I have my #webserver running on a $5 box, and I have the #database running inside a #docker on a $10 box. But the datacenter has the $5 and $10 boxes on separate subnets, so there is more lag for every single database query.
Tengo publicado en Youtube un tutorial que explica como instalar #Kafka Con #Docker.
Es una plataforma de streaming distribuida utilizada en aplicaciones de datos en tiempo real.
Domina los ficheros PDF con dos servicios Docker https://blog.elhacker.net/2025/01/domina-los-ficheros-pdf-con-servicios-docker-stirling-ding.html #archivos #ficheros #docker #editar #pdf
Yo no puedo esperar que dos veces al año los empaquetadores de #debian saquen un #kernel de #Linux bpo inestable, ahora me hago mi propio kernel estable con #docker para debian sin ensuciar el sistema.
https://git.manalejandro.com/ale/docker-deb-kernel
Posting some unpopular opinion on #lemmy or #reddit like "#docker may be easy to set up, but is not necessary and adds an additional layer of complexity"...
Be prepared to be downvoted to the ground.
git-next: 🔥 New release 0.14.1 - Filtering in UI
🧩 git-next: trunk-based development manager
🦀 Written in Rust
⭐ Repo: https://git.kemitix.net/kemitix/git-next
What's New
- Added the ability to filter the list of monitored repos in the UI (press '/')
- Converted actor framework to kameo
from actix
- Docker image is now based on alpine linux (security)
- Removed dependency on openssl (security)
Install:
📦 No-tui: cargo install git-next@0.14.1
📦 With tui: cargo install git-next@0.14.1 --features tui
🐋 docker pull git.kemitix.net/kemitix/git-next:0.14.1
Run UI in docker:docker run --rm -p 8092:8092 -u $(id -u):$(id -g) -it -v $PWD:/app git.kemitix.net/kemitix/git-next:v0.14.1 server start --ui
#RustLang #Ratatui #Git #GitNext #OpenSource #Docker #GitHub #ForgeJo #Kameo
Tengo publicado en Youtube un tutorial que explica como instalar #Kafka Con #Docker.
Es una plataforma de streaming distribuida utilizada en aplicaciones de datos en tiempo real.
https://blog.martinscloud.com/grafana-use-docker-compose-for-grafana/ #docker #docker_compose #docker_container #grafana
I'm a lightweight on #Docker, but I've got a #Traefik container that I want access to all the "custom" networks on my host.
The problem is, the last 'apt update && apt full-upgrade' on my #Debian #Linux server included docker, and it seems to have broken environment.
As Traefik comes up, it will successfully attach with one of the networks, then try to attach to a second network and fail because it attempts to apply the default route from the first network to the second.
Bug or feature?