„Home“ ändern
parent
1d8195fa38
commit
6b99f07f9d
4
Home.md
4
Home.md
|
@ -7,6 +7,10 @@
|
||||||
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
|
||||||
|
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
|
||||||
# TODO
|
# TODO
|
||||||
* maximum file size option in config
|
* maximum file size option in config
|
Loading…
Reference in New Issue