aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaude <longneck@scratchbook.ch>2019-11-24 17:10:45 +0100
committerClaude <longneck@scratchbook.ch>2019-11-24 17:10:45 +0100
commit6d2313d3a26269e4d49084bbd038855bd74a2309 (patch)
tree10e3681a891d8f7ecfc60d6e0dee6df452c55a5d
parent0d3efb00f9c2c0e3d846ee81f51b367cc4e16e27 (diff)
downloadstikked-fit-6d2313d3a26269e4d49084bbd038855bd74a2309.tar.gz
stikked-fit-6d2313d3a26269e4d49084bbd038855bd74a2309.tar.bz2
stikked-fit-6d2313d3a26269e4d49084bbd038855bd74a2309.zip
Update readme, release 0.14.00.14.0
-rw-r--r--README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index 89835a2..1dc49e6 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Prerequisites
Installation
------------
-1. Download stikked from https://github.com/claudehohl/Stikked/tags
+1. Download Stikked from https://github.com/claudehohl/Stikked/releases
2. Create a user and database for Stikked
3. Copy application/config/stikked.php.dist to application/config/stikked.php
4. Edit configuration settings in application/config/stikked.php - everything is described there
@@ -80,6 +80,21 @@ In the folder doc/, you will find:
Changelog
---------
+### Version 0.14.0:
+
+* Rewritten the Docker setup to be simple and clean:
+ * switch to nginx-alpine, php-fpm-alpine and mariadb
+ * docker-compose: autobuild php-image for stikked
+ * serve all files directly (htdocs is mounted instead of copied)
+ * stikked-configuration for docker resides in docker/stikked.php
+* force private-flag when a previously encrypted paste gets pasted public
+* Fixed a critical bug that allowed pasting despite captcha
+* Various bugfixes and improvements
+
+#### Upgrade instructions
+
+Copy your htdocs/application/stikked.php config file away. Upload the new version. Copy it back.
+
### Version 0.13.0:
* Updated CodeIgniter to 3.1.9

© 2014-2024 Faster IT GmbH | imprint | privacy policy