I want to configure wgetpaste utility from gentoo, but don't know which engine name to write into config file.
Here my config:
/etc/wgetpaste.d $ cat wastebin.conf
SERVICES="${SERVICES} wastebin"
URL_wastebin="https://wastebin.local/"
ENGINE_wastebin=wastebin
# Optionally default
DEFAULT_SERVICE=wastebin
$ wgetpaste -S
Services supported: (case sensitive):
Name: | Url:
==========|=================
dpaste | http://dpaste.com/api/v2/
gists | https://api.github.com/gists
*wastebin | https://wastebin.local/
$ echo test | wgetpaste
"wastebin" is not supported by postdata().
I want to configure
wgetpasteutility from gentoo, but don't know which engine name to write into config file.Here my config:
/etc/wgetpaste.d $ cat wastebin.conf
$ wgetpaste -S
$ echo test | wgetpaste