go-flashpaper
go-flashpaper copied to clipboard
Flashpaper is a simple go-based service for creating one time use links to text data or individual files.
I'd really love to see the ability to integrate the Ablebits "[save in 1password button](https://support.1password.com/add-1password-button-website/)" As flash paper is quite often used to securely send credentials, it makes sense to...
Hi, as a result of a Security Scan i found the following Vulnerability: [Web Application Potentially Vulnerable to Clickjacking](https://www.tenable.com/plugins/nessus/85582) It would be nice if you could fix the Issue by...
## What This adds the necessary files and reads some environmental variables, allowing go-flashpaper to run on Heroku. ## Why A one-click deploy to Heroku is useful to get a...
Created simple Dockerfile to run go-flashpaper in a container. To build run `docker build . -t test/flashpaper` and run using `docker run -d -p 8443:8443 test/flashpaper`. The service will then...
Adds `go.mod` and `go.sum` files to make `go build` work properly on modern Go.
Shared text containing ">" is replaced with `>` because of "html.EscapeString(string(sec.Data))" function.