mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
add architecture + TODO minimum requirements
This commit is contained in:
parent
0b78c83239
commit
24cd73a384
1 changed files with 8 additions and 2 deletions
|
@ -5,12 +5,18 @@ id = "bonfire"
|
|||
version = "0.1~ynh1"
|
||||
url = "https://example.com"
|
||||
license = "free"
|
||||
multi_instance = true
|
||||
multi_instance = false
|
||||
architectures = "all"
|
||||
|
||||
services = [ "nginx" ]
|
||||
|
||||
|
||||
maintainers = ["Lapineige"]
|
||||
|
||||
# FIXME: replace with an **estimate** minimum disk and RAM requirements. e.g. 20M, 400M, 1G, ...
|
||||
#disk = "500M"
|
||||
#ram.build = "500M"
|
||||
#ram.runtime = "500M"
|
||||
|
||||
[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"
|
||||
|
|
Loading…
Reference in a new issue