2021-02-16 13:38:59 +01:00
|
|
|
|
{
|
|
|
|
|
"name": "TiddlyWiki",
|
|
|
|
|
"id": "tiddlywiki",
|
|
|
|
|
"packaging_format": 1,
|
|
|
|
|
"description": {
|
|
|
|
|
"en": "A non-linear personal web notebook",
|
2021-02-16 13:55:16 +01:00
|
|
|
|
"fr": "Un carnet Web personnel non linéaire"
|
2021-02-16 13:38:59 +01:00
|
|
|
|
},
|
|
|
|
|
"version": "5.1.23~ynh1",
|
|
|
|
|
"url": "https://nullboard.io/preview",
|
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
|
"maintainer": {
|
|
|
|
|
"name": "eric_G",
|
|
|
|
|
"email": ""
|
|
|
|
|
},
|
|
|
|
|
"requirements": {
|
2021-03-09 23:28:21 +01:00
|
|
|
|
"yunohost": ">= 4.1.7"
|
2021-02-16 13:38:59 +01:00
|
|
|
|
},
|
|
|
|
|
"multi_instance": true,
|
|
|
|
|
"services": [
|
|
|
|
|
"nginx"
|
|
|
|
|
],
|
|
|
|
|
"arguments": {
|
|
|
|
|
"install" : [
|
|
|
|
|
{
|
|
|
|
|
"name": "domain",
|
|
|
|
|
"type": "domain",
|
|
|
|
|
"example": "domain.org"
|
|
|
|
|
},
|
2021-03-27 18:03:40 +01:00
|
|
|
|
{
|
|
|
|
|
"name": "admin",
|
|
|
|
|
"type": "user",
|
|
|
|
|
"example": "johndoe"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "password",
|
|
|
|
|
"type": "password",
|
|
|
|
|
"help": {
|
|
|
|
|
"en": "Use the help field to add an information for the admin about this question.",
|
|
|
|
|
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
|
|
|
|
},
|
|
|
|
|
"example": "Choose a password"
|
2021-03-27 18:08:46 +01:00
|
|
|
|
},
|
2021-02-16 13:38:59 +01:00
|
|
|
|
{
|
|
|
|
|
"name": "is_public",
|
|
|
|
|
"type": "boolean",
|
|
|
|
|
"help": {
|
|
|
|
|
"en": "If enabled, TiddlyWiki will be accessible by people who doesn’t have an account. This can be changed later via the webadmin.",
|
|
|
|
|
"fr": "Si cette case est cochée, TiddlyWiki sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
},
|
|
|
|
|
"default": true
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|