„Home“ ändern

Stefan Ritter 2023-03-23 16:50:29 +00:00
parent 9a0aff5ef4
commit 4fc4ef25df
1 changed files with 4 additions and 4 deletions

@ -2,16 +2,16 @@
* PHP >= 8.2 * PHP >= 8.2
* Apache2, nginx or any PHP capable web server * Apache2, nginx or any PHP capable web server
# Installation # Installation
1. clone this repository somewhere on your PHP-enabled web space 1. Clone this repository somewhere on your PHP-enabled web space
``` ```
git clone https://git.stefanritter.de/gideonstar/imgpaste.git imgpaste git clone https://git.stefanritter.de/gideonstar/imgpaste.git imgpaste
``` ```
2. if you want to make changes to the configuration, copy config.dist.php to config.php 2. If you want to make changes to the configuration, copy config.dist.php to config.php
``` ```
cd imgpaste cd imgpaste
cp config.dist.php config.php cp config.dist.php config.php
``` ```
3. disable Directory Listing of your $datadir in your webserver's configuration 3. Disable Directory Listing of your $datadir in your webserver's configuration
4. point your webbrowser to http://$yourdomain/imgpaste 4. Point your webbrowser to http://$yourdomain/imgpaste
# TODO # TODO
* maximum file size option in config * maximum file size option in config