prevent filling up the disk
This commit is contained in:
parent
37695b8bbd
commit
71fe7fed24
5 changed files with 77 additions and 20 deletions
|
@ -62,6 +62,11 @@ transbeam is configured with the following environment variables:
|
|||
case-sensitive.)
|
||||
- `TRANSBEAM_MAX_STORAGE_SIZE`: maximum total size of all files being
|
||||
stored by transbeam (default: 64G)
|
||||
- `TRANSBEAM_MIN_DISK_FREE`: minimum amount of free disk space on the
|
||||
filesystem where transbeam uploads are stored (default: 8G).
|
||||
transbeam will not accept uploads that would reduce free disk space
|
||||
lower than this value, even if they would otherwise be within the
|
||||
max upload size and max storage size.
|
||||
- `TRANSBEAM_MNEMONIC_CODES`: generate memorable download codes using
|
||||
English words, rather than random alphanumeric strings (default:
|
||||
true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue