mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
98 lines
2.5 KiB
TOML
98 lines
2.5 KiB
TOML
packaging_format = 2
|
|
|
|
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"
|
|
|
|
maintainers = ["Lapineige"]
|
|
|
|
[upstream]
|
|
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 = false
|
|
sso = false
|
|
disk = "500M"
|
|
ram.build = "500M"
|
|
ram.runtime = "500M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.is_public]
|
|
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"
|
|
|
|
[install.language]
|
|
ask.en = "Choose the application language"
|
|
ask.fr = "Choisissez la langue de l'application"
|
|
type = "string"
|
|
choices = ["fr", "en"]
|
|
default = "fr"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[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"
|
|
|
|
[install.media_upload_size]
|
|
type = "string"
|
|
choices = [
|
|
"1MB",
|
|
"2MB",
|
|
"5MB",
|
|
"10MB",
|
|
"15MB",
|
|
"20MB",
|
|
"35MB",
|
|
"50MB",
|
|
"100MB",
|
|
"150MB"
|
|
]
|
|
default = "20MB"
|
|
ask.en = "Maximum size of the media uploaded. Can be changed later."
|
|
ask.fr = "Taille maximale des médias mis en ligne. Peut-être modifié ultérieurement."
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://github.com/bonfire-networks/bonfire-app/archive/refs/tags/v0.4.0-beta.43.tar.gz"
|
|
sha256 = "0c1b78f153c67e3b56f91a72a013e854bd87a03fbacdf3846ed1ab10a5d21a0f"
|
|
|
|
[resources.ports]
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "postgresql"
|
|
|
|
[resources.database]
|
|
type = "postgresql"
|