„Home“ ändern
parent
9a0aff5ef4
commit
4fc4ef25df
8
Home.md
8
Home.md
|
@ -2,16 +2,16 @@
|
|||
* PHP >= 8.2
|
||||
* Apache2, nginx or any PHP capable web server
|
||||
# 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
|
||||
```
|
||||
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
|
||||
cp config.dist.php config.php
|
||||
```
|
||||
3. disable Directory Listing of your $datadir in your webserver's configuration
|
||||
4. point your webbrowser to http://$yourdomain/imgpaste
|
||||
3. Disable Directory Listing of your $datadir in your webserver's configuration
|
||||
4. Point your webbrowser to http://$yourdomain/imgpaste
|
||||
# TODO
|
||||
* maximum file size option in config
|
Loading…
Reference in New Issue