modulepackage
0.0.0-20210313190615-2655f85d5204
Repository: https://github.com/z0rr0/send.git
Documentation: pkg.go.dev
# README
Send
Send is a service to share private text and/or file data.
It supports:
- expiration time
- number of requests before deleting
- AES encryption without secret saving
Build
make build
Test
make test
Development
# start / stop / restart
make start
Custom config file can be used from environment variable SENDCFG
.
License
This source code is governed by a MIT license that can be found in the LICENSE file.