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

71 lines
1.8 KiB
TOML
Raw Normal View History

packaging_format = 2
id = "invidious"
name = "Invidious"
description.en = "Alternative front-end to YouTube"
description.fr = "Front-end alternatif à YouTube"
2023-04-04 13:39:43 +02:00
version = "23.04.04~ynh1"
maintainers = ["eric_G"]
[upstream]
license = "GPL-3.0-only"
demo = "https://invidious.site/"
admindoc = "https://docs.invidious.io/"
userdoc = "https://github.com/iv-org/documentation"
code = "https://github.com/iv-org/invidious"
website = "https://invidio.us/"
[integration]
2023-04-07 14:40:50 +02:00
yunohost = ">= 11.1.17"
architectures = ["amd64"]
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "2G"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
full_domain = true
[install.admin]
type = "user"
[install.init_main_permission]
help.en = "If enabled, Invidious will be accessible by people who do not have an account. This can be changed later via the webadmin."
help.fr = "Si cette case est cochée, Invidious sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "string"
choices = ["de", "en-US", "es", "fr", "it", "nl", "pt-PT"]
default = "fr"
[resources]
[resources.system_user]
[resources.install_dir]
[resources.ports]
[resources.permissions]
main.url = "/"
api.url = "/api"
api.show_tile = false
api.allowed = ["visitors"]
api.protected = true
[resources.apt]
packages = "apt-transport-https libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin imagemagick libsqlite3-dev zlib1g-dev libevent-dev pkg-config libpcre3-dev"
[resources.database]
type = "postgresql"