mirror of
https://github.com/YunoHost-Apps/ampache_ynh.git
synced 2024-09-03 18:15:55 +02:00
68 lines
1.5 KiB
TOML
68 lines
1.5 KiB
TOML
packaging_format = 2
|
|
|
|
id = "ampache"
|
|
name = "Ampache"
|
|
description.en = "Web based audio/video streaming application"
|
|
description.fr = "Application de streaming audio et vidéo"
|
|
|
|
version = "6.6.1~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0"
|
|
website = "http://ampache.org"
|
|
demo = "https://ampache.org/demo.html"
|
|
admindoc = "https://github.com/ampache/ampache/wiki"
|
|
code = "https://github.com/ampache/ampache"
|
|
fund = "https://ampache.org/donate.html"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
|
|
ldap = true
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "500M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/ampache"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/ampache/ampache/releases/download/6.6.1/ampache-6.6.1_all_php8.2.zip"
|
|
sha256 = "56fee77b181217bf63eac55cfe8fc78641bccc5521b274d86c3a5fadf0d10f1f"
|
|
in_subdir = false
|
|
autoupdate.strategy = "latest_github_release"
|
|
autoupdate.asset = "^ampache-.*_all_php8.2.zip$"
|
|
|
|
[resources.system_user]
|
|
allow_email = true
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "'libav-tools|ffmpeg', mariadb-server, php8.2-mysql, php8.2-curl, php8.2-simplexml, php8.2-gd, php8.2-ldap, php8.2-intl"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|