- wiki/tech/ → family/how-to/ (15 files, no duplicates existed)
- wiki/{concepts,comparisons,root}/ → personal/projects/personal-os/ (22 files)
- wiki/tech/media-pipeline-pitfalls.md → personal/projects/
- wiki/tech/reflect-skip-fuse.md → personal/projects/
- wiki/ddg-asana-workflow.md → work/
- wiki/user-profile.md → personal/
- Dropped 11 files: vault versions are newer/bigger (xgimi, htpc-steam,
vault-strategy, executor-orchestrator, executor-security-incident,
kraken-media-stack, library-app, psychologist-app, raw/processed/, log, index)
4 files pending review (wiki version larger than vault original):
htpc-magic4pc, tv-luna-send, wireguard-vpn, watchlist-automation
34 lines
712 B
Markdown
34 lines
712 B
Markdown
---
|
|
title: Jellyfin Config
|
|
created: '2026-05-23'
|
|
updated: '2026-05-23'
|
|
type: tech
|
|
namespace: family
|
|
tags: [jellyfin, infra, media, credentials]
|
|
related:
|
|
- "[[tech/arr-stack-kraken]]"
|
|
---
|
|
|
|
# Jellyfin Config
|
|
|
|
**URL:** `http://kraken:8096`
|
|
|
|
## Users
|
|
|
|
| User | Password | Notes |
|
|
|------|----------|-------|
|
|
| alex | (set) | Admin |
|
|
| lisa | (none) | Cartoons library only |
|
|
|
|
## API Key
|
|
|
|
`87af49b6ff62ea68da6abdab0d7a4fbc`
|
|
|
|
Used by automation scripts (watchlist-sync, media-pipeline agents).
|
|
|
|
## Database / Maintenance
|
|
|
|
- **Before any DB operation:** `docker stop jellyfin` first
|
|
- Jellyfin runs as a Docker container on Kraken
|
|
- Config stored in `/opt/jellyfin/config/` (check docker-compose for exact path)
|