Scroll to navigation

RADICALE(1) User Commands RADICALE(1)

NAME

radicale - a simple calendar server

DESCRIPTION

usage: radicale [OPTIONS]

options:

show this help message and exit
show program's version number and exit
check the storage for errors and exit
use specific configuration files
print debug information

server:

set server hostnames including ports
maximum number of parallel connections
maximum size of request body in bytes
socket timeout
use SSL connection
do not use SSL connection (opposite of --server-ssl)
set certificate file
set private key file
set CA certificate for validating clients

encoding:

encoding for responding requests
encoding for storing local collections

auth:

backend specific options omitted
authentication method
htpasswd filename
htpasswd encryption method
message displayed when a password is needed
incorrect authentication delay
URI to the ldap server
LDAP base DN of the ldap server
the DN of a ldap user with read access to get the user accounts
the password of the ldap_reader_dn
the search filter to find the user DN to authenticate by the username
load the ldap groups of the authenticated user
do not load the ldap groups of the authenticated user (opposite of --auth-ldap-load-groups)
Use ssl on the ldap connection
do not Use ssl on the ldap connection (opposite of --auth-ldap-use-ssl)
The certifikat verification mode. NONE, OPTIONAL, default is REQUIRED
The path to the CA file in pem format which is used to certificate the server certificate
strip domain from username
do not strip domain from username (opposite of --authstrip-domain)
convert username to lowercase, must be true for caseinsensitive auth providers
do not convert username to lowercase, must be true for case-insensitive auth providers (opposite of --authlc-username)

rights:

backend specific options omitted
rights backend
permit delete of a collection
do not permit delete of a collection (opposite of --rights-permit-delete-collection)
permit overwrite of a collection
do not permit overwrite of a collection (opposite of --rights-permit-overwrite-collection)
file for rights management from_file

storage:

backend specific options omitted
storage backend
path where collections are stored
delete sync token that are older
skip broken item instead of triggering exception
do not skip broken item instead of triggering exception (opposite of --storage-skip-broken-item)
command that is run after changes to storage
predefined user collections

hook:

backend specific options omitted
hook backend
endpoint where rabbitmq server is running
topic to declare queue
queue type for topic declaration

web:

backend specific options omitted
web interface backend

logging:

threshold for the logger
log bad PUT request content
do not log bad PUT request content (opposite of --logging-bad-put-request-content)
log backtrace on level=debug
do not log backtrace on level=debug (opposite of --logging-backtrace-on-debug)
log request header on level=debug
do not log request header on level=debug (opposite of --logging-request-header-on-debug)
log request content on level=debug
do not log request content on level=debug (opposite of --logging-request-content-on-debug)
log response content on level=debug
do not log response content on level=debug (opposite of --logging-response-content-on-debug)
log rights rules which doesn't match on level=debug
do not log rights rules which doesn't match on level=debug (opposite of --logging-rights-rule-doesntmatch-on-debug)
mask passwords in logs
do not mask passwords in logs (opposite of --loggingmask-passwords)

headers:

additional options allowed (e.g. --headers-Pragma=no-cache)

reporting:

number of occurrences per event when reporting
October 2024 radicale 3.3.0-1