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
|
## Overview
|
||||||
|
|
||||||
Simple open source self-hosted file sharing solution.
|
Simple open source self-hosted file sharing solution. It's an alternative to paid services like Dropbox, WeTransfer.
|
||||||
It's an alternative to paid services like Dropbox, WeTransfer.
|
|
||||||
|
|
||||||
* No accounts, no logins
|
### Features:
|
||||||
* Mobile friendly responsive interface
|
|
||||||
* Supports many and very big files (Streams ftw)
|
- No accounts, no logins
|
||||||
* Resumable up- and downloads ([tus.io](https://tus.io))
|
- Mobile friendly responsive interface
|
||||||
* Set an expire-time for your upload bucket
|
- Resumable up- and downloads ([tus.io](https://tus.io))
|
||||||
* One-time downloads
|
- Set an expire-time for your upload bucket
|
||||||
* Download all files as zip/tar.gz archive
|
- Download all files as zip/tar.gz archive
|
||||||
* Modal-style file preview
|
- Password protected download list ([AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard))
|
||||||
* Requires Node >=7.4 or use `--harmony-async-await` flag
|
- `/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_)
|
||||||
* 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>`
|
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 2.1.2~ynh1
|
**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
|
## Vue d’ensemble
|
||||||
|
|
||||||
Simple open source self-hosted file sharing solution.
|
Simple open source self-hosted file sharing solution. It's an alternative to paid services like Dropbox, WeTransfer.
|
||||||
It's an alternative to paid services like Dropbox, WeTransfer.
|
|
||||||
|
|
||||||
* No accounts, no logins
|
### Features:
|
||||||
* Mobile friendly responsive interface
|
|
||||||
* Supports many and very big files (Streams ftw)
|
- No accounts, no logins
|
||||||
* Resumable up- and downloads ([tus.io](https://tus.io))
|
- Mobile friendly responsive interface
|
||||||
* Set an expire-time for your upload bucket
|
- Resumable up- and downloads ([tus.io](https://tus.io))
|
||||||
* One-time downloads
|
- Set an expire-time for your upload bucket
|
||||||
* Download all files as zip/tar.gz archive
|
- Download all files as zip/tar.gz archive
|
||||||
* Modal-style file preview
|
- Password protected download list ([AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard))
|
||||||
* Requires Node >=7.4 or use `--harmony-async-await` flag
|
- `/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_)
|
||||||
* 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>`
|
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 2.1.2~ynh1
|
**Version incluse :** 2.1.2~ynh1
|
||||||
|
|
Loading…
Add table
Reference in a new issue