mirror of
https://github.com/YunoHost-Apps/transfersh_ynh.git
synced 2024-09-04 01:35:59 +02:00
58 lines
2.3 KiB
Markdown
58 lines
2.3 KiB
Markdown
<!--
|
|
NOTA: Este README foi creado automáticamente por <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|
NON debe editarse manualmente.
|
|
-->
|
|
|
|
# Transfer.sh para YunoHost
|
|
|
|
[![Nivel de integración](https://dash.yunohost.org/integration/transfersh.svg)](https://ci-apps.yunohost.org/ci/apps/transfersh/) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/transfersh.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/transfersh.maintain.svg)
|
|
|
|
[![Instalar Transfer.sh con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=transfersh)
|
|
|
|
*[Le este README en outros idiomas.](./ALL_README.md)*
|
|
|
|
> *Este paquete permíteche instalar Transfer.sh de xeito rápido e doado nun servidor YunoHost.*
|
|
> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.*
|
|
|
|
## Vista xeral
|
|
|
|
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
|
|
|
|
|
|
**Versión proporcionada:** 1.6.1~ynh2
|
|
|
|
## Capturas de pantalla
|
|
|
|
![Captura de pantalla de Transfer.sh](./doc/screenshots/transfer.sh-about.jpg)
|
|
|
|
## Documentación e recursos
|
|
|
|
- Web oficial da app: <https://transfer.sh/>
|
|
- Documentación oficial para admin: <https://github.com/dutchcoders/transfer.sh/>
|
|
- Repositorio de orixe do código: <https://github.com/dutchcoders/transfer.sh>
|
|
- Tenda YunoHost: <https://apps.yunohost.org/app/transfersh>
|
|
- Informar dun problema: <https://github.com/YunoHost-Apps/transfersh_ynh/issues>
|
|
|
|
## Info de desenvolvemento
|
|
|
|
Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/transfersh_ynh/tree/testing).
|
|
|
|
Para probar a rama `testing`, procede deste xeito:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/transfersh_ynh/tree/testing --debug
|
|
ou
|
|
sudo yunohost app upgrade transfersh -u https://github.com/YunoHost-Apps/transfersh_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Máis info sobre o empaquetado da app:** <https://yunohost.org/packaging_apps>
|