1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/acropolis_ynh.git synced 2024-09-03 18:06:22 +02:00
This commit is contained in:
Thomas Phillips 2021-12-29 23:28:55 +05:30
parent b7aa3bfbd7
commit 7df2c80b08

View file

@ -6,7 +6,7 @@
"en": "Dynamic fork of diaspora*'s federated social network", "en": "Dynamic fork of diaspora*'s federated social network",
"fr": "Fourche dynamique du réseau social fédéré de diaspora*" "fr": "Fourche dynamique du réseau social fédéré de diaspora*"
}, },
"version": "2021.12.02~ynh1", "version": "2021.12.29~ynh2",
"url": "https://github.com/magicstone-dev/acropolis", "url": "https://github.com/magicstone-dev/acropolis",
"upstream": { "upstream": {
"license": "free", "license": "free",
@ -30,6 +30,10 @@
"name": "domain", "name": "domain",
"type": "domain" "type": "domain"
}, },
{
"name": "admin",
"type": "user"
},
{ {
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
@ -37,11 +41,7 @@
"help": { "help": {
"en": "For federation to work, this needs to be true. False is ok if you want to run a private instance." "en": "For federation to work, this needs to be true. False is ok if you want to run a private instance."
} }
}, }
{
"name": "admin",
"type": "user"
},
] ]
} }
} }