Merge pull request #239 from saravanan30erd/dev

add document for new variable OFFLINE_MODE
This commit is contained in:
Timothy Jaeryang Baek 2024-10-08 16:56:43 -07:00 committed by GitHub
commit ffdf4d1de3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -290,6 +290,12 @@ Documentation on URL scheme available [here](https://docs.peewee-orm.com/en/late
- Default: `False`
- Description: Enables safe mode, which disables potentially unsafe features.
#### `OFFLINE_MODE`
- Type: `bool`
- Default: `False`
- Description: Enables offline mode, which disables features requires internet and recommended for Air-gapped enviornment.
#### `WEBUI_SESSION_COOKIE_SAME_SITE`
- Type: `str` (enum: `lax`, `strict`, `none`)