https://github.com/realfascinated/sharex-php-uploader
This is a PHP script that lets you easily upload screenshots taken with the ShareX app to your website. ShareX is a popular screenshot tool for Windows that allows you to take screenshots, annotate them, and share them online.
https://github.com/realfascinated/sharex-php-uploader
docker docker-compose docker-image easy-to-use image php php-fpm screenshot sharex uploader video webp website
Last synced: 30 days ago
JSON representation
This is a PHP script that lets you easily upload screenshots taken with the ShareX app to your website. ShareX is a popular screenshot tool for Windows that allows you to take screenshots, annotate them, and share them online.
- Host: GitHub
- URL: https://github.com/realfascinated/sharex-php-uploader
- Owner: RealFascinated
- License: mit
- Created: 2023-04-09T11:43:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2026-01-16T14:51:52.000Z (about 2 months ago)
- Last Synced: 2026-01-17T04:42:34.576Z (about 2 months ago)
- Topics: docker, docker-compose, docker-image, easy-to-use, image, php, php-fpm, screenshot, sharex, uploader, video, webp, website
- Language: PHP
- Homepage:
- Size: 239 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShareX Uploader
Easily upload screenshots and files to a simple CDN using ShareX.
## Requirements
- Docker (If using Docker installation method)
- ShareX
## Installation
1. Copy the `docker-compose.yml` file to your server.
2. Edit the `docker-compose.yml` file and change environment variables to what you need, and update `./uploads` to where you want to store the files.
3. Run `docker-compose up -d` to start the container.
4. Go to where the files are stored and edit the variables in `upload.php` to your liking.
5. Run `docker-compose restart` to restart the container.
6. Go to Post Installation to configure ShareX.
## Installation (Unraid)
1. Install the container from Community Applications and then edit the variables in the container.
2. Go to where the files are stored and edit the variables in `upload.php` to your liking.
3. Restart the container.
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
1. Open ShareX and go to Destinations > Custom Uploader Settings.
2. Click on Import > From URL and enter `https://github.com/RealFascinated/sharex-php-uploader/raw/branch/master/sharex.sxcu`.
3. Edit the URL to your website's URL.
4. Click on Test after you've edited the URL and it should return a URL. If it doesn't, check your settings or contact me.
## Need Help?
If you require assistance, feel free to contact me via Discord at `fascinated7`.