1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyseerr_ynh.git synced 2024-09-03 19:26:18 +02:00
jellyseerr_ynh/manifest.toml

62 lines
1.4 KiB
TOML
Raw Normal View History

2023-12-08 23:22:04 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
2023-05-07 21:21:34 +02:00
packaging_format = 2
2023-05-07 23:28:27 +02:00
id = "jellyseerr"
name = "Jellyseerr"
2023-05-09 08:34:19 +02:00
description.en = "Media request management and discovery tool for Jellyfin, Radarr, and Sonarr"
description.fr = "Outil de gestion de demandes et de découverte de médias pour Jellyfin, Radarr, et Sonarr"
2023-05-07 21:21:34 +02:00
2024-06-13 03:44:30 +02:00
version = "1.9.1~ynh1"
2023-05-07 21:21:34 +02:00
2023-05-07 22:07:21 +02:00
maintainers = ["Thovi98"]
2023-05-07 21:21:34 +02:00
[upstream]
2023-05-07 22:07:21 +02:00
license = "MIT"
code = "https://github.com/Fallenbagel/jellyseerr"
2023-05-07 21:21:34 +02:00
[integration]
2023-09-27 15:29:05 +02:00
yunohost = ">= 11.2"
2023-05-07 21:21:34 +02:00
architectures = "all"
multi_instance = true
2023-05-07 22:07:21 +02:00
ldap = false
sso = false
2023-05-07 21:21:34 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
2023-12-08 23:22:04 +01:00
2023-05-07 21:21:34 +02:00
[install.init_main_permission]
type = "group"
default = "visitors"
2023-05-07 22:07:21 +02:00
[resources]
2023-12-08 23:22:04 +01:00
2023-05-07 21:21:34 +02:00
[resources.sources]
[resources.sources.main]
2024-06-13 03:44:30 +02:00
url = "https://github.com/Fallenbagel/jellyseerr/archive/refs/tags/v1.9.1.tar.gz"
sha256 = "fec651f015e8aa5727f8cab09e39ced299657625cd34e33e81062c9ed37c67e0"
2023-05-07 22:24:18 +02:00
autoupdate.strategy = "latest_github_tag"
2023-05-07 21:21:34 +02:00
[resources.system_user]
[resources.install_dir]
2023-12-08 23:22:04 +01:00
2023-05-07 21:21:34 +02:00
[resources.data_dir]
2023-12-08 23:22:04 +01:00
2023-05-07 21:21:34 +02:00
[resources.permissions]
main.url = "/"
[resources.ports]
2023-05-12 08:46:45 +02:00
main.default = 5055
2024-06-12 12:38:16 +02:00
[resources.apt]
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
extras.yarn.packages = "yarn"