The initial credentials are admin / admin please change them as soon as your are logged in.
The initial credentials are admin / admin please change them as soon as your are logged in.
We build our own version of filebrowser to fix issue [3399](https://github.com/filebrowser/filebrowser/issues/3399#issuecomment-2326120447).
## Customisation
## Customisation
### Run a command upon file creation
### Run a command upon file creation
...
@@ -25,11 +27,10 @@ It will be called each time a new file/directory is created with the file path a
...
@@ -25,11 +27,10 @@ It will be called each time a new file/directory is created with the file path a
### Set default permissions
### Set default permissions
It is possible to set a [umask](https://www.liquidweb.com/blog/what-is-umask-and-how-to-use-it-effectively/) on all files created but this is only compatible with filebrowser versions up to 2.27, so you must set in your `.env`
It is possible to set a [umask](https://www.liquidweb.com/blog/what-is-umask-and-how-to-use-it-effectively/) on all files created.
```
```
UMASK=007
UMASK=007
VERSION=v2.27.9
```
```
If you which that all new directories have permissions `770` and files `660`
If you which that all new directories have permissions `770` and files `660`