diff --git a/v3.html b/v3.html index cb2c6022..4ec64ee8 100644 --- a/v3.html +++ b/v3.html @@ -183,9 +183,6 @@ with the WSGI server
Radicale is really easy to install and works out-of-the-box.
+Radicale is really easy to install (for testing purposes) and works +out-of-the-box.
python3 -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
python3 -m radicale --logging-level info --storage-filesystem-folder=~/.var/lib/radicale/collections
When the server is launched, open http://localhost:5232 in your browser! You can login with any username and password.
Want more? Check the tutorials and the documentation.
+Instead of downloading from PyPI look for packages provided by used +distribution, they contain +also startup scripts to run daemonized.
ldap
: Use a LDAP or AD server to authenticate
users.
dovecot
: Use a local Dovecot server to authenticate
+
dovecot
: Use a Dovecot server to authenticate
users.
imap
: Use a IMAP server to authenticate users.
Default: none
Default:
Connection type for dovecot authentication +(AF_UNIX|AF_INET|AF_INET6)
+Note: credentials are transmitted in cleartext
+Default: AF_UNIX
The path to the Dovecot client authentication socket (eg. /run/dovecot/auth-client on Fedora). Radicale must have read / write access to the socket.
-Default:
+Default: /var/run/dovecot/auth-client
Host of via network exposed dovecot socket
+Default: localhost
Port of via network exposed dovecot socket
+Default: 12345
IMAP server hostname: address | address:port | [address]:port | +imap.server.tld
+Default: localhost
Secure the IMAP connection: tls | starttls | none
+Default: tls
rabbitmq
: Push the message to the rabbitmq server.
Default: none
End-point address for rabbitmq server. Ex: amqp://user:password@localhost:5672/
Default:
RabbitMQ topic to publish message.
Default:
RabbitMQ queue type for the topic.
Default: classic