mirror of
https://github.com/YunoHost-Apps/libremdb_ynh.git
synced 2024-09-03 19:36:22 +02:00
57 lines
1.2 KiB
TOML
57 lines
1.2 KiB
TOML
packaging_format = 2
|
|
|
|
id = "libremdb"
|
|
name = "Libremdb"
|
|
description.en = "Free & open source IMDb front-end"
|
|
description.fr = "Frontal IMDb gratuit et open source"
|
|
|
|
version = "3.2.0~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0"
|
|
website = "https://libremdb.iket.me/"
|
|
demo = "https://libremdb.iket.me/about"
|
|
code = "https://github.com/zyachel/libremdb"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/zyachel/libremdb/archive/refs/tags/v3.2.0.tar.gz"
|
|
sha256 = "baf72984729978c10d901778c72863d87d64d27b52d72062af793855a8b28781"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
[resources.ports]
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = ""
|
|
|
|
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
|
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
|
extras.yarn.packages = "yarn"
|
|
|