Adds jellyfin app (untested).
This commit is contained in:
16
apps/jellyfin/manifest.yaml
Normal file
16
apps/jellyfin/manifest.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
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: []
|
Reference in New Issue
Block a user