Settings
Settings
LemonTree Web Settings can be changed and set in appsetting.json file. The file can be found using the path /app/apsetting.json.
For now we would recommend not changing too much here, besides the security section below.
Security
| Key | Value | Description |
|---|---|---|
| AllowUploads | Default false | Needs to be enabled to allow uploads in general. |
| AllowedHosts | Default empty | List of allowed upload source hosts. For example: ["customers.lieberlieber.com", nexus.lieberlieber.com"] |
| OnlyAllowUploadsOverHttps | Default true | Can be set to false to allow uploads from non http sources. |
| FileUploadDirectory | Default empty | Allows setting a custom directory to save session files. Until now we used /app/uploads, we would recommend to create your own folder and setup a volume to handle it. |