mirror of
https://github.com/YunoHost-Apps/privatebin_ynh.git
synced 2024-09-03 20:15:56 +02:00
Update manifest.json
This commit is contained in:
parent
0aeece8cdf
commit
79eb4166c0
1 changed files with 2 additions and 14 deletions
|
@ -6,7 +6,7 @@
|
||||||
"en": "Minimalist pastebin where the server has zero knowledge of pasted data",
|
"en": "Minimalist pastebin where the server has zero knowledge of pasted data",
|
||||||
"fr": "Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées"
|
"fr": "Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées"
|
||||||
},
|
},
|
||||||
"version": "1.3.4~ynh2",
|
"version": "1.3.4~ynh3",
|
||||||
"url": "https://github.com/PrivateBin/PrivateBin",
|
"url": "https://github.com/PrivateBin/PrivateBin",
|
||||||
"license": "Zlib",
|
"license": "Zlib",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
"email": "julien.malik@paraiso.me"
|
"email": "julien.malik@paraiso.me"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.0.0"
|
"yunohost": ">= 4.1.7"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
@ -26,29 +26,17 @@
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a domain for PrivateBin",
|
|
||||||
"fr": "Choisissez un domaine pour PrivateBin"
|
|
||||||
},
|
|
||||||
"example": "domain.org"
|
"example": "domain.org"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"ask": {
|
|
||||||
"en": "Choose a path for PrivateBin",
|
|
||||||
"fr": "Choisissez un chemin pour PrivateBin"
|
|
||||||
},
|
|
||||||
"example": "/privatebin",
|
"example": "/privatebin",
|
||||||
"default": "/privatebin"
|
"default": "/privatebin"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"ask": {
|
|
||||||
"en": "Is it a public site?",
|
|
||||||
"fr": "Est-ce un site public ?"
|
|
||||||
},
|
|
||||||
"help": {
|
"help": {
|
||||||
"en": "If private, only YunoHost users can create a paste, but everyone can read it.",
|
"en": "If private, only YunoHost users can create a paste, but everyone can read it.",
|
||||||
"fr": "Si privé, seul les utilisateurs YunoHost peuvent créer un paste, mais tout le monde peut lire."
|
"fr": "Si privé, seul les utilisateurs YunoHost peuvent créer un paste, mais tout le monde peut lire."
|
||||||
|
|
Loading…
Add table
Reference in a new issue