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
<!--
|
|
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
|
No se debe editar a mano.
|
|
-->
|
|
|
|
# Transfer.sh para Yunohost
|
|
|
|
[![Nivel de integración](https://dash.yunohost.org/integration/transfersh.svg)](https://ci-apps.yunohost.org/ci/apps/transfersh/) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/transfersh.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/transfersh.maintain.svg)
|
|
|
|
[![Instalar Transfer.sh con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=transfersh)
|
|
|
|
*[Leer este README en otros idiomas.](./ALL_README.md)*
|
|
|
|
> *Este paquete le permite instalarTransfer.sh rapidamente y simplement en un servidor YunoHost.*
|
|
> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
|
|
|
|
## Descripción general
|
|
|
|
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 actual:** 1.6.1~ynh1
|
|
|
|
## Capturas
|
|
|
|
![Captura de Transfer.sh](./doc/screenshots/transfer.sh-about.jpg)
|
|
|
|
## Documentaciones y recursos
|
|
|
|
- Sitio web oficial: <https://transfer.sh/>
|
|
- Documentación administrador oficial: <https://github.com/dutchcoders/transfer.sh/>
|
|
- Repositorio del código fuente oficial de la aplicación : <https://github.com/dutchcoders/transfer.sh>
|
|
- Catálogo YunoHost: <https://apps.yunohost.org/app/transfersh>
|
|
- Reportar un error: <https://github.com/YunoHost-Apps/transfersh_ynh/issues>
|
|
|
|
## Información para desarrolladores
|
|
|
|
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/transfersh_ynh/tree/testing
|
|
|
|
Para probar la rama `testing`, sigue asÍ:
|
|
|
|
```bash
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/transfersh_ynh/tree/testing --debug
|
|
o
|
|
sudo yunohost app upgrade transfersh -u https://github.com/YunoHost-Apps/transfersh_ynh/tree/testing --debug
|
|
```
|
|
|
|
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>
|