Compare commits

..

No commits in common. "35e54a598c7a1300cb4c4f9b04a3c2c878679ff1" and "a265603ff645f5ae6569530900dbc519ca3d372e" have entirely different histories.

3 changed files with 2 additions and 4 deletions

View File

@ -181,7 +181,7 @@ PS_SHARED_SECRET=CBuS4DJLqIe93xF1KGYRrnhxUFBqLD2n
For [dufs.env](infrastructure/dufs/env/dufs.env) file, you need to change the secret key and if you want the user name.
```sh
DUFS_AUTH="admin:heqihlOfBmJDESGFlpbPi7P7Mi6F7RkV@/:rw|@/:ro"
DUFS_AUTH="admin:heqihlOfBmJDESGFlpbPi7P7Mi6F7RkV@/:rw|@/"
```

View File

@ -4,4 +4,4 @@ DUFS_SERVE_PATH=/data
DUFS_HIDDEN=tmp,*.log,*.lock
DUFS_ALLOW_ALL=true
DUFS_COMPRESS=medium
DUFS_AUTH="admin:heqihlOfBmJDESGFlpbPi7P7Mi6F7RkV@/:rw|@/:ro"
DUFS_AUTH="admin:heqihlOfBmJDESGFlpbPi7P7Mi6F7RkV@/:rw|@/"

View File

@ -1,3 +1 @@
PUID=1000
PGID=1000
MAX_UPLOAD=50000