1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/privatebin_ynh.git synced 2024-09-03 20:15:56 +02:00
* 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

* Upgrade to v1.6.2 (#25)

* Update manifest.toml

* Update manifest.toml

* Auto-update README

* Update manifest.toml

---------

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:
eric_G 2023-12-17 15:50:15 +01:00 committed by GitHub
parent 61bd8a300c
commit cc7c1a3391
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View file

@ -19,7 +19,7 @@ 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.6.2~ynh1
**Shipped version:** 1.6.2~ynh2
**Demo:** https://privatebin.net/

View file

@ -19,7 +19,7 @@ Si vous navez 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.6.2~ynh1
**Version incluse :** 1.6.2~ynh2
**Démo :** https://privatebin.net/

View file

@ -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.6.2~ynh1"
version = "1.6.2~ynh2"
maintainers = [""]
@ -20,8 +20,11 @@ code = "https://github.com/PrivateBin/PrivateBin"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "150M"
ram.runtime = "50M"
@ -41,7 +44,7 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/PrivateBin/PrivateBin/archive/refs/tags/1.6.2.tar.gz"
sha256 = "dc6bd9e15d89ac807ffbee8e3a2dbdb6080e18422d293d2411d93aee4204db80"
sha256 = "0c466f8aa87ada2b7b43187c1b24c5d7b897ba2c09404963dee0a9a847246c40"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]