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"
2023-12-13 14:03:02 +01:00
version = "1.4.0~ynh1"
2023-03-24 12:21:19 +01:00
2023-06-03 22:33:21 +02:00
maintainers = [ "Thovi98" ]
2023-03-24 12:21:19 +01:00
[ 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"
2023-04-03 21:09:04 +02:00
fund = "https://next.funkwhale.audio/donate/"
2023-03-24 12:21:19 +01:00
[ integration ]
2023-09-17 07:46:15 +02:00
yunohost = ">= 11.2"
2023-03-24 12:31:51 +01:00
architectures = "all"
2023-03-24 12:21:19 +01:00
multi_instance = true
2023-12-20 18:43:24 +01:00
2023-06-15 14:03:02 +02:00
ldap = true
2023-12-20 18:43:24 +01:00
2023-06-15 14:03:02 +02:00
sso = true
2023-12-20 18:43:24 +01:00
2023-03-24 12:31:51 +01:00
disk = "50M"
ram . build = "50M"
ram . runtime = "50M"
2023-03-24 12:21:19 +01:00
[ install ]
[ install . domain ]
type = "domain"
[ 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 n’ ayant 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 ]
2023-12-13 14:03:02 +01:00
url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.4.0/download?job=build_api"
2023-12-13 14:18:18 +01:00
sha256 = "e1c3d49da0e03545ff96f584d7c437fa333d7836b1a70c54b31ba5db3e1a2ae1"
2023-03-27 21:00:13 +02:00
in_subdir = true
extract = true
2023-03-27 21:14:08 +02:00
format = "zip"
2023-03-24 12:21:19 +01:00
[ resources . sources . front ]
2023-12-13 14:03:02 +01:00
url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.4.0/download?job=build_front"
2023-12-13 14:36:16 +01:00
sha256 = "d0429566bcc3fa395b9c54b16b939bbc86009c174929910de345db149d3e9d6d"
2023-03-27 21:00:13 +02:00
in_subdir = true
extract = true
2023-03-27 21:14:08 +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 ]
2023-03-30 22:54:26 +02:00
2023-03-24 12:21:19 +01:00
[ resources . data_dir ]
2023-03-29 22:22:10 +02:00
2023-03-24 12:21:19 +01:00
[ resources . permissions ]
main . url = "/"
2023-03-24 12:31:51 +01:00
[ resources . apt ]
2023-09-17 07:46:15 +02:00
packages = "build-essential, curl, ffmpeg, libjpeg-dev, libmagic-dev, libpq-dev, postgresql, postgresql-client, postgresql-contrib, python3-dev, libldap2-dev, libsasl2-dev, make, unzip, zlib1g-dev, libffi-dev, libssl-dev, libxml2-dev, libxslt1-dev, libjpeg-dev, python3-venv, git"
2023-03-24 12:31:51 +01:00
2023-03-24 12:21:19 +01:00
[ resources . database ]
type = "postgresql"