send-instances/README.md

43 lines
1.2 KiB
Markdown
Raw Normal View History

2021-03-26 10:52:28 +00:00
# Public Send instances
This page holds a list of public [Send][send] instances.
- [Instances](#instances)
- [How to use](#how-to-use)
- [Host your own instance](#host-your-own-instance)
- [Submit changes](#submit-changes)
## Instances
2021-03-26 10:53:53 +00:00
- https://send.vis.ee/ (10GB, 7 days) ([maintainer](https://github.com/timvisee), [contact](https://timvisee.com/contact))
2021-03-26 10:52:28 +00:00
2021-03-26 10:53:53 +00:00
---
## How to use
2021-03-26 10:52:28 +00:00
To use a specific instance, simply open the application in your webbrowser.
To use a specific instance from the command line with [ffsend][ffsend], provide
the `--host URL` flag while uploading.
```bash
# ffsend upload to custom host
ffsend upload --host https://send.vis.ee/ FILE
```
2021-03-26 10:53:53 +00:00
## Host your own instance
2021-03-26 10:52:28 +00:00
You can host your own [Send][send] instance. Read the
[deployment](https://github.com/timvisee/send#deployment) or [docker](https://github.com/timvisee/send/blob/master/docs/docker.md) documentation for details.
A docker compose example configuration can be found at:
https://github.com/timvisee/send-docker-compose
If you plan to host it publicly, please consider to add it to this list.
2021-03-26 10:53:53 +00:00
## Submit changes
2021-03-26 10:52:28 +00:00
To submit changes to this list, please open a pull request or issue.
[send]: https://github.com/timvisee/send
[ffsend]: https://github.com/timvisee/ffsend