Add admin page screenshot and README hints

This commit is contained in:
Christoph Wiechert
2017-07-13 20:48:38 +02:00
parent a0c1804933
commit 6268dcf62a
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ It's an alternative to paid services like Dropbox, WeTransfer.
* Modal-style file preview * Modal-style file preview
* Requires Node >=7.4 or use `--harmony-async-await` flag * Requires Node >=7.4 or use `--harmony-async-await` flag
* Password protected download list ([AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard)) * Password protected download list ([AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard))
* `/admin` Page lists bucket information * `/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_)
**See the blog posts about PsiTransfer: https://psi.cx/tags/PsiTransfer/ and checkout the **See the blog posts about PsiTransfer: https://psi.cx/tags/PsiTransfer/ and checkout the
[Documentation](https://github.com/psi-4ward/psitransfer/tree/master/docs)** [Documentation](https://github.com/psi-4ward/psitransfer/tree/master/docs)**
@@ -36,7 +36,7 @@ It's an alternative to paid services like Dropbox, WeTransfer.
### Docker ### Docker
```bash ```bash
$ docker run -p 0.0.0.0:3000:3000 -v $PWD/data:/data psitrax/psitransfer $ docker run -p 0.0.0.0:3000:3000 -e PSITRANSFER_ADMIN_PASS=secret -v $PWD/data:/data psitrax/psitransfer
# data volume needs UID 1000 # data volume needs UID 1000
$ sudo chown -R 1000 $PWD/data $ sudo chown -R 1000 $PWD/data
``` ```

BIN
docs/PsiTransfer-Admin.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB