Skip to content

Commit

Permalink
Update readme, release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
claudehohl committed Nov 24, 2019
1 parent 0d3efb0 commit 6d2313d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

This comment has been minimized.

Copy link
@bato08

bato08 Jul 20, 2024

robuxs nau 100000

* 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
Expand Down

1 comment on commit 6d2313d

@bato08
Copy link

@bato08 bato08 commented on 6d2313d Jul 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

robuxs nau 100000000

Please sign in to comment.