2024-02-22 03:33:00 +01:00
|
|
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
|
2023-08-20 15:36:10 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "friendica"
|
|
|
|
name = "Friendica"
|
2023-08-21 16:31:44 +02:00
|
|
|
description.en = "Decentralized Social Network"
|
|
|
|
description.fr = "Réseau social décentralisé"
|
2023-08-20 15:36:10 +02:00
|
|
|
|
2024-02-23 02:57:33 +01:00
|
|
|
version = "2023.12~ynh4"
|
2023-08-20 15:36:10 +02:00
|
|
|
|
2024-02-11 21:28:01 +01: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"
|
2024-02-11 21:28:01 +01:00
|
|
|
|
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"
|
2024-02-11 21:28:01 +01:00
|
|
|
choices = [ "de", "en", "es", "fr", "it", "pt" ]
|
2023-08-20 15:36:10 +02:00
|
|
|
default = "en"
|
|
|
|
|
|
|
|
[resources]
|
2023-08-21 09:55:30 +02:00
|
|
|
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
2023-12-24 17:16:06 +01:00
|
|
|
url = "https://github.com/friendica/friendica/archive/refs/tags/2023.12.tar.gz"
|
|
|
|
sha256 = "d55475628ae24aab1ee7ed3367d22b2fd3ee49200b5da276c69e97df2afbd943"
|
2024-02-11 21:28:01 +01:00
|
|
|
autoupdate.strategy = "latest_github_release"
|
|
|
|
|
2023-08-21 09:55:30 +02:00
|
|
|
[resources.sources.addons]
|
2024-02-10 16:57:00 +01:00
|
|
|
url = "https://github.com/friendica/friendica-addons/archive/refs/tags/2023.12.tar.gz"
|
|
|
|
sha256 = "d0228833584dd7dc0301ee04bd41728345c8051d84908849dea52ed04a7c8982"
|
2024-02-11 21:28:01 +01:00
|
|
|
autoupdate.upstream = "https://github.com/friendica/friendica-addons"
|
|
|
|
autoupdate.strategy = "latest_github_tag"
|
2023-08-21 09:55:30 +02:00
|
|
|
|
2024-02-11 21:28:01 +01:00
|
|
|
[resources.system_user]
|
2023-08-20 15:36:10 +02:00
|
|
|
|
2024-02-11 21:28:01 +01:00
|
|
|
[resources.install_dir]
|
2023-08-20 15:36:10 +02:00
|
|
|
|
2024-02-11 21:28:01 +01:00
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
2024-02-22 03:33:00 +01:00
|
|
|
main.show_tile = true
|
2024-02-22 05:04:11 +01:00
|
|
|
main.allowed = [ "visitors", "all_users" ]
|
2024-02-22 03:33:00 +01:00
|
|
|
main.protected = true
|
2023-08-20 15:36:10 +02:00
|
|
|
|
2024-02-11 21:28:01 +01:00
|
|
|
[resources.apt]
|
2024-02-11 22:42:44 +01:00
|
|
|
packages = "mariadb-server, php8.2-curl, php8.2-mbstring, php8.2-imagick, php8.2-xml, php8.2-zip, php8.2-mysql, php8.2-gd, php8.2-gmp, php8.2-intl"
|
2023-08-20 15:51:37 +02:00
|
|
|
|
2024-02-11 21:28:01 +01:00
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|