17 Home
Stefan Ritter edited this page 2024-08-13 22:28:58 +02:00

Demo

https://imgpaste.gideonstar.de

Requirements

  • PHP >= 8.2 (but should work with any PHP version)
  • Apache2, nginx or any PHP capable web server

Installation

  1. Clone this repository somewhere on your PHP-enabled web space
git clone https://git.stefanritter.de/gideonstar/imgpaste.git imgpaste
  1. If you want to make changes to the configuration, copy config.dist.php to config.php
cd imgpaste
cp config.dist.php config.php
  1. Disable Directory Listing of your $datadir in your webserver's configuration
  2. Point your webbrowser to http://$yourdomain/imgpaste

TODO

  • maximum file size option in config