Greenshot plugin for Bugur

Uploads images to Bugur


Project maintained by otto-gebb Hosted on GitHub Pages — Theme by mattgraham

Introduction

This plugin is used to upload images (e.g. screenshots) from Greenshot to Bugur, a simple image hosting web application.

Installing

Configuration

Add the following text to the %APPDATA%\Greenshot\Greenshot.ini file:

; Greenshot Bugur Plugin configuration
[Bugur Plugin]
; Url of the Bugur upload service
Url=http://bugur:5000/api/upload
; Upload timeout in seconds
Timeout=20

Replace the URL (the http://bugur:5000/api/upload part) with the URL at which your Bugur instance expects images to be uploaded.