Files
app-catalog-felhom.eu/templates/plex/.felhom.yml
T
admin 939864f2a6 catalog: repoint HDD_PATH defaults/placeholders to /mnt/felhom-drives/<name>
Intermediary-mount re-architecture: drives are visible in-guest at the stable
/mnt/felhom-drives/<name>. Composes already use ${HDD_PATH}/${USERDATA_PATH}
(injected + repointed by controller v0.67.0); this updates the UI placeholders,
templates.json defaults, and doc/script examples to the new convention.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 16:48:52 +02:00

83 lines
2.5 KiB
YAML

# =============================================================================
# .felhom.yml - App metadata for felhom-controller
# =============================================================================
# --- Display info (shown on dashboard) ---
display_name: "Plex"
description: "Népszerű média szerver csiszolt felülettel"
category: "media"
subdomain: "plex"
slug: "plex"
# --- Resource hints (displayed on deploy screen) ---
resources:
mem_request: "512M"
mem_limit: "2048M"
pi_compatible: false
needs_hdd: true
# --- 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: "plex"
required: true
locked_after_deploy: true
description: "Az alkalmazás aldomainje"
- env_var: PLEX_CLAIM
label: "Plex Claim Token"
type: text
required: true
placeholder: "claim-xxxxxxxxxxxx"
description: "Generáld a https://plex.tv/claim oldalon (4 percig érvényes)"
locked_after_deploy: true
- 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: "Prémium média szerver kiváló alkalmazás támogatással"
docs_url: "https://support.plex.tv/"
use_cases:
- 'Filmek, sorozatok és zene streamelése professzionális felületen'
- 'Automatikus transzkódolás bármilyen eszközhöz'
- 'Watch Together - közös filmnézés távolról'
- 'Intro/outro skip funkció (Plex Pass)'
- 'Gazdag mobilalkalmazás és Smart TV támogatás'
first_steps:
- 'Generálj egy claim tokent a https://plex.tv/claim oldalon'
- 'Telepítés után nyisd meg a plex.DOMAIN címet'
- 'Kapcsold össze a Plex fiókoddat a szerverrel'
- 'Add hozzá a médiatárat (filmek: /media/movies, sorozatok: /media/shows)'
- 'Telepítsd a Plex alkalmazást eszközeidre'
prerequisites:
- 'Plex fiók szükséges (ingyenes regisztráció a plex.tv-n)'
- 'Külső HDD a médiafájlok tárolásához'
- 'Legalább 2 GB szabad RAM (transzkódoláshoz több ajánlott)'
# --- Controller-side health probe ---
healthcheck:
checks:
- type: api
port: 32400
path: "/identity"
expect:
status: 200