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

Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-04-30 12:14:56 +02:00
parent 9a771cf642
commit 6d10a586a7

View file

@ -1,39 +1,28 @@
packaging_format = 2
name = "Bonfire"
id = "bonfire"
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"
version = "0.1~ynh1"
url = "https://example.com"
license = "free"
maintainers = ["Lapineige"]
[description]
en = "Federated social networking server built on ActivityPub open protocol"
fr = "Serveur de réseautage social fédéré basé sur le protocole ouvert ActivityPub"
[upstream]
license = "GNU Affero General Public License v3.0"
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]
yunohost = ">= 11.1.18"
multi_instance = false
architectures = "all"
### LDAP & SSO will be dealt with later, if Bonfire support it. Help wanted :)
# FIXME: replace with true, false, or "not_relevant". Not to confuse with the "sso" key : the "ldap" key corresponds to wether or not a user *can* login on the app using its YunoHost credentials.
ldap = false
# FIXME: replace with true, false, or "not_relevant". Not to confuse with the "ldap" key : the "sso" key corresponds to wether or not a user is *automatically logged-in* on the app when logged-in on the YunoHost portal.
sso = false
# FIXME: replace with an **estimate** minimum disk and RAM requirements. e.g. 20M, 400M, 1G, ...
disk = "500M"
ram.build = "500M"
ram.runtime = "500M"
@ -51,12 +40,9 @@ ram.runtime = "500M"
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]
# this is a generic question - ask strings are automatically handled by YunoHost's core
# This won't be saved as setting and will instead be used to initialize the SSOwat permission
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
@ -65,12 +51,9 @@ ram.runtime = "500M"
default = "fr"
[install.admin]
# this is a generic question - ask strings are automatically handled by YunoHost's core
type = "user"
[install.password]
# this is a generic question - ask strings are automatically handled by YunoHost's core
# Note that user-provided passwords questions are not automatically saved as setting
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"