16 lines
557 B
YAML
16 lines
557 B
YAML
name: jellyfin
|
|
description: Jellyfin is a free and open-source media server and suite of multimedia applications designed to organize, manage, and share digital media files
|
|
version: 10.10.3
|
|
icon: https://jellyfin.org/images/banner-light.svg
|
|
requires: []
|
|
defaultConfig:
|
|
image: jellyfin/jellyfin:10.10.3
|
|
domain: jellyfin.{{ .cloud.domain }}
|
|
tlsSecretName: wildcard-wild-cloud-tls
|
|
port: 8096
|
|
configStorage: 1Gi
|
|
cacheStorage: 10Gi
|
|
mediaStorage: 100Gi
|
|
timezone: UTC
|
|
publishedServerUrl: "https://jellyfin.{{ .cloud.domain }}"
|
|
requiredSecrets: [] |