Skip to content

A very basic sharex image/video uploader with discord embeds. With GO or PHP server

License

Notifications You must be signed in to change notification settings

anditv21/sharex-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-sharex-uploader

Setup
  1. Extract the files and upload them to your host.
  2. Customize the settings in the config.json file according to your preferences.
  3. Ensure that you set a secure value for the "main" key in the config.json file.
  4. Add your domain and your upload key to example.sxcu
  5. Open the example.sxcu file and modify the domain in the "RequestURL" section to match your own domain.
  6. Open the main window of sharex
  7. Click on Destinations -> Custom Uploader Settings...
  8. Click on Import -> From file.. and select the example.sxcu
  9. To run the ShareX Go Server as a system service:
    • Copy the provided systemd service file content to your clipboard.
    • Open a terminal and type: sudo nano /etc/systemd/system/sharex-go.service
    • Paste the contents into the nano text editor.
    • Customize the executable path and working directory in the systemd service file. Modify the ExecStart and WorkingDirectory directives accordingly.
    • Save the file by pressing Ctrl + O, then press Enter to confirm. Exit nano by pressing Ctrl + X.
    • Reload systemd to load the new service: sudo systemctl daemon-reload
    • Enable the service to start on boot: sudo systemctl enable sharex-go
    • Start the service: sudo systemctl start sharex-go
Click here to see a Example of a Discord Image Embed
Click here to see a Example of a Discord Video Embed

About

A very basic sharex image/video uploader with discord embeds. With GO or PHP server

Topics

Resources

License

Stars

Watchers

Forks