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

75 lines
2 KiB
TOML
Raw Normal View History

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-03-21 19:30:27 +01:00
version = "2024.03~ynh1"
2023-08-20 15:36:10 +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"
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]
2024-03-21 19:30:27 +01:00
url = "https://github.com/friendica/friendica/archive/refs/tags/2024.03.tar.gz"
2024-03-23 01:10:02 +01:00
sha256 = "af7560f18f2251d68d25b54fcbcbe1062d61f50f2a7ff2bd9e1bed71b22258f2"
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-03-21 19:30:27 +01:00
url = "https://github.com/friendica/friendica-addons/archive/refs/tags/2024.03.tar.gz"
2024-03-23 01:10:02 +01:00
sha256 = "c4905f627199b0353047fa90f9382e2f2747203284dae3ec73876337aca4baec"
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
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"