https://github.com/z0rr0/send
Send is a service to share private text and files.
https://github.com/z0rr0/send
Last synced: 6 months ago
JSON representation
Send is a service to share private text and files.
- Host: GitHub
- URL: https://github.com/z0rr0/send
- Owner: z0rr0
- License: mit
- Archived: true
- Created: 2020-10-03T19:13:38.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-03-13T19:06:21.000Z (over 5 years ago)
- Last Synced: 2025-10-13T13:12:21.380Z (9 months ago)
- Language: Go
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Send

[](https://pkg.go.dev/github.com/z0rr0/send?tab=subdirectories)
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
```shell
make build
```
### Test
```shell
make test
```
### Development
```shell
# 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](https://github.com/z0rr0/send/blob/main/LICENSE) file.