https://github.com/yunohost-apps/transfersh_ynh
Transfersh package for YunoHost
https://github.com/yunohost-apps/transfersh_ynh
transfersh yunohost yunohost-apps
Last synced: 3 months ago
JSON representation
Transfersh package for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/transfersh_ynh
- Owner: YunoHost-Apps
- License: gpl-3.0
- Created: 2022-06-25T10:30:29.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T21:38:43.000Z (9 months ago)
- Last Synced: 2025-04-23T15:13:29.043Z (6 months ago)
- Topics: transfersh, yunohost, yunohost-apps
- Language: Shell
- Homepage: https://transfer.sh
- Size: 136 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Transfer.sh for YunoHost
[](https://ci-apps.yunohost.org/ci/apps/transfersh/)

[](https://install-app.yunohost.org/?app=transfersh)
*[Read this README in other languages.](./ALL_README.md)*
> *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.*## Overview
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).### Features
- Made for use with shell
- Share files with a URL
- Unlimited upload
- Files stored forever
- Encrypt your files
- Preview your files in the browser**Shipped version:** 1.6.1~ynh2
## Screenshots

## Documentation and resources
- Official app website:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/transfersh_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/transfersh_ynh/tree/testing --debug
or
sudo yunohost app upgrade transfersh -u https://github.com/YunoHost-Apps/transfersh_ynh/tree/testing --debug
```**More info regarding app packaging:**