1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/reiverr_ynh.git synced 2024-09-03 20:16:14 +02:00
reiverr_ynh/manifest.toml

100 lines
2.7 KiB
TOML
Raw Normal View History

2023-10-08 18:31:27 +02:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
2023-10-08 19:03:40 +02:00
id = "reiverr"
name = "Reiverr"
description.en = "Clean combined interface for Jellyfin, TMDB, Radarr and Sonarr, as well as a replacement to Overseerr"
description.fr = "Interface claire combinée pour Jellyfin, TMDB, Radarr et Sonarr, en plus dêtre un remplaçant dOverseerr"
2023-10-08 18:31:27 +02:00
2023-10-08 19:03:40 +02:00
version = "0.8.0~ynh1"
2023-10-08 18:31:27 +02:00
2023-10-08 19:03:40 +02:00
maintainers = ["Thovi98"]
2023-10-08 18:31:27 +02:00
[upstream]
2023-10-08 19:03:40 +02:00
license = "GPL-3.0"
code = "https://github.com/aleksilassila/reiverr"
2023-10-08 18:31:27 +02:00
[integration]
2023-10-08 19:03:40 +02:00
yunohost = ">= 11.2.4"
2023-10-08 18:31:27 +02:00
architectures = "all"
multi_instance = true
2023-10-08 19:03:40 +02:00
ldap = "not_relevant"
sso = "not_relevant"
2023-10-08 18:31:27 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/example"
[install.init_main_permission]
type = "group"
default = "visitors"
2023-10-08 19:13:27 +02:00
[install.radarr_domain]
ask.en = "(Optional) Insert here the api key from your Radarr instance"
ask.fr = "(Optionnel) Insérez ici la clé API de votre instance Radarr"
type = "domain"
optional = true
2023-10-08 19:09:04 +02:00
[install.radarr_api]
ask.en = "(Optional) Insert here the api key from your Radarr instance"
ask.fr = "(Optionnel) Insérez ici la clé API de votre instance Radarr"
type = "string"
default = false
optional = true
2023-10-08 19:13:27 +02:00
[install.sonarr_domain]
ask.en = "(Optional) Insert here the api key from your Sonarr instance"
ask.fr = "(Optionnel) Insérez ici la clé API de votre instance Sonarr"
type = "domain"
optional = true
2023-10-08 19:09:04 +02:00
[install.sonarr_api]
ask.en = "(Optional) Insert here the api key from your Sonarr instance"
ask.fr = "(Optionnel) Insérez ici la clé API de votre instance Sonarr"
type = "string"
default = false
optional = true
2023-10-08 19:13:27 +02:00
[install.jellyfin_domain]
ask.en = "(Optional) Insert here the api key from your Jellyfin instance"
ask.fr = "(Optionnel) Insérez ici la clé API de votre instance Jellyfin"
type = "domain"
optional = true
2023-10-08 19:09:04 +02:00
[install.jellyin_api]
ask.en = "(Optional) Insert here the api key from your Jellyfin instance"
ask.fr = "(Optionnel) Insérez ici la clé API de votre instance Jellyfin"
type = "string"
default = false
optional = true
2023-10-08 19:03:40 +02:00
[resources]
2023-10-08 18:31:27 +02:00
[resources.sources]
[resources.sources.main]
2023-10-08 19:03:40 +02:00
url = "https://github.com/aleksilassila/reiverr/archive/refs/tags/v0.8.0.tar.gz"
sha256 = "768e8fffdf44f0eaef69512d000993499c8bc363a4af5c7dc5fb4616eaa36322"
autoupdate.strategy = "latest_github_tag"
2023-10-08 18:31:27 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
2023-10-08 19:03:40 +02:00
main.default = 9494
2023-10-08 18:31:27 +02:00