1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/friendica_ynh.git synced 2024-09-03 18:36:14 +02:00
friendica_ynh/manifest.toml
2024-08-23 18:32:53 +02:00

74 lines
2 KiB
TOML

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "friendica"
name = "Friendica"
description.en = "Decentralized Social Network"
description.fr = "Réseau social décentralisé"
version = "2024.08~ynh1"
maintainers = []
[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.27"
architectures = "all"
multi_instance = true
ldap = true
sso = true
disk = "50M"
ram.build = "150M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.admin]
type = "user"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "select"
choices = [ "de", "en", "es", "fr", "it", "pt" ]
default = "en"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/friendica/friendica/archive/refs/tags/2024.08.tar.gz"
sha256 = "ea21891b16e15ac0e13beb3ca4e68e2d0d66e7cf9f326cfce3a69a30e0c90fcb"
autoupdate.strategy = "latest_github_release"
[resources.sources.addons]
url = "https://github.com/friendica/friendica-addons/archive/refs/tags/2024.08.tar.gz"
sha256 = "281a46bbd348fdb4b895c4b07c2b96e419c860725eb502eca83c417689f0c254"
autoupdate.upstream = "https://github.com/friendica/friendica-addons"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
main.show_tile = true
main.allowed = [ "visitors", "all_users" ]
main.protected = true
[resources.apt]
packages = "mariadb-server, php8.3-curl, php8.3-mbstring, php8.3-imagick, php8.3-xml, php8.3-zip, php8.3-mysql, php8.3-gd, php8.3-gmp, php8.3-intl"
[resources.database]
type = "mysql"