mirror of
https://github.com/YunoHost-Apps/jellyfin-vue_ynh.git
synced 2024-09-03 19:26:31 +02:00
cleaning
This commit is contained in:
parent
6e4d12ad6a
commit
dd2c5c83d1
3 changed files with 5 additions and 28 deletions
|
@ -1,4 +1 @@
|
||||||
Jellyfin Vue is the next step of Jellyfin's development.
|
Jellyfin Vue is the next step of Jellyfin's development. It's a new frontend, based on Vue. See https://jellyfin.org/posts/vue-vue3 for details.
|
||||||
It's a new frontend, based on Vue.
|
|
||||||
|
|
||||||
See https://jellyfin.org/posts/vue-vue3 for details.
|
|
||||||
|
|
|
@ -1,5 +1 @@
|
||||||
Jellyfin Vue est la prochaine étape du développement de Jellyfin.
|
Jellyfin Vue est la prochaine étape du développement de Jellyfin. C'est une nouvelle interface, basée sur Vue. Des détails peuvent être trouvés ici : https://jellyfin.org/posts/vue-vue3.
|
||||||
|
|
||||||
C'est une nouvelle interface, basée sur Vue.
|
|
||||||
|
|
||||||
Des détails peuvent être trouvés ici : https://jellyfin.org/posts/vue-vue3.
|
|
||||||
|
|
|
@ -4,8 +4,8 @@ packaging_format = 2
|
||||||
|
|
||||||
id = "jellyfin-vue"
|
id = "jellyfin-vue"
|
||||||
name = "Jellyfin Vue Client"
|
name = "Jellyfin Vue Client"
|
||||||
description.en = "A modern web client for Jellyfin based on Vue."
|
description.en = "Modern web client for Jellyfin"
|
||||||
description.fr = "Un client web moderne pour Jellyfin basé sur Vue."
|
description.fr = "Client web moderne pour Jellyfin"
|
||||||
|
|
||||||
version = "0.3~ynh1"
|
version = "0.3~ynh1"
|
||||||
|
|
||||||
|
@ -14,14 +14,12 @@ maintainers = ["johndoe"]
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "GPLv3"
|
license = "GPLv3"
|
||||||
website = "https://github.com/jellyfin/jellyfin-vue"
|
website = "https://github.com/jellyfin/jellyfin-vue"
|
||||||
# admindoc = "https://yunohost.org/packaging_apps"
|
|
||||||
# userdoc = "https://yunohost.org/apps"
|
|
||||||
code = "https://github.com/jellyfin/jellyfin-vue"
|
code = "https://github.com/jellyfin/jellyfin-vue"
|
||||||
|
|
||||||
fund = "https://opencollective.com/jellyfin"
|
fund = "https://opencollective.com/jellyfin"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.21"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = true
|
ldap = true
|
||||||
|
@ -32,38 +30,24 @@ ram.runtime = "0M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
# this is a generic question - ask strings are automatically handled by YunoHost's core
|
|
||||||
type = "domain"
|
type = "domain"
|
||||||
|
|
||||||
[install.path]
|
[install.path]
|
||||||
# this is a generic question - ask strings are automatically handled by YunoHost's core
|
|
||||||
type = "path"
|
type = "path"
|
||||||
default = "/jellyfin-vue"
|
default = "/jellyfin-vue"
|
||||||
|
|
||||||
[install.init_main_permission]
|
[install.init_main_permission]
|
||||||
# this is a generic question - ask strings are automatically handled by YunoHost's core
|
|
||||||
# This won't be saved as setting and will instead be used to initialize the SSOwat permission
|
|
||||||
type = "group"
|
type = "group"
|
||||||
default = "visitors"
|
default = "visitors"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
# See the packaging documentation for the full set
|
|
||||||
# of explanation regarding the behavior and properties for each of those
|
|
||||||
|
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
# This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with :
|
|
||||||
# ynh_setup_source --dest_dir="$install_dir"
|
|
||||||
# You can also define other assets than "main" and add --source_id="foobar" in the previous command
|
|
||||||
url = "https://github.com/jellyfin/jellyfin-vue/archive/f1efc3cd0923d09af69debea1e19a08b24310afc.tar.gz"
|
url = "https://github.com/jellyfin/jellyfin-vue/archive/f1efc3cd0923d09af69debea1e19a08b24310afc.tar.gz"
|
||||||
sha256 = "7f3a81a44153b456012bb0c2a0d404eb0b4ac0db1c56768cef7e37ed4eb52c6f"
|
sha256 = "7f3a81a44153b456012bb0c2a0d404eb0b4ac0db1c56768cef7e37ed4eb52c6f"
|
||||||
|
|
||||||
# These infos are used by https://github.com/YunoHost/apps/blob/master/tools/autoupdate_app_sources/autoupdate_app_sources.py
|
|
||||||
# to auto-update the previous asset urls and sha256sum + manifest version
|
|
||||||
# assuming the upstream's code repo is on github and relies on tags or releases
|
|
||||||
# See the 'sources' resource documentation for more details
|
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
Loading…
Reference in a new issue