send-instances/README.md

75 lines
4.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)
2021-03-26 11:02:08 +00:00
This page does not give any promises or warranties with regard to instance
security and reliability.
2021-03-26 10:52:28 +00:00
## Instances
2021-10-26 15:36:14 +00:00
- https://send.vis.ee (10GB, 7 days) ([maintainer](https://github.com/timvisee), [contact](https://timvisee.com/contact))
2021-03-26 11:10:28 +00:00
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.vis.ee/__version__)
2021-10-26 15:36:14 +00:00
- https://send.silkky.cloud (20GB, 7 days) ([maintainer](https://github.com/silkkycloud), [contact](https://www.silkky.cloud/contact), [privacy policy](https://www.silkky.cloud/privacy))
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.silkky.cloud/__version__)
2021-10-26 15:47:33 +00:00
- https://send.turingpoint.de (16GB, 30 days) ([contact](https://turingpoint.de/en/company/contact/))
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.turingpoint.de/__version__)
2021-10-26 15:41:49 +00:00
- 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__)
2021-10-26 15:36:14 +00:00
- https://send.niagan.org (8GB, 14 days) ([maintainer](https://github.com/atilleh))
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.niagan.org/__version__)
2021-10-26 15:38:24 +00:00
- https://send.jeugdhulp.be (2.5GB, 7 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__)
2021-10-26 15:36:14 +00:00
- https://send.datahoarder.dev (1GB, 1 day) ([maintainer](https://github.com/whalehub), [contact](mailto:admin@datahoarder.dev))
2021-03-26 11:10:28 +00:00
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.datahoarder.dev/__version__)
2021-10-26 15:36:14 +00:00
- https://send.navennec.net (1GB, 1 day)
2021-03-26 11:10:28 +00:00
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.navennec.net/__version__)
2021-10-26 15:36:14 +00:00
- https://fileupload.ggc-project.de (2.5GB, 7 days)
2021-03-26 11:10:28 +00:00
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://fileupload.ggc-project.de/__version__)
2021-10-26 15:36:14 +00:00
- https://drop.chapril.org (1GB, 5 days) ([contact](https://www.chapril.org/contact.html))
2021-05-02 20:46:06 +00:00
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://drop.chapril.org/__version__)
2021-10-26 15:44:10 +00:00
- https://files.psu.ru (16GB, 7 days)
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://files.psu.ru/__version__)
2021-10-26 15:36:14 +00:00
- https://send.portailpro.net (10GB, 30 days)
2021-03-26 11:10:28 +00:00
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.portailpro.net/__version__)
2021-10-26 15:36:14 +00:00
- https://bytefile.de (5GB, 7 days)
2021-03-26 11:10:28 +00:00
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://bytefile.de/__version__)
2021-10-26 15:36:14 +00:00
- https://transfer.acted.org (5GB, 7 days)
2021-03-26 11:10:28 +00:00
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://transfer.acted.org/__version__)
2021-10-26 15:43:13 +00:00
- https://send.fdab.se (256MB, 3 days) ([contact](https://www.fdab.se/kontakt/))
![version](https://img.shields.io/badge/dynamic/json?label=version&query=version&url=https://send.fdab.se/__version__)
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