mirror of
https://github.com/YunoHost-Apps/zerobin_ynh.git
synced 2024-09-03 18:06:01 +02:00
commit
eb58fc6271
4 changed files with 4 additions and 9 deletions
|
@ -22,7 +22,7 @@ Data is encrypted/decrypted in the browser using 256bit AES in Galois Counter mo
|
||||||
This is a fork of ZeroBin, originally developed by Sébastien Sauvage. It was refactored to allow easier and cleaner extensions and has now much more features than the original. It is however still fully compatible to the original ZeroBin 0.19 data storage scheme. Therefore such installations can be upgraded to this fork without loosing any data.
|
This is a fork of ZeroBin, originally developed by Sébastien Sauvage. It was refactored to allow easier and cleaner extensions and has now much more features than the original. It is however still fully compatible to the original ZeroBin 0.19 data storage scheme. Therefore such installations can be upgraded to this fork without loosing any data.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.3.5~ynh1
|
**Shipped version:** 1.3.5~ynh2
|
||||||
|
|
||||||
**Demo:** https://privatebin.net/
|
**Demo:** https://privatebin.net/
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ Ce projet est un fork de ZeroBin, développé à l'origine par Sébastien Sauvag
|
||||||
Il reste cependant compatible avec le schéma original de stockage des données Zerobin 0.19. Ainsi toutes les installations peuvent être mises à jour vers ce projet, sans perte de données.
|
Il reste cependant compatible avec le schéma original de stockage des données Zerobin 0.19. Ainsi toutes les installations peuvent être mises à jour vers ce projet, sans perte de données.
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.3.5~ynh1
|
**Version incluse :** 1.3.5~ynh2
|
||||||
|
|
||||||
**Démo :** https://privatebin.net/
|
**Démo :** https://privatebin.net/
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,6 @@ location __PATH__/ {
|
||||||
# Path to source
|
# Path to source
|
||||||
alias __FINALPATH__/ ;
|
alias __FINALPATH__/ ;
|
||||||
|
|
||||||
# Force usage of https
|
|
||||||
if ($scheme = http) {
|
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
|
||||||
}
|
|
||||||
|
|
||||||
index index.php;
|
index index.php;
|
||||||
|
|
||||||
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
||||||
|
|
|
@ -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.5~ynh1",
|
"version": "1.3.5~ynh2",
|
||||||
"url": "https://privatebin.info/",
|
"url": "https://privatebin.info/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "Zlib",
|
"license": "Zlib",
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
"email": "julien.malik@paraiso.me"
|
"email": "julien.malik@paraiso.me"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.2.4"
|
"yunohost": ">= 4.3.0"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue