2022-06-25 13:37:10 +02:00
|
|
|
<!--
|
2024-03-29 07:26:19 +01:00
|
|
|
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
2022-06-25 13:37:10 +02:00
|
|
|
It shall NOT be edited by hand.
|
|
|
|
-->
|
|
|
|
|
2022-06-25 14:48:42 +02:00
|
|
|
# Transfer.sh for YunoHost
|
2022-06-25 13:37:10 +02:00
|
|
|
|
2024-08-31 09:14:28 +02:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/transfersh.svg)](https://ci-apps.yunohost.org/ci/apps/transfersh/) ![Working status](https://ci-apps.yunohost.org/ci/badges/transfersh.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/transfersh.maintain.svg)
|
2023-04-06 11:04:53 +02:00
|
|
|
|
2022-06-25 14:48:42 +02:00
|
|
|
[![Install Transfer.sh with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=transfersh)
|
2022-06-25 13:37:10 +02:00
|
|
|
|
2024-06-23 14:37:12 +02:00
|
|
|
*[Read this README in other languages.](./ALL_README.md)*
|
2022-06-25 13:37:10 +02:00
|
|
|
|
2024-03-29 07:26:19 +01:00
|
|
|
> *This package allows you to install Transfer.sh quickly and simply on a YunoHost server.*
|
|
|
|
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
|
2022-06-25 13:37:10 +02:00
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
2022-06-25 13:37:16 +02:00
|
|
|
Easy and fast file sharing from the command-line. This code contains the server with everything you need to create your own instance.
|
|
|
|
Transfer.sh currently supports the s3 (Amazon S3), gdrive (Google Drive), storj (Storj) providers, and local file system (local).
|
2022-06-25 13:37:10 +02:00
|
|
|
|
2022-06-25 13:37:16 +02:00
|
|
|
### Features
|
2022-06-25 13:37:10 +02:00
|
|
|
|
2022-06-25 13:37:16 +02:00
|
|
|
- Made for use with shell
|
|
|
|
- Share files with a URL
|
|
|
|
- Unlimited upload
|
|
|
|
- Files stored forever
|
|
|
|
- Encrypt your files
|
|
|
|
- Preview your files in the browser
|
2022-06-25 13:37:10 +02:00
|
|
|
|
|
|
|
|
2024-08-31 15:16:06 +02:00
|
|
|
**Shipped version:** 1.6.1~ynh2
|
2022-06-25 13:37:10 +02:00
|
|
|
|
|
|
|
## Screenshots
|
|
|
|
|
2022-06-25 14:48:42 +02:00
|
|
|
![Screenshot of Transfer.sh](./doc/screenshots/transfer.sh-about.jpg)
|
2022-06-25 13:37:10 +02:00
|
|
|
|
|
|
|
## Documentation and resources
|
|
|
|
|
2024-03-29 07:26:19 +01:00
|
|
|
- Official app website: <https://transfer.sh/>
|
|
|
|
- Official admin documentation: <https://github.com/dutchcoders/transfer.sh/>
|
|
|
|
- Upstream app code repository: <https://github.com/dutchcoders/transfer.sh>
|
|
|
|
- YunoHost Store: <https://apps.yunohost.org/app/transfersh>
|
|
|
|
- Report a bug: <https://github.com/YunoHost-Apps/transfersh_ynh/issues>
|
2022-06-25 13:37:10 +02:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
2024-03-29 07:26:19 +01:00
|
|
|
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/transfersh_ynh/tree/testing).
|
2022-06-25 13:37:10 +02:00
|
|
|
|
2024-03-29 07:26:19 +01:00
|
|
|
To try the `testing` branch, please proceed like that:
|
2022-06-25 13:37:10 +02:00
|
|
|
|
2024-03-29 07:26:19 +01:00
|
|
|
```bash
|
2022-06-25 13:37:16 +02:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/transfersh_ynh/tree/testing --debug
|
2022-06-25 13:37:10 +02:00
|
|
|
or
|
2022-06-25 13:37:16 +02:00
|
|
|
sudo yunohost app upgrade transfersh -u https://github.com/YunoHost-Apps/transfersh_ynh/tree/testing --debug
|
2022-06-25 13:37:10 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|