2023-09-01 22:50:48 +02:00
|
|
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
|
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "jellyfin-vue"
|
|
|
|
name = "Jellyfin Vue Client"
|
2023-10-07 09:37:43 +02:00
|
|
|
description.en = "Modern web client for Jellyfin"
|
|
|
|
description.fr = "Client web moderne pour Jellyfin"
|
2023-09-01 22:50:48 +02:00
|
|
|
|
2024-01-10 05:17:00 +01:00
|
|
|
version = "2024.01.10~ynh1"
|
2023-09-01 22:50:48 +02:00
|
|
|
|
2023-10-25 13:17:05 +02:00
|
|
|
maintainers = [""]
|
2023-09-01 22:50:48 +02:00
|
|
|
|
|
|
|
[upstream]
|
2023-10-07 11:13:41 +02:00
|
|
|
license = "GPL-3.0-only"
|
2023-09-01 22:50:48 +02:00
|
|
|
code = "https://github.com/jellyfin/jellyfin-vue"
|
2024-01-11 00:43:42 +01:00
|
|
|
demo = "https://jf-vue.pages.dev"
|
|
|
|
|
2023-09-01 22:50:48 +02:00
|
|
|
fund = "https://opencollective.com/jellyfin"
|
|
|
|
|
|
|
|
[integration]
|
2023-10-07 09:37:43 +02:00
|
|
|
yunohost = ">= 11.2"
|
2023-09-01 22:50:48 +02:00
|
|
|
architectures = "all"
|
|
|
|
multi_instance = true
|
|
|
|
ldap = true
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "0M"
|
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/jellyfin-vue"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
|
|
|
|
[resources.sources]
|
|
|
|
|
2023-10-25 13:20:29 +02:00
|
|
|
[resources.sources.main]
|
2024-01-10 05:17:00 +01:00
|
|
|
url = "https://github.com/jellyfin/jellyfin-vue/archive/06f9ff0d2d17dd0556cc12daca6f7197dfccbb7e.tar.gz"
|
|
|
|
sha256 = "3bfc2bd9a904e2eb684dc986c5caecfc53dfde3b3e5f5ed9b3f67265af0e67e5"
|
2023-09-01 22:50:48 +02:00
|
|
|
|
2023-10-25 13:20:29 +02:00
|
|
|
autoupdate.upstream = "https://github.com/jellyfin/jellyfin-vue/"
|
|
|
|
autoupdate.strategy = "latest_github_commit"
|
2023-09-01 22:50:48 +02:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|