mirror of
https://github.com/YunoHost-Apps/psitransfer_ynh.git
synced 2024-09-03 20:16:06 +02:00
Auto-update README
This commit is contained in:
parent
37c2f80ab9
commit
0a4a0f7ce2
2 changed files with 20 additions and 30 deletions
25
README.md
25
README.md
|
@ -16,22 +16,17 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
## Overview
|
||||
|
||||
Simple open source self-hosted file sharing solution.
|
||||
It's an alternative to paid services like Dropbox, WeTransfer.
|
||||
Simple open source self-hosted file sharing solution. It's an alternative to paid services like Dropbox, WeTransfer.
|
||||
|
||||
* No accounts, no logins
|
||||
* Mobile friendly responsive interface
|
||||
* Supports many and very big files (Streams ftw)
|
||||
* Resumable up- and downloads ([tus.io](https://tus.io))
|
||||
* Set an expire-time for your upload bucket
|
||||
* One-time downloads
|
||||
* Download all files as zip/tar.gz archive
|
||||
* Modal-style file preview
|
||||
* Requires Node >=7.4 or use `--harmony-async-await` flag
|
||||
* Password protected download list ([AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard))
|
||||
* `/admin` Page lists bucket information, [Screenshot](https://raw.githubusercontent.com/psi-4ward/psitransfer/master/docs/PsiTransfer-Admin.png) (_disabled until you set `adminPass` config value_)
|
||||
* Lightweight [Vue](https://vuejs.org) based frontend apps. Gzipped (on by default) less than 100k
|
||||
* Explicit named bucket IDs with query param `sid=<myBucketID>`
|
||||
### Features:
|
||||
|
||||
- No accounts, no logins
|
||||
- Mobile friendly responsive interface
|
||||
- Resumable up- and downloads ([tus.io](https://tus.io))
|
||||
- Set an expire-time for your upload bucket
|
||||
- Download all files as zip/tar.gz archive
|
||||
- Password protected download list ([AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard))
|
||||
- `/admin` Page lists bucket information, [Screenshot](https://raw.githubusercontent.com/psi-4ward/psitransfer/master/docs/PsiTransfer-Admin.png) (_disabled until you set `adminPass` config value_)
|
||||
|
||||
|
||||
**Shipped version:** 2.1.2~ynh1
|
||||
|
|
25
README_fr.md
25
README_fr.md
|
@ -16,22 +16,17 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
## Vue d’ensemble
|
||||
|
||||
Simple open source self-hosted file sharing solution.
|
||||
It's an alternative to paid services like Dropbox, WeTransfer.
|
||||
Simple open source self-hosted file sharing solution. It's an alternative to paid services like Dropbox, WeTransfer.
|
||||
|
||||
* No accounts, no logins
|
||||
* Mobile friendly responsive interface
|
||||
* Supports many and very big files (Streams ftw)
|
||||
* Resumable up- and downloads ([tus.io](https://tus.io))
|
||||
* Set an expire-time for your upload bucket
|
||||
* One-time downloads
|
||||
* Download all files as zip/tar.gz archive
|
||||
* Modal-style file preview
|
||||
* Requires Node >=7.4 or use `--harmony-async-await` flag
|
||||
* Password protected download list ([AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard))
|
||||
* `/admin` Page lists bucket information, [Screenshot](https://raw.githubusercontent.com/psi-4ward/psitransfer/master/docs/PsiTransfer-Admin.png) (_disabled until you set `adminPass` config value_)
|
||||
* Lightweight [Vue](https://vuejs.org) based frontend apps. Gzipped (on by default) less than 100k
|
||||
* Explicit named bucket IDs with query param `sid=<myBucketID>`
|
||||
### Features:
|
||||
|
||||
- No accounts, no logins
|
||||
- Mobile friendly responsive interface
|
||||
- Resumable up- and downloads ([tus.io](https://tus.io))
|
||||
- Set an expire-time for your upload bucket
|
||||
- Download all files as zip/tar.gz archive
|
||||
- Password protected download list ([AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard))
|
||||
- `/admin` Page lists bucket information, [Screenshot](https://raw.githubusercontent.com/psi-4ward/psitransfer/master/docs/PsiTransfer-Admin.png) (_disabled until you set `adminPass` config value_)
|
||||
|
||||
|
||||
**Version incluse :** 2.1.2~ynh1
|
||||
|
|
Loading…
Add table
Reference in a new issue