send-instances/README.md

85 lines
5.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
- https://send.vis.ee (2.5GB, 3 days) ([maintainer](https://github.com/timvisee), [contact](https://timvisee.com/contact))
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.vis.ee/__version__)
- https://send.zcyph.cc (20GB, 365 days) ([maintainer](https://github.com/zcyph), [contact](mailto:send@zcyph.cc))
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.zcyph.cc/__version__)
- https://send.q1q.wtf (20GB, 7 days) ([contact](mailto:send@q1q.wtf))
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.q1q.wtf/__version__)
- https://send.ephemeral.land (8GB, 28 days)
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.ephemeral.land/__version__)
- https://send.mni.li (8GB, 15 days)
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.mni.li/__version__)
- https://send.monks.tools (5GB, 7 days)
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.monks.tools/__version__)
- https://send.boblorange.net (2.5GB, 7 days)
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.boblorange.net/__version__)
- https://send.aurorabilisim.com (2.5GB, 7 days) ([contact](https://www.aurorabilisim.com/iletisim/))
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.aurorabilisim.com/__version__)
- https://send.datahoarder.dev (1GB, 1 day) ([maintainer](https://github.com/whalehub), [contact](mailto:admin@datahoarder.dev))
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.datahoarder.dev/__version__)
- https://fileupload.ggc-project.de (2.5GB, 7 days)
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://fileupload.ggc-project.de/__version__)
- https://drop.chapril.org (1GB, 5 days) ([contact](https://www.chapril.org/contact.html))
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://drop.chapril.org/__version__)
- https://send.jeugdhulp.be (50MB, 10 days) ([contact](https://www.jeugdhulp.be/contact))
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.jeugdhulp.be/__version__)
- https://files.psu.ru (16GB, 7 days) (no password)
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://files.psu.ru/__version__)
- https://send.portailpro.net (10GB, 30 days)
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.portailpro.net/__version__)
- https://transfer.acted.org (5GB, 14 days)
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://transfer.acted.org/__version__)
- https://send.epsilonrecords.nl (2.5GB, 7 days)
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.epsilonrecords.nl/__version__)
- https://transfer.fm (2.5GB, 7 days)
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://transfer.fm/__version__)
- https://send.datenpost.app (30GB, 7 days) ([contact](mailto:info@webality.de))
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.datenpost.app/__version__)
- https://transferer.seinetransfert.fr/ (10GB, 7 days) ([contact](https://seinetransfert.fr/signaler/), [contact](mailto:contact@seinetransfert.fr))
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://transferer.seinetransfert.fr/__version__)
- https://send.angelic.icu (2.5GB, 7 days) ([contact](mailto:me@angelic.icu))
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.angelic.icu/__version__)
---
## 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