mirror of
https://github.com/timvisee/send-instances
synced 2025-05-11 14:28:46 +00:00
68 lines
8.1 KiB
Markdown
68 lines
8.1 KiB
Markdown
# 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)
|
|
|
|
This page does not give any promises or warranties with regard to instance
|
|
security and reliability.
|
|
|
|
## Instances
|
|
|
|
Instance URL | Size<br>limit | Time<br>limit | DL<br>limit | Links/<br>Notes | Country | Version | Uptime<br>(90 days)
|
|
--- | ---: | ---: | ---: | --- | ---: | --- | ---
|
|
https://send.vis.ee | 2.5GiB | 3 days | 10 | [maintainer](https://github.com/timvisee), [contact](https://timvisee.com/contact) | Netherlands 🇳🇱 |  | 
|
|
https://send.zcyph.cc | 10GiB | 7 days | 100 | [maintainer](https://github.com/zcyph), [contact](mailto:send@zcyph.cc) | Germany 🇩🇪 |  | 
|
|
https://send.ephemeral.land | 8GiB | 28 days | 1,000 | | Germany 🇩🇪 |  | 
|
|
https://send.mni.li | 8GiB | 7 days | 25 | [contact](https://cryptpad.fr/form/#/2/form/view/gj2mDNekg5gf+AKPkTqLGY9W2Fa2rjceLFISeeLZa3Y/) | Germany 🇩🇪 |  | 
|
|
https://send.monks.tools | 5GiB | 7 days | 50 | | United States 🇺🇸 |  | 
|
|
https://send.boblorange.net | 2.5GiB | 7 days | 100 | | Portugal 🇵🇹 |  | 
|
|
https://send.aurorabilisim.com | 2.5GiB | 7 days | 100 | [contact](https://www.aurorabilisim.com/iletisim/) | Turkey 🇹🇷 |  | 
|
|
https://send.artemislena.eu | 2.5GiB | 7 days | 100 | [contact](https://artemislena.eu/contact.html) | Germany 🇩🇪 |  | 
|
|
https://send.datahoarder.dev | 1GiB | 1 day | 5 | [maintainer](https://github.com/whalehub), [contact](mailto:admin@datahoarder.dev) | Luxembourg 🇱🇺 |  | 
|
|
https://fileupload.ggc-project.de | 2.5GiB | 7 days | 100 | | Germany 🇩🇪 |  | 
|
|
https://drop.chapril.org | 1GiB | 5 days | 100 | [contact](https://www.chapril.org/contact.html) | Germany 🇩🇪 |  | 
|
|
https://send.jeugdhulp.be | 50MiB | 10 days | 25 | [contact](https://www.jeugdhulp.be/contact) | France 🇫🇷 |  | 
|
|
https://files.psu.ru | 16GiB | 7 days | 500 | no password | Russia 🇷🇺 |  | 
|
|
https://send.portailpro.net | 10GiB | 30 days | 100 | | France 🇫🇷 |  | 
|
|
https://transfer.acted.org | 5GiB | 14 days | 3,000 | | France 🇫🇷 |  | 
|
|
https://send.datenpost.app | 30GiB | 7 days | 3 | [contact](mailto:info@webality.de) | Germany 🇩🇪 |  | 
|
|
https://send.angelic.icu | 2.5GiB | 7 days | 50 | [contact](mailto:me@angelic.icu) | Romania 🇷🇴 |  | 
|
|
https://s.opnxng.com | 2.5GiB | 7 days | 25 | [contact](https://about.opnxng.com/) | Singapore 🇸🇬 |  | 
|
|
https://send.whateveritworks.org | 10GiB | 7 days | 100 | [contact](https://www.whateveritworks.org/email) | Germany 🇩🇪 |  | 
|
|
https://send.kokomo.cloud | 2.5GiB | 7 days | 100 | [maintainer](https://github.com/kokomo123) | United States 🇺🇸 |  | 
|
|
|
|
Users can view the historic reliability of the Send instances on [this status page](https://stats.uptimerobot.com/5917xHMX01). Click each instance on that page for more details.
|
|
|
|
---
|
|
|
|
## How to use
|
|
|
|
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
|
|
```
|
|
|
|
## Host your own instance
|
|
|
|
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.
|
|
|
|
## Submit changes
|
|
|
|
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
|