mirror of
https://github.com/YunoHost-Apps/acropolis_ynh.git
synced 2024-09-03 18:06:22 +02:00
changes
This commit is contained in:
parent
b7aa3bfbd7
commit
7df2c80b08
1 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
"en": "Dynamic fork of diaspora*'s federated social network",
|
||||
"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",
|
||||
"upstream": {
|
||||
"license": "free",
|
||||
|
@ -30,6 +30,10 @@
|
|||
"name": "domain",
|
||||
"type": "domain"
|
||||
},
|
||||
{
|
||||
"name": "admin",
|
||||
"type": "user"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
"type": "boolean",
|
||||
|
@ -37,11 +41,7 @@
|
|||
"help": {
|
||||
"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"
|
||||
},
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue