radicale - a simple calendar server
usage: radicale [OPTIONS]
- -H, --hosts,
--server-hosts VALUE
- set server hostnames including ports
- --server-max-connections
VALUE
- maximum number of parallel connections
- --server-max-content-length
VALUE
- maximum size of request body in bytes
- --server-timeout
VALUE
- socket timeout
- -s, --ssl,
--server-ssl [VALUE]
- use SSL connection
- -S, --no-ssl,
--no-server-ssl
- do not use SSL connection (opposite of --server-ssl)
- --server-protocol
VALUE
- SSL/TLS protocol (Apache SSLProtocol format)
- --server-ciphersuite
VALUE
- SSL/TLS Cipher Suite (OpenSSL cipher list format)
- -c, --certificate,
--server-certificate VALUE
- set certificate file
- -k, --key,
--server-key VALUE
- set private key file
- --certificate-authority,
--server-certificate-authority VALUE
- set CA certificate for validating clients
- --server-script-name
VALUE
- script name to strip from URI if called by reverse proxy (default taken
from HTTP_X_SCRIPT_NAME or SCRIPT_NAME)
- backend specific options omitted
- --auth-type
VALUE
- authentication method (none|remote_user|http_x_remote_
user|denyall|htpasswd|ldap|imap|oauth2|pam|dovecot)
- --auth-cache-logins
[VALUE]
- cache successful/failed logins for until expiration time
- --no-auth-cache-logins
- do not cache successful/failed logins for until expiration time (opposite
of --auth-cache-logins)
- --auth-cache-successful-logins-expiry
VALUE
- expiration time for caching successful logins in seconds
- --auth-cache-failed-logins-expiry
VALUE
- expiration time for caching failed logins in seconds
- --auth-htpasswd-filename
VALUE
- htpasswd filename
- --auth-htpasswd-encryption
VALUE
- htpasswd encryption method
- --auth-htpasswd-cache
[VALUE]
- enable caching of htpasswd file
- --no-auth-htpasswd-cache
- do not enable caching of htpasswd file (opposite of
--auth-htpasswd-cache)
- --auth-dovecot-connection-type
VALUE
- Connection type for dovecot authentication
- --auth-dovecot-socket
VALUE
- dovecot auth AF_UNIX socket
- --auth-dovecot-host
VALUE
- dovecot auth AF_INET or AF_INET6 host
- --auth-dovecot-port
VALUE
- dovecot auth port
- --auth-realm
VALUE
- message displayed when a password is needed
- --auth-delay
VALUE
- incorrect authentication delay
- --auth-ldap-ignore-attribute-create-modify-timestamp
[VALUE]
- Ignore modifyTimestamp and createTimestamp attributes. Need if Authentik
LDAP server is used.
- --no-auth-ldap-ignore-attribute-create-modify-timestamp
- do not Ignore modifyTimestamp and createTimestamp attributes. Need if
Authentik LDAP server is used. (opposite of
--auth-ldap-ignore-attribute-createmodify-timestamp)
- --auth-ldap-uri
VALUE
- URI to the ldap server
- --auth-ldap-base
VALUE
- LDAP base DN of the ldap server
- --auth-ldap-reader-dn
VALUE
- the DN of a ldap user with read access to get the user accounts
- --auth-ldap-secret
VALUE
- the password of the ldap_reader_dn
- --auth-ldap-secret-file
VALUE
- path of the file containing the password of the ldap_reader_dn
- --auth-ldap-filter
VALUE
- the search filter to find the user DN to authenticate by the username
- --auth-ldap-user-attribute
VALUE
- the attribute to be used as username after authentication
- --auth-ldap-groups-attribute
VALUE
- attribute to read the group memberships from
- --auth-ldap-use-ssl
[VALUE]
- Use ssl on the ldap connection. Soon to be deprecated, use ldap_security
instead
- --no-auth-ldap-use-ssl
- do not Use ssl on the ldap connection. Soon to be deprecated, use
ldap_security instead (opposite of --auth-ldap-use-ssl)
- --auth-ldap-security
VALUE
- the encryption mode to be used: *none*|tls|starttls
- --auth-ldap-ssl-verify-mode
VALUE
- The certificate verification mode. Works for tls and starttls. NONE,
OPTIONAL, default is REQUIRED
- --auth-ldap-ssl-ca-file
VALUE
- The path to the CA file in pem format which is used to certificate the
server certificate
- --auth-imap-host
VALUE
- IMAP server hostname: address|address:port|[address]:port|*localhost*
- --auth-imap-security
VALUE
- Secure the IMAP connection: *tls*|starttls|none
- --auth-oauth2-token-endpoint
VALUE
- OAuth2 token endpoint URL
- --auth-pam-group-membership
VALUE
- PAM group user should be member of
- --auth-pam-service
VALUE
- PAM service
- --auth-strip-domain
[VALUE]
- strip domain from username
- --no-auth-strip-domain
- do not strip domain from username (opposite of
--authstrip-domain)
- --auth-uc-username
[VALUE]
- convert username to uppercase, must be true for caseinsensitive auth
providers
- --no-auth-uc-username
- do not convert username to uppercase, must be true for case-insensitive
auth providers (opposite of --authuc-username)
- --auth-lc-username
[VALUE]
- convert username to lowercase, must be true for caseinsensitive auth
providers
- --no-auth-lc-username
- do not convert username to lowercase, must be true for case-insensitive
auth providers (opposite of --authlc-username)
- --auth-urldecode-username
[VALUE]
- url-decode the username, set to True when clients send url-encoded email
address as username
- --no-auth-urldecode-username
- do not url-decode the username, set to True when clients send url-encoded
email address as username (opposite of
--auth-urldecode-username)
- additional options allowed (e.g.
--headers-Pragma=no-cache)