Compare commits

..

2 Commits

Author SHA1 Message Date
feda337c14 Merge branch 'master' of https://git.fascinated.cc/Fascinated/sharex-php-uploader
All checks were successful
/ docker (push) Successful in 2m39s
2023-07-04 21:23:52 +01:00
a397881c08 re-add manual install steps 2023-07-04 21:23:51 +01:00

@ -28,6 +28,15 @@ This PHP script allows you to easily upload ShareX screenshots and videos. It in
3. Restart the container. 3. Restart the container.
4. Go to Post Installation to configure ShareX. 4. Go to Post Installation to configure ShareX.
## Installation (Without Docker - Ubuntu)
This installation method is not recommended as I cannot provide instructions for every single Linux distribution. If you don't know what you're doing, use the Docker installation method.
1. Verify that your web server has the GD library installed. If not, run `sudo apt install php-gd` to install it.
2. Upload the `upload.php` file to your server.
3. Edit the `upload.php` file to configure the script.
4. Go to Post Installation to configure ShareX.
## Post Installation ## Post Installation
1. Open ShareX and go to Destinations > Custom Uploader Settings. 1. Open ShareX and go to Destinations > Custom Uploader Settings.