mirror of
https://github.com/YunoHost-Apps/ombi_ynh.git
synced 2024-09-03 19:55:54 +02:00
2fe6636897
- `main` v4.44.1: https://github.com/Ombi-app/Ombi/releases/tag/v4.44.1
84 lines
2.1 KiB
TOML
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.44.1~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.44.1/linux-x64.tar.gz"
|
|
amd64.sha256 = "c321af4d7b174ac7d3ae559505aa9b783863e6ceb0df5f88c62d2cc6c1dc3a30"
|
|
arm64.url = "https://github.com/Ombi-app/Ombi/releases/download/v4.44.1/linux-arm64.tar.gz"
|
|
arm64.sha256 = "8aa83208d63ad85048ca37075c3935cd9634473161500e4843c103cc0a272911"
|
|
armhf.url = "https://github.com/Ombi-app/Ombi/releases/download/v4.44.1/linux-arm.tar.gz"
|
|
armhf.sha256 = "22471a6bd57cc5e57ee3aab2d55d7016c748b07e87f9edbbc9851d34ffec311a"
|
|
|
|
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"
|