1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ombi_ynh.git synced 2024-09-03 19:55:54 +02:00
ombi_ynh/manifest.toml
2023-11-04 23:03:00 +01:00

84 lines
2.1 KiB
TOML

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "ombi"
name = "Ombi"
description.en = "Media request tool on Plex/Emby/Jellyfin"
description.fr = "Outil de demande de médias sur Plex/Emby/Jellyfin"
version = "4.43.5~ynh1"
maintainers = [""]
[upstream]
license = "GPL-2.0"
website = "https://ombi.io/"
demo = "https://app.ombi.io/landingpage"
admindoc = "https://docs.ombi.app/guides/installation/"
code = "https://github.com/Ombi-app/Ombi"
fund ="https://www.paypal.com/paypalme/PlexRequestsNet"
[integration]
yunohost = ">= 11.2"
architectures = ["amd64", "arm64", "armhf"]
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/ombi"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
amd64.url = "https://github.com/Ombi-app/Ombi/releases/download/v4.43.5/linux-x64.tar.gz"
amd64.sha256 = "e37e374bd7f1366a1985b7eafd901f236c05ed9c08c3b232cb2654b206b8f19a"
arm64.url = "https://github.com/Ombi-app/Ombi/releases/download/v4.43.5/linux-arm64.tar.gz"
arm64.sha256 = "5e747fb93ef796e292a58afa89e672bb49a33b2db75c6b395150e47b4214f4f4"
armhf.url = "https://github.com/Ombi-app/Ombi/releases/download/v4.43.5/linux-arm.tar.gz"
armhf.sha256 = "7c8fc3a079395c645c4e514e6f4987844fc45eea3ea7679948adee1ccf7f4435"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.arm64 = "linux-arm64\\.tar\\.gz"
autoupdate.asset.amd64 = "linux-x64\\.tar\\.gz"
autoupdate.asset.armhf = "linux-arm\\.tar\\.gz"
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
main.auth_header = false
api.url = "/api"
api.allowed = "visitors"
api.show_tile = false
api.protected = true
[resources.ports]
[resources.apt]
packages = "mariadb-server"
[resources.database]
type = "mysql"