2023-05-07 21:21:34 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
2023-05-07 22:07:21 +02:00
|
|
|
id = "jellyseer"
|
|
|
|
name = "Jellyseer"
|
|
|
|
description.en = "Manage requests for your media library"
|
|
|
|
description.fr = "Gère les requêtes pour votre bibilothèque multimedia"
|
2023-05-07 21:21:34 +02:00
|
|
|
|
2023-05-07 22:07:21 +02:00
|
|
|
version = "1.5.0~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]
|
|
|
|
# NB: Only the "license" key is mandatory. Remove entries for which there's no relevant data
|
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-05-07 22:07:21 +02:00
|
|
|
yunohost = ">= 11.1.18"
|
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"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
2023-05-07 22:07:21 +02:00
|
|
|
default = "/jellyseer"
|
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-05-07 21:21:34 +02:00
|
|
|
[resources.sources]
|
|
|
|
|
|
|
|
[resources.sources.main]
|
2023-05-07 22:07:21 +02:00
|
|
|
format = "docker"
|
|
|
|
extract = true
|
|
|
|
prefetch = false
|
|
|
|
|
|
|
|
amd64.url = "fallenbagel/jellyseerr:1.5.0"
|
|
|
|
amd64.platform = "linux/amd64"
|
|
|
|
amd64.sha256 = "3ff0d7af326f4e6db4dbe8679284a4230c9fd4205f59ecc9637ecfbdedb473c3"
|
2023-05-07 21:21:34 +02:00
|
|
|
|
2023-05-07 22:07:21 +02:00
|
|
|
arm64.url = "fallenbagel/jellyseerr:1.5.0"
|
|
|
|
arm64.platform = "linux/arm64"
|
|
|
|
arm64.sha256 = "e1d0c43780be6e2cfa5b98c2385914e7c5931be1cd7e20b2ff0b88a558e644ea"
|
|
|
|
|
|
|
|
armhf.url = "fallenbagel/jellyseerr:1.5.0"
|
|
|
|
armhf.platform = "linux/armhf"
|
|
|
|
armhf.sha256 = "71142a38c3133e82b18a6dbc5fbba4752ec7a56b9204f47c23b8ef6a7c2a3921"
|
2023-05-07 21:21:34 +02:00
|
|
|
|
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
2023-05-07 22:07:21 +02:00
|
|
|
|
2023-05-07 21:21:34 +02:00
|
|
|
[resources.data_dir]
|
2023-05-07 22:07:21 +02:00
|
|
|
|
2023-05-07 21:21:34 +02:00
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.ports]
|
2023-05-07 22:07:21 +02:00
|
|
|
main.default = 5055
|
|
|
|
|
2023-05-07 21:21:34 +02:00
|
|
|
[resources.apt]
|
2023-05-07 22:07:21 +02:00
|
|
|
packages = "mariadb-server"
|
2023-05-07 21:21:34 +02:00
|
|
|
|
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|