mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-05 17:08:29 +00:00
WSGI: Add RADICALE_CONFIG and None auth pitfall
This commit is contained in:
parent
cdeabe1b3f
commit
ac1274f400
1 changed files with 8 additions and 1 deletions
9
wsgi.md
9
wsgi.md
|
@ -7,5 +7,12 @@ permalink: /wsgi/
|
||||||
Radicale is compatible with the WSGI specification. No special configuration
|
Radicale is compatible with the WSGI specification. No special configuration
|
||||||
is required.
|
is required.
|
||||||
|
|
||||||
|
A configuration file can be set with the `RADICALE_CONFIG` environment variable,
|
||||||
|
otherwise the default configuration is used.
|
||||||
|
|
||||||
|
**Important:** The `None` authentication type disables all rights checking.
|
||||||
|
Don't use it with `REMOTE_USER`. The development version of Radicale has
|
||||||
|
the `remote_user` module for this use-case.
|
||||||
|
|
||||||
Be reminded that Radicale's default configuration enforces limits on the
|
Be reminded that Radicale's default configuration enforces limits on the
|
||||||
maximum file size.
|
maximum upload file size.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue