21e8df1e3a
Adds the referential-coupling backup: block to every app that binds
${HDD_PATH}/${USERDATA_PATH} (immich, paperless-ngx, nextcloud, calibre-web,
audiobookshelf, komga, navidrome, radarr, sonarr, emby, jellyfin, plex, romm).
Each lists its userdata:/hdd: binds with class mandatory|optional|excluded
(operator-ruled + spike SQ2).
Requires controller v0.132.0 (deployed) which parses+validates these blocks.
INERT — no backup tier changes behavior yet (Task 3/4 consume it). All 13
verified against the shipped parser: parse-clean, every bind resolves explicit.
audiobookshelf media/audiobooks = optional (PENDING Viktor veto to excluded).
Ref: felhom.eu/documentation/audits/SPIKE-backup-classification-2026-07-14.md
81 lines
2.5 KiB
YAML
81 lines
2.5 KiB
YAML
# =============================================================================
|
|
# .felhom.yml - App metadata for felhom-controller
|
|
# =============================================================================
|
|
|
|
# --- Display info (shown on dashboard) ---
|
|
display_name: "Emby"
|
|
description: "Személyes média szerver élő TV és DVR támogatással"
|
|
category: "media"
|
|
subdomain: "emby"
|
|
slug: "emby"
|
|
|
|
# --- Resource hints (displayed on deploy screen) ---
|
|
resources:
|
|
mem_request: "512M"
|
|
mem_limit: "2048M"
|
|
pi_compatible: false
|
|
needs_hdd: true
|
|
|
|
# --- Backup classification (referential coupling; see felhom.eu documentation/audits/SPIKE-backup-classification-2026-07-14.md) ---
|
|
backup:
|
|
userdata:
|
|
- path: media
|
|
class: excluded # pure reader of the shared tree (:ro); state lives in volumes
|
|
|
|
# --- Deploy fields (first deployment only) ---
|
|
deploy_fields:
|
|
- env_var: DOMAIN
|
|
label: "Domain"
|
|
type: domain
|
|
description: "A szerver domain neve"
|
|
locked_after_deploy: true
|
|
|
|
- env_var: SUBDOMAIN
|
|
label: "Aldomain"
|
|
type: subdomain
|
|
default: "emby"
|
|
required: true
|
|
locked_after_deploy: true
|
|
description: "Az alkalmazás aldomainje"
|
|
|
|
- env_var: HDD_PATH
|
|
label: "Médiatár útvonal"
|
|
type: path
|
|
required: true
|
|
placeholder: "/mnt/felhom-drives/hdd_1"
|
|
description: "A külső merevlemez elérési útja"
|
|
locked_after_deploy: true
|
|
|
|
# --- App info (info page content) ---
|
|
app_info:
|
|
tagline: "Személyes média szerver élő TV és DVR támogatással"
|
|
docs_url: "https://emby.media/support/articles/Home.html"
|
|
|
|
use_cases:
|
|
- 'Filmek, sorozatok, zene és fotók kezelése egy helyen'
|
|
- 'Élő TV nézés és felvétel (DVR) TV tunerrel'
|
|
- 'Automatikus transzkódolás bármilyen eszközhöz'
|
|
- 'Szülői felügyelet és felhasználói profilok'
|
|
- 'Szinkronizálás offline megtekintéshez mobilon'
|
|
|
|
first_steps:
|
|
- 'Nyisd meg az emby.DOMAIN címet a böngészőben'
|
|
- 'Kövesd a beállítás varázslót'
|
|
- 'Hozd létre az admin fiókot'
|
|
- 'Add hozzá a médiatárat a /media mappából'
|
|
- 'Telepítsd az Emby alkalmazást eszközeidre'
|
|
|
|
prerequisites:
|
|
- 'Külső HDD szükséges a médiafájlok tárolásához'
|
|
- 'Legalább 2 GB szabad RAM ajánlott'
|
|
- 'Emby Premiere előfizetés a prémium funkciókhoz (opcionális)'
|
|
|
|
# --- Controller-side health probe ---
|
|
healthcheck:
|
|
checks:
|
|
- type: api
|
|
port: 8096
|
|
path: "/emby/system/ping"
|
|
expect:
|
|
status: 200
|