1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/privatebin_ynh.git synced 2024-09-03 20:15:56 +02:00
privatebin_ynh/manifest.json
Éric Gaspar ca739e6d16
Testing (#11)
* Allow pastes to be seen in private

* upgrade to PHP7.3

* Update README_fr.md

* Small fixes

* Typo

* ZeroBin -> PrivateBin

* Small typos

* rename common.sh

* Typo

* Fix linter warnings

* Fix linter warnings

* Update README_fr.md

* Update backup

* Update manifest.json

* Update manifest.json

* Set badge in SVG

* Set badge to SVG

* Enh testing (#3)

* New permissions
* Update check_process

* Update change_url

* Update change_url

* Update manifest.json

* Upgrade to version 1.3.5

* Fix links

* [autopatch] Update issue and PR templates (#8)

Co-authored-by: Yunohost-Bot <>

* Add templates

* Update check_process

* cleaning up

* Add templates

* Auto-update README

* Update DISCLAIMER_fr.md

* Auto-update README

* cleaning up

* Auto-update README

* 4.3

* Update restore

* 1.4.0 (#10)

* 1.4.0

* Auto-update README

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

Co-authored-by: maniack <maniack@maniack-fixe>
Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
Co-authored-by: Yunohost-Bot <>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
2022-04-09 19:01:56 +02:00

54 lines
1.6 KiB
JSON

{
"name": "PrivateBin",
"id": "privatebin",
"packaging_format": 1,
"description": {
"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"
},
"version": "1.4.0~ynh1",
"url": "https://github.com/PrivateBin/PrivateBin",
"upstream": {
"license": "Zlib",
"website": "https://privatebin.info/",
"demo": "https://privatebin.net/",
"admindoc": "https://github.com/PrivateBin/PrivateBin/wiki",
"code": "https://github.com/PrivateBin/PrivateBin"
},
"license": "Zlib",
"maintainer": {
"name": "julien",
"email": "julien.malik@paraiso.me"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/privatebin",
"default": "/privatebin"
},
{
"name": "is_public",
"type": "boolean",
"help": {
"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."
},
"default": true
}
]
}
}