diff --git a/README.md b/README.md index 6831b75..fd32d9b 100644 --- a/README.md +++ b/README.md @@ -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. -**Shipped version:** 1.3.5~ynh1 +**Shipped version:** 1.3.5~ynh2 **Demo:** https://privatebin.net/ diff --git a/README_fr.md b/README_fr.md index f0a403f..da2eefc 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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. -**Version incluse :** 1.3.5~ynh1 +**Version incluse :** 1.3.5~ynh2 **Démo :** https://privatebin.net/ diff --git a/conf/nginx.conf b/conf/nginx.conf index 556b622..549b52a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,11 +4,6 @@ location __PATH__/ { # Path to source alias __FINALPATH__/ ; - # Force usage of https - if ($scheme = http) { - rewrite ^ https://$server_name$request_uri? permanent; - } - index index.php; # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file diff --git a/manifest.json b/manifest.json index 3eb16d8..15b37df 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "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.3.5~ynh1", + "version": "1.3.5~ynh2", "url": "https://privatebin.info/", "upstream": { "license": "Zlib", @@ -21,7 +21,7 @@ "email": "julien.malik@paraiso.me" }, "requirements": { - "yunohost": ">= 4.2.4" + "yunohost": ">= 4.3.0" }, "multi_instance": true, "services": [