Con Immich parado, editas la información de la aplicación, cambias la versión de PostgreSQL a la 18, botón de actualizar y arrancas Immich. Se actualizará a PostgreSQL v18 y una vez arrancado y que veas que funciona, vuelves a editar el fichero ix_values.yaml dejándolo como estaba. A partir de ahí ya se puede actualizar el aplicativo de TrueNAS.
El que avisa no es traidor, es avisador.
#SustoOMuerte #Docker #DockerCompose #SelfHosting #SelfHost (2/2)
Install SGLang with uv, pip, or Docker; configure YAML and server flags; then serve Hugging Face LLMs with an OpenAI-compatible API plus native /generate and offline Engine examples.
#Cheatsheet #Self-Hosting #LLM #AI #AI Coding #DevOps #Docker #sglang #openai #SelfHosting
https://www.glukhov.org/llm-hosting/sglang/
Did a thing to make #testing against a #redis cluster in #golang a bit easier for myself, but maybe it's useful for others, too.
https://github.com/erkattak/testcontainers-go-redis-cluster
This is a module for #testcontainers that forms a Redis cluster (with various configuration options) and gives an API to stop/pause/restart nodes in a targeted way.
I needed something to emulate issues with service resiliency when doing sharded Pub/Sub with a Redis cluster run in #kubernetes - specifically with rescheduled nodes.
The redis/go-redis package isn't exactly resilient against underlying topology changes when doing Pub/Sub, and in writing code to make it more resilient, I found that it's difficult to create a cluster with testcontainers without a lot of boilerplate or configuration. So I decided to abstract that part away from the real code I'm writing.
I probably just could've installed redis on my local or ensured that it is available in CI, but both already have #docker and we already used testcontainers a bit in other parts of our service.
24 контейнера на VPS за $30/мес: как я заменил облака одним сервером
24 контейнера на одном VPS за $30/мес: Elasticsearch, Redis, MySQL, nginx, headless Chrome, llama.cpp и еще 18 сервисов. Реальные docker-compose файлы, конфиги nginx, потребление RAM каждого контейнера и честный список того, что не работает. Сравнение стоимости с managed-сервисами в облаке.
https://habr.com/ru/articles/1013482/
#docker #dockercompose #vps #selfhosted #nginx #elasticsearch #devops
Configuring Development Environments for Node.Js Microservices: Docker, Npm, and Yarn
As we head into 2026, the complexity of distributed systems demands a more disciplined approach to local development. Standardizing your workspace is no longer optional if you want to eliminate the dr...
📺 Watch here: https://www.youtube.com/watch?v=PGcTbYAKVxw
##NodeJs ##Microservices ##Docker ##DevOps
Trivy supply chain compromise: What Docker Hub users should know
https://sh.itjust.works/post/57312101
Envie de l'auto-héberger sur votre Docker/LXC ? Voici mes snippets Compose tout frais sur ByteStash :
Version Persistance (API) :
https://bytestash.blablalinux.be/s/4f7a1a645f316457803c94cd237ee388
Version Sandbox (Démo) :
https://bytestash.blablalinux.be/s/dcdcfa327c4d5f666a96b963d19d99de
Projet source sur GitHub : https://github.com/rackulalives/rackula
Amusez-vous bien avec vos baies !
#SelfHosting #Docker #Linux #Rackula #BlablaLinux #SysAdmin #Proxmox
Action required: Your Docker Hub account pulled a compromised Trivy image.
Mindera is hiring Senior Java (17/21) Backend Engineer
🔧 #java #springboot #rest #azure #cicd #docker #kafka #kubernetes #mongodb #redis #sql #seniorengineer
🌎 Chennai, India
⏰ Full-time
🏢 Mindera
Job details https://jobsfordevelopers.com/jobs/senior-java-17-21-backend-engineer-at-mindera-com-nov-19-2025-2747e7?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
How to Install and Run #Docker Engine on #AlmaLinux VPS (5 Minute Quick-Start Guide) This article provides a guide for how to install and run Docker Engine on AlmaLinux VPS server.
Introduction
Docker is a powerful platform that allows you to create, deploy, and manage containerized applications with ease. If you're using AlmaLinux as your server OS, you might be wondering how to get Docker up and running efficiently. This guide ...
Continued 👉 https://blog.radwebhosting.com/how-to-install-and-run-docker-engine-on-almalinux-vps-5-minute-quick-start-guide/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #installguide #vpsguide

Trivy supply chain compromise: What Docker Hub users should know
#Docker #Products
https://www.docker.com/blog/trivy-supply-chain-compromise-what-docker-hub-users-should-know/
Install and configure llama-swap (llama.swap), hot-swap local models via OpenAI or Anthropic APIs, compare with Ollama and LM Studio, and troubleshoot common errors.
#Cheatsheet #Self-Hosting #LLM #AI #AI Coding #DevOps #Docker #llama.cpp #OpenAI #SelfHosting
https://www.glukhov.org/llm-hosting/llama-swap/