1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bonfire_ynh.git synced 2024-09-03 18:16:01 +02:00
bonfire_ynh/manifest.toml

101 lines
2.7 KiB
TOML
Raw Normal View History

packaging_format = 2
id = "bonfire"
2023-04-30 12:14:56 +02:00
name = "Bonfire"
description.en = "Federated social networking server built on ActivityPub open protocol"
description.fr = "Serveur de réseautage social fédéré basé sur le protocole ouvert ActivityPub"
2023-05-02 15:52:42 +02:00
version = "0.9.0-beta10~ynh1"
maintainers = ["Lapineige"]
[upstream]
2023-04-30 12:14:56 +02:00
license = "AGPL-3.0-only"
website = "https://bonfirenetworks.org/"
demo = "https://playground.bonfire.cafe/"
admindoc = "https://bonfirenetworks.org/docs/"
userdoc = "https://bonfirenetworks.org/docs/"
code = "https://github.com/bonfire-networks/bonfire-app"
[integration]
2023-04-30 12:10:27 +02:00
yunohost = ">= 11.1.18"
multi_instance = false
2023-02-05 14:17:21 +01:00
architectures = "all"
2023-02-05 17:18:11 +01:00
ldap = false
sso = false
2023-02-05 17:12:17 +01:00
disk = "500M"
ram.build = "500M"
ram.runtime = "500M"
2023-02-05 17:10:10 +01:00
[install]
[install.domain]
type = "domain"
2023-05-01 10:50:07 +02:00
help.en = "The domain name to use. Bonfire will be installed at its root path (/). This can't be changed."
help.fr = "Nom de domaine à utiliser. Bonfire sera installé à sa racine (/). Cela ne pourra pas être changé."
[install.is_public]
2023-02-05 14:06:18 +01:00
type = "boolean"
default = true
help.en = "Should that instance be visible to the fediverse ? It is required for federation."
help.fr = "Cette instance doit elle être visible sur le fédiverse? C'est nécessaire pour la fédération."
[install.init_main_permission]
type = "group"
default = "visitors"
2023-02-05 14:06:18 +01:00
[install.language]
2023-05-01 10:50:07 +02:00
help.en = "Choose the application language"
help.fr = "Choisissez la langue de l'application"
type = "string"
choices = ["fr", "en"]
default = "fr"
2023-02-05 14:06:18 +01:00
[install.admin]
type = "user"
2023-02-05 14:06:18 +01:00
[install.password]
help.en = "Use the help field to add an information for the admin about this question."
help.fr = "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
type = "password"
2023-02-05 14:06:18 +01:00
[install.media_upload_size]
type = "string"
choices = [
2023-04-30 12:10:27 +02:00
"1MB",
"2MB",
"5MB",
"10MB",
"15MB",
"20MB",
"35MB",
"50MB",
"100MB",
"150MB"
]
default = "20MB"
2023-05-01 10:50:07 +02:00
help.en = "Maximum size of the media uploaded. Can be changed later."
help.fr = "Taille maximale des médias mis en ligne. Peut-être modifié ultérieurement."
[resources]
2023-04-30 12:10:27 +02:00
2023-04-30 12:17:51 +02:00
[resources.sources]
[resources.sources.main]
2023-05-02 12:58:38 +02:00
url = "https://github.com/bonfire-networks/bonfire-app/archive/refs/tags/v0.9.0-beta.10.tar.gz"
2023-05-02 12:45:09 +02:00
sha256 = "1d8233abf2d59a5244957043d3449f01cf7fe49974eb40e3a057bda949f71bf8"
2023-04-30 12:17:51 +02:00
[resources.ports]
2023-04-30 12:25:21 +02:00
[resources.system_user]
2023-04-30 12:17:51 +02:00
[resources.install_dir]
2023-02-05 18:12:12 +01:00
2023-04-30 12:17:51 +02:00
[resources.permissions]
main.url = "/"
2023-04-30 12:10:27 +02:00
[resources.apt]
packages = "postgresql elixir erlang-dev erlang-parsetools"
2023-04-30 12:10:27 +02:00
2023-02-05 18:12:12 +01:00
[resources.database]
type = "postgresql"