]> 91.132.146.200 Git - selfpaste.git/commitdiff
todo and documentation update
authorBanana <mail@bananas-playground.net>
Tue, 24 Mar 2020 21:33:04 +0000 (22:33 +0100)
committerBanana <mail@bananas-playground.net>
Tue, 24 Mar 2020 21:33:04 +0000 (22:33 +0100)
TODO
documentation/lifetime.txt
documentation/setup.txt

diff --git a/TODO b/TODO
index 5ef4ac10292155205a024fb2fa3d2c530299f8a7..e3afa1f0a9cec7c08ee41c1d2668286e3fca63fb 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,4 @@
-* Documentation
-* code cleanup and small footprint
+* small footprint
 * add force download parameter
 * multiple secrets
 * creation or even access with basic auth
index 2010874212b95ab41172918d54f9f03e732f0b0e..eccbe71fee75fb64a0329b097fe442a6fd46c741 100644 (file)
@@ -1,4 +1,4 @@
 The default lifetime of a paste is 30 days. Anything older will be deleted.
-The config value is on days.
+The config value is in days.
 
 The default flood prevention time maximum is 30 sec.
\ No newline at end of file
index 34c74353cf0ca0e0056a55402d84575aacace24f..7dade72aae91dab86a2a90a984a42619c31fe262 100644 (file)
@@ -1,4 +1,9 @@
-Change upload_max_filesize and php_value post_max_size in webroot/.htaccess
-Change ENDPOINT variable in selfpaste.sh client file.
-Change the SELFPASTE_UPLOAD_SECRET in config.php and client file.
-Change SELFPASTE_ALLOWED_FILETYPES to your needs.
\ No newline at end of file
+Unpack and move everything in the webroot folder to a webaccessable folder
+into your webserver.
+
+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