2023-08-20 15:36:10 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "friendica"
|
|
|
|
name = "Friendica"
|
|
|
|
description.en = "Social Communication Server"
|
|
|
|
description.fr = "Serveur de Communication Social"
|
|
|
|
|
2023-08-21 11:52:26 +02:00
|
|
|
version = "2023.05~ynh2"
|
2023-08-20 15:36:10 +02:00
|
|
|
|
2023-08-20 15:51:37 +02:00
|
|
|
maintainers = []
|
2023-08-20 15:36:10 +02:00
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "AGPL-3.0-only"
|
|
|
|
website = "http://friendi.ca"
|
|
|
|
demo = "https://dir.friendica.social/servers"
|
|
|
|
admindoc = "https://github.com/friendica/friendica/wiki"
|
|
|
|
userdoc = "https://wiki.friendi.ca/"
|
|
|
|
code = "https://github.com/friendica/friendica"
|
|
|
|
|
|
|
|
[integration]
|
|
|
|
yunohost = ">= 11.2"
|
2023-08-20 15:51:37 +02:00
|
|
|
architectures = "all"
|
2023-08-20 15:36:10 +02:00
|
|
|
multi_instance = true
|
2023-08-20 15:51:37 +02:00
|
|
|
ldap = true
|
|
|
|
sso = true
|
|
|
|
disk = "50M"
|
|
|
|
ram.build = "150M"
|
|
|
|
ram.runtime = "50M"
|
2023-08-20 15:36:10 +02:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
2023-08-20 15:55:57 +02:00
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
2023-08-20 15:36:10 +02:00
|
|
|
|
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[install.language]
|
|
|
|
ask.en = "Choose the application language"
|
|
|
|
ask.fr = "Choisissez la langue de l'application"
|
2023-08-20 16:18:38 +02:00
|
|
|
type = "select"
|
2023-08-20 15:36:10 +02:00
|
|
|
choices = ["de", "en", "es", "fr", "it", "pt"]
|
|
|
|
default = "en"
|
|
|
|
|
|
|
|
[resources]
|
2023-08-21 09:55:30 +02:00
|
|
|
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
|
|
url = "https://github.com/friendica/friendica/archive/refs/tags/2023.05.tar.gz"
|
|
|
|
sha256 = "727a8fdab6a2f6424d3dbc895496447e750eb0f8e1e11b70f1e229a7e3c9a31d"
|
|
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
|
|
|
|
[resources.sources.addons]
|
|
|
|
url = "https://github.com/friendica/friendica-addons/archive/refs/tags/2023.05.tar.gz"
|
|
|
|
sha256 = "df29aed28c0208e162c76f91949d0c3a0f77fe09853fe1a6d854b9956075d8a0"
|
|
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
|
2023-08-20 15:36:10 +02:00
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
2023-08-20 15:51:37 +02:00
|
|
|
[resources.apt]
|
2023-08-21 14:10:49 +02:00
|
|
|
packages = "mariadb-server php8.0-mbstring php8.0-json php8.0-imagick php8.0-xml php8.0-zip php8.0-mysql php8.0-gd php8.0-gmp"
|
2023-08-20 15:51:37 +02:00
|
|
|
|
2023-08-20 15:36:10 +02:00
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|