mirror of
https://github.com/YunoHost-Apps/privatebin_ynh.git
synced 2024-09-03 20:15:56 +02:00
Testing (#24)
* Auto-update README * 1.5.1 * Auto-update README * Php (#18) * Update _common.sh * Auto-update README * add config panel * fix * Update config_panel.toml Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Upgrade auto-updater (#20) * [autopatch] Upgrade auto-updater * Auto-update README --------- Co-authored-by: tituspijean <titus@pijean.ovh> * Version 2 (#21) * v2 * v2 * Auto-update README * Update upgrade --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Update manifest.toml * Auto-update README * cleaning * Auto-update README * cleaning * Delete ADMIN.md * Auto-update README * Update DESCRIPTION_fr.md * Auto-update README * Update manifest.toml * Update manifest.toml * 1.6.0 * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: tituspijean <titus@pijean.ovh>
This commit is contained in:
parent
52d6da1029
commit
3325dc612a
4 changed files with 9 additions and 9 deletions
|
@ -18,7 +18,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Minimalist pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256bit AES in Galois Counter mode.
|
||||
|
||||
**Shipped version:** 1.5.2~ynh1
|
||||
|
||||
**Shipped version:** 1.6.0~ynh1
|
||||
|
||||
**Demo:** https://privatebin.net/
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées. Les données sont chiffrées et déchiffrées dans le navigateur en utilisant la technologie AES 256bits en mode Galois Counter (GCM).
|
||||
|
||||
|
||||
**Version incluse :** 1.5.2~ynh1
|
||||
**Version incluse :** 1.6.0~ynh1
|
||||
|
||||
**Démo :** https://privatebin.net/
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Minimalist pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256bit AES in Galois Counter mode.
|
||||
Minimalist pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256bit AES in Galois Counter mode.
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "PrivateBin"
|
|||
description.en = "Minimalist pastebin where the server has zero knowledge of pasted data"
|
||||
description.fr = "Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées"
|
||||
|
||||
version = "1.5.2~ynh1"
|
||||
version = "1.6.0~ynh1"
|
||||
|
||||
maintainers = [""]
|
||||
|
||||
|
@ -17,7 +17,7 @@ admindoc = "https://github.com/PrivateBin/PrivateBin/wiki"
|
|||
code = "https://github.com/PrivateBin/PrivateBin"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.21"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
@ -35,15 +35,14 @@ ram.runtime = "50M"
|
|||
default = "/privatebin"
|
||||
|
||||
[install.init_main_permission]
|
||||
help.en = "If private, only YunoHost users can create a paste, but everyone can read it."
|
||||
help.fr = "Si privé, seul les utilisateurs YunoHost peuvent créer un paste, mais tout le monde peut lire."
|
||||
type = "group"
|
||||
default = "visitors"
|
||||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/PrivateBin/PrivateBin/archive/1.5.2.tar.gz"
|
||||
sha256 = "29647a51d711e4929c47bff517a22433c4994c888220c43609b33e7755832dde"
|
||||
url = "https://github.com/PrivateBin/PrivateBin/archive/1.6.0.tar.gz"
|
||||
sha256 = "47b48ea902001dd9ac9a906319be7b75d641416b72b209e933aa4bcde9704665"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Reference in a new issue