⛔ Deprecated feature has been removed, see #70 ⛔
⚠️ New & Changed Configs ⚠️
| Name | Description | Default | Docker Default |
|---|---|---|---|
| USE_LONG_ID | When "True" pastes will use a longer id | False | False |
| STORAGE__TYPE | What storage type to use (DISK, S3) | DISK | DISK |
| STORAGE__DISK__PASTE_ROOT | Where the paste flat file system will be kept | - | /app/data |
| STORAGE__S3__ENDPOINT_URL | Use a different endpoint other than AWS | - | - |
| STORAGE__S3__ACCESS_KEY_ID | Access key ID | - | - |
| STORAGE__S3__SECRET_ACCESS_KEY | Access key secret | - | - |
| STORAGE__S3__BUCKET_NAME | Bucket name to store pastes (should already be created) | - | - |
| HIDE_BOOT_MESSAGE | Hide the ascii art boot message | False | False |
Change Log
Added
- #27; 🚧 Experimental S3 storage support
- Add ability to hide ascii art boot message
Changed
- #70; Long ID only adjustable through config value
- Bump deps