📸 Immich ist mein aktueller Favorit fürs Self-Hosting.
Open-Source Foto- & Video-Plattform, läuft sauber via Docker. Fühlt sich an wie Google Photos – nur ohne Cloud-Zwang & Tracking. Auto-Backup vom Smartphone, lokale Gesichtserkennung, schnelle Timeline.
Demo: https://demo.immich.app/auth/login
Login: demo@immich.app/demo
Code: https://github.com/immich-app/immich
Selfhosted done right.
#immich #opensource #selfhosting #docker #privacy #homelab

Dockge yêu cầu cấu hình thủ công thư mục stacks dù đã kết nối Docker socket! 😤 Người dùng thắc mắc tại sao không tự động detect đường dẫn mà buộc khai báo thủ công, gây phiền toái. #Dockge #Docker #CấuHình #SelfHosted #OpenSource #DevOps #QuảnTrịMáyChủ
Tổng hợp Docker Compose cho Raspberry Pi 5: Giải trí (Jellyfin, Sonarr, Radarr, Prowlarr), tải xuống (qBittorrent), dashboard (Homepage, Glances, Watchtower). Bộ công cụ + .env + hướng dẫn nhanh tại GitHub. Mời góp ý để hoàn thiện!
#Docker #RaspberryPi #Jellyfin #TựĐộngHóa #qBittorrent
https://www.docker.com/blog/mcp-servers-docker-toolkit-cagent-gateway/ - Comparing #Docker #MCP Server, #cagent, and #LangGraph. #Docker is definitely the easy button here. Nice article noting the nuances and benefits https://www.linkedin.com/in/mikegcoleman/.
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

#Docker docs have an “Ask a slop extruder” button…
Docker und GPU Hardware Beschleunigung
.... Da waren sie wieder: Meine Probleme. Hatte ich bei jellyfin schon das problem. Wird wieder übelstes gefrickel.
Hiện có cách nào để loại trừ metadata và cache của Jellyfin khi dùng lệnh "yams backup"? Chúng chiếm 15GB trong bản sao lưu và dường như không cần thiết. Docs khuyên không chỉnh sửa docker-compose.yaml nên việc di chuyển cache ra khỏi /config gặp khó khăn. Nếu bạn dùng tar/yams để sao lưu, có thể add excludes vào lệnh.
#YAMS #Backup #Jellyfin #SelfHosted #Linux #Docker #SaoLuu #QuanLyDữLiệu
This episode of #ProgrammingByStealth is a Tidbit written/taught by Helma van der Linden. @bart wanted to understand Docker better, and Helma has some great use cases for how to use it for developer setups, so it was a good opportunity for Bart to learn from Helma.
The material is quite long, so the podcast was recorded in 2 segments, Tidbit 17a and b. Tidbit b will be along shortly, and picks up at the heading entitled "Reusing the Docker image".
https://pbs.bartificer.net/tidbit17
autossh-tunnel-dockerized v2.0.0 ra mắt với giao diện Web, CLI và API - tiện ích quản lý SSH tunnel qua Docker. Cập nhật mới bao gồm bảng điều khiển Web hỗ trợ 9 ngôn ngữ, công cụ CLI và API RESTful để tích hợp. Người dùng có thể điều khiển từng tunnel riêng lẻ mà không ảnh hưởng đến các tunnel khác. Bộ công cụ giúp duy trì kết nối SSH ổn định, dễ tùy chỉnh. Thích hợp cho hệ thống tự lưu trữ (self-hosted).
#autossh #Docker #OpenSource #WebPanel #CLI #API #SelfHosted #CôngNghệMở #TựĐộngHoa
ht
The error "ECONNREFUSED 127.0.0.1:11434" occurs because the Docker container (mcp-server) can't connect to the Ollama service. Ensure Ollama is running by checking Docker logs and verify the service name (`ollama`) is used instead of `localhost/127.0.0.1`. Add `depends_on: - ollama` to the mcp-server in `docker-compose.yml` to wait for Ollama to start. Confirm the model `gemma3` is installed. Use correct network via `app-network`.
#AI #Docker #Ollama #Chatbot #LỗiKếtNối #DockerCompose #Gemma3 #
🚀 Bạn mới dùng Ollama + Gemma3 trong Docker và gặp lỗi `ECONNREFUSED 127.0.0.1:11434` khi gọi API?
🔹 Đảm bảo service Ollama nằm cùng network `app-network` và dùng hostname `ollama` thay vì `127.0.0.1`.
🔹 Kiểm tra `docker-compose.yml`: `OLLAMA_API_URL: http://ollama:11434` và healthcheck cho Ollama.
🔹 Khởi động lại containers, rồi thử lại request `/chat`.
#Ollama #Docker #LLM #Chatbot #NodeJS #CôngNghệ #LậpTrình
https://www.reddit.com/r/ollama/comments/1qpj5nd/i_need_help_better_und