Jellyfin

Open‑source media server setup, hardware decoding, plugins, and client apps for Jellyfin.

  • 10 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Jellyfin


dev.to > serverkueche > docker-volumes-vs-bind-mounts-where-your-data-really-lives-58h7

Docker volumes vs. bind mounts: where your data really lives

31+ min ago   (762+ words) A container is ephemeral: delete it, and its data is gone. For your database, your Nextcloud files or your configuration to survive a docker compose down, you need volumes. This guide clears up the often confusing difference between named volumes…...


dev.to > serverkueche > keeping-your-whole-docker-stack-safely-up-to-date-4i8m

Keeping your whole Docker stack safely up to date

32+ min ago   (1010+ words) A self-hosted stack is never "done". Container images get security updates, apps get new features –... Tagged with docker, selfhosted, devops....


dev.to > debasish87 > how-i-debugged-a-kv-cache-offloading-bug-in-vllm-52lj

How I Debugged a KV-Cache Offloading Bug in vLLM

1+ hour, 28+ min ago   (370+ words) LLM inference performance is often limited by GPU memory rather than raw compute. One of the problems I worked on in vLLM involved KV-cache offloading for models using mixed KV-cache groups. The failure was subtle: the existing logic assumed a…...


dev.to > raju_dandigam > docker-sandboxes-changed-the-trust-boundary-for-ai-coding-agents-10k6

Docker Sandboxes Changed the Trust Boundary for AI Coding Agents

1+ hour, 42+ min ago   (605+ words) A coding agent that can only suggest a patch is one kind of risk. An agent with a shell, package manager, Docker daemon, credentials, and network access is another. The useful security question is not “Is the agent inside a…...


dev.to > chrispybacondev > dockflare-docker-labels-cloudflare-tunnels-and-a-little-less-dashboard-clicking-3i29

DockFlare: Docker labels, Cloudflare Tunnels, and a little less dashboard clicking

2+ hour, 50+ min ago   (792+ words) I wanted to share a project I started in 2025 to solve something that kept getting on my nerves in my own homelab. Every time I deployed another container, I found myself back in the Cloudflare dashboard. Add a hostname, point…...


dev.to > technonotes > kubernetes-day-02-pidsignalsmount-3345

Kubernetes - Day - 02 - PID/Signals/Mount

4+ hour, 14+ min ago   (16+ words) Docker Pull the details from docker register. docker pull nginx Enter... Tagged with devops, docker, linux....


dev.to > toyosee > how-to-build-a-safe-isolated-cybersecurity-home-lab-kali-ubuntu-4e40

How to Build a Safe, Isolated Cybersecurity Home Lab (Kali + Ubuntu)

6+ hour, 9+ min ago   (1248+ words) Reading about a SQL injection isn't the same as triggering one yourself and watching the database dump on screen. That's why I built my own home lab, and why I wrote this guide to help you build yours. A cybersecurity…...


stacker.news > items > 1577452

Recover Multi sig without a coordinator software??? \ stacker news

10+ hour, 30+ min ago   (80+ words) What happens if all the coordinator software like Sparrow are not available? Can you still recover a multi sig? [2 comments] What happens if all the coordinator software like Sparrow are not available? Can you still recover a multi sig? This…...


dev.to > amorizz > point-the-official-sentry-sdk-at-self-hosted-ingest-dsn-only-3ij2

Point the official Sentry SDK at self-hosted ingest (DSN only)

8+ hour, 19+ min ago   (488+ words) Clone the public tree and start compose from the repo root: Two services: the app image and postgres:16-alpine. No Redis. No separate worker fleet on this laptop path. If port 8080 is taken: From the dashboard: Settings → SDK connection (or…...


dev.to > sergey_shinder_ab2d943365 > our-cluster-had-kept-every-job-it-ever-finished-pd1

Our cluster had kept every job it ever finished

8+ hour, 51+ min ago   (794+ words) Deploys started failing on a Thursday morning. All of them, in every namespace, with the same message from our rollout tool: timed out waiting for pods. The pods were healthy and running. The cluster simply could not answer a question…...