Gopherbin - A private pastebin written in Go and React
Gopherbin is a simple, password protected paste-like service, that you can self host.
You can create secret or public pastes or share pastes with other users.
Initial run
See https://github.com/gabriel-samfira/gopherbin#first-run for details.
Configuring the snap
Get a list of all options:
snap get -d gopherbin
Setting mysql as the backend database:
snap set gopherbin config.database.backend=mysql
You will need to set the other options as well, and create the MySQL database. Setting options will automatically restart the daemon.