1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00
funkwhale_ynh/manifest.toml

76 lines
2.3 KiB
TOML
Raw Normal View History

2023-03-24 12:21:19 +01:00
packaging_format = 2
id = "funkwhale"
name = "Funkwhale"
description.en = "Convivial and modern music server"
description.fr = "Serveur de musique moderne et convivial"
version = "1.2.10~ynh1"
maintainers = ["Ciarán Ainsworth"]
[upstream]
license = "AGPL-3.0-or-later"
website = "https://funkwhale.audio/"
demo = "https://demo.funkwhale.audio"
admindoc = "https://docs.funkwhale.audio/admin/index.html"
userdoc = "https://docs.funkwhale.audio/users/index.html"
code = "https://dev.funkwhale.audio/funkwhale/funkwhale"
[integration]
2023-03-24 12:31:51 +01:00
yunohost = ">= 11.1.15"
architectures = "all"
2023-03-24 12:21:19 +01:00
multi_instance = true
2023-03-24 12:31:51 +01:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-03-24 12:21:19 +01:00
[install]
[install.domain]
type = "domain"
full_domain = true
[install.init_main_permission]
help.en = "If enabled, Funkwhale will be accessible by Funkwhale for Android and by users without a YunoHost account. This can be changed later in the webadmin."
help.fr = "Si cette case est cochée, Funkwhale sera accessible par Funkwhale for Android et par les utilisateurs nayant pas de compte YunoHost. Vous pourrez changer cela dans la webadmin."
type = "group"
default = "visitors"
[install.admin]
type = "user"
[resources]
[resources.sources]
[resources.sources.api]
url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.2.10/download?job=build_api"
2023-03-27 20:13:05 +02:00
sha256 = "fc6f54d37993f74e057d1a59438e21b68a8cff1a7f9438415459ede7cf7f09d0"
2023-03-27 21:00:13 +02:00
in_subdir = true
extract = true
2023-03-27 21:10:09 +02:00
format = zip
2023-03-24 12:21:19 +01:00
[resources.sources.front]
url = "https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/1.2.10/download?job=build_front"
2023-03-27 20:13:05 +02:00
sha256 = "bcf0ba380295be58dfcfe4d88605cfce357859adf623c8236fb1182095c38bfd"
2023-03-27 21:00:13 +02:00
in_subdir = true
extract = true
2023-03-27 21:10:09 +02:00
format = zip
2023-03-24 12:21:19 +01:00
2023-03-24 12:31:51 +01:00
[resources.ports]
2023-03-24 12:21:19 +01:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
2023-03-24 12:31:51 +01:00
[resources.apt]
packages = "postgresql curl python3-pip python3-venv git unzip libldap2-dev libsasl2-dev gettext-base zlib1g-dev libffi-dev libssl-dev build-essential ffmpeg libjpeg-dev libmagic-dev libpq-dev python3-dev make zlib1g-dev libffi-dev libssl-dev"
2023-03-24 12:21:19 +01:00
[resources.database]
type = "postgresql"