]> 91.132.146.200 Git - selfpaste.git/commitdiff
todo update. Small footprint does not need those features. Docu update
authorBanana <mail@bananas-playground.net>
Tue, 24 Mar 2020 21:48:02 +0000 (22:48 +0100)
committerBanana <mail@bananas-playground.net>
Tue, 24 Mar 2020 21:48:02 +0000 (22:48 +0100)
TODO
documentation/requirements.txt
documentation/setup.txt

diff --git a/TODO b/TODO
index e3afa1f0a9cec7c08ee41c1d2668286e3fca63fb..8f1f48cf8e612407e8e0fcbf29c3a3ebdb3c0b84 100644 (file)
--- 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
index f836fd21e84a34eec496b116ab41d7354aaf1428..b1209a2414539d751a4b509380fee6859fccaf9c 100644 (file)
@@ -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
index 7dade72aae91dab86a2a90a984a42619c31fe262..69f9fe79449dd442ce257adf8469788e508f064d 100644 (file)
@@ -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