From: Banana Date: Tue, 24 Mar 2020 21:48:02 +0000 (+0100) Subject: todo update. Small footprint does not need those features. Docu update X-Git-Tag: v1.0^2~9 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=c06d81979ddfc9ba7a8dd787a8c32905134eae5e;p=selfpaste.git todo update. Small footprint does not need those features. Docu update --- diff --git a/TODO b/TODO index e3afa1f..8f1f48c 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,2 @@ * small footprint -* add force download parameter * multiple secrets -* creation or even access with basic auth -* abstract storage to support different storage solutions -* config file for client script diff --git a/documentation/requirements.txt b/documentation/requirements.txt index f836fd2..b1209a2 100644 --- a/documentation/requirements.txt +++ b/documentation/requirements.txt @@ -1,3 +1,6 @@ PHP >=7.3 Apache >= 2.4 +- mod_deflate +- mod_rewrite +- htaccess support Bash, curl and jq for included bash client \ No newline at end of file diff --git a/documentation/setup.txt b/documentation/setup.txt index 7dade72..69f9fe7 100644 --- a/documentation/setup.txt +++ b/documentation/setup.txt @@ -6,4 +6,9 @@ Rename config.default.php t config.php. Open config.php, read the comments and make your changes. For more information about some config settings read the seperate documentation -file for this setting. \ No newline at end of file +file for this setting. + +Folder logs and pasties need t be writeable by webserver process / owner + +Change date_default_timezone_set in index.php if your timezone is +different to Europe/Berlin \ No newline at end of file