Uploads images to Bugur
This plugin is used to upload images (e.g. screenshots) from Greenshot to Bugur, a simple image hosting web application.
<Greenshot_install_dir>\Plugins
create a folder
named GreenshotBugurPlugin
.GreenshotBugurPlugin.gsp
file to the GreenshotBugurPlugin
folder.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.