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:
parent
9a771cf642
commit
6d10a586a7
1 changed files with 5 additions and 22 deletions
|
@ -1,39 +1,28 @@
|
||||||
packaging_format = 2
|
packaging_format = 2
|
||||||
|
|
||||||
name = "Bonfire"
|
|
||||||
id = "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"
|
version = "0.1~ynh1"
|
||||||
url = "https://example.com"
|
|
||||||
license = "free"
|
|
||||||
|
|
||||||
maintainers = ["Lapineige"]
|
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]
|
[upstream]
|
||||||
license = "GNU Affero General Public License v3.0"
|
license = "AGPL-3.0-only"
|
||||||
website = "https://bonfirenetworks.org/"
|
website = "https://bonfirenetworks.org/"
|
||||||
demo = "https://playground.bonfire.cafe/"
|
demo = "https://playground.bonfire.cafe/"
|
||||||
admindoc = "https://bonfirenetworks.org/docs/"
|
admindoc = "https://bonfirenetworks.org/docs/"
|
||||||
userdoc = "https://bonfirenetworks.org/docs/"
|
userdoc = "https://bonfirenetworks.org/docs/"
|
||||||
code = "https://github.com/bonfire-networks/bonfire-app"
|
code = "https://github.com/bonfire-networks/bonfire-app"
|
||||||
|
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.18"
|
yunohost = ">= 11.1.18"
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
architectures = "all"
|
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
|
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
|
sso = false
|
||||||
|
|
||||||
# FIXME: replace with an **estimate** minimum disk and RAM requirements. e.g. 20M, 400M, 1G, ...
|
|
||||||
disk = "500M"
|
disk = "500M"
|
||||||
ram.build = "500M"
|
ram.build = "500M"
|
||||||
ram.runtime = "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."
|
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]
|
[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"
|
type = "group"
|
||||||
default = "visitors"
|
default = "visitors"
|
||||||
|
|
||||||
|
|
||||||
[install.language]
|
[install.language]
|
||||||
ask.en = "Choose the application language"
|
ask.en = "Choose the application language"
|
||||||
ask.fr = "Choisissez la langue de l'application"
|
ask.fr = "Choisissez la langue de l'application"
|
||||||
|
@ -65,12 +51,9 @@ ram.runtime = "500M"
|
||||||
default = "fr"
|
default = "fr"
|
||||||
|
|
||||||
[install.admin]
|
[install.admin]
|
||||||
# this is a generic question - ask strings are automatically handled by YunoHost's core
|
|
||||||
type = "user"
|
type = "user"
|
||||||
|
|
||||||
[install.password]
|
[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.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."
|
help.fr = "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
||||||
type = "password"
|
type = "password"
|
||||||
|
|
Loading…
Reference in a new issue