.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10. .TH RADICALE "1" "April 2019" "radicale 2.1.11-6" "User Commands" .SH NAME radicale \- a simple calendar server .SH DESCRIPTION usage: radicale [OPTIONS] .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-\-version\fR show program's version number and exit .TP \fB\-\-verify\-storage\fR check the storage for errors and exit .TP \fB\-C\fR CONFIG, \fB\-\-config\fR CONFIG use a specific configuration file .SS "server:" .TP \fB\-H\fR SERVER_HOSTS, \fB\-\-hosts\fR SERVER_HOSTS, \fB\-\-server\-hosts\fR SERVER_HOSTS set server hostnames including ports .TP \fB\-d\fR, \fB\-\-daemon\fR, \fB\-\-server\-daemon\fR launch as daemon .TP \fB\-f\fR, \fB\-\-foreground\fR, \fB\-\-no\-server\-daemon\fR do not launch as daemon (opposite of \fB\-\-server\-daemon\fR) .TP \fB\-p\fR SERVER_PID, \fB\-\-pid\fR SERVER_PID, \fB\-\-server\-pid\fR SERVER_PID set PID filename for daemon mode .TP \fB\-\-server\-max\-connections\fR SERVER_MAX_CONNECTIONS maximum number of parallel connections .TP \fB\-\-server\-max\-content\-length\fR SERVER_MAX_CONTENT_LENGTH maximum size of request body in bytes .TP \fB\-\-server\-timeout\fR SERVER_TIMEOUT socket timeout .TP \fB\-s\fR, \fB\-\-ssl\fR, \fB\-\-server\-ssl\fR use SSL connection .TP \fB\-S\fR, \fB\-\-no\-ssl\fR, \fB\-\-no\-server\-ssl\fR do not use SSL connection (opposite of \fB\-\-server\-ssl\fR) .TP \fB\-c\fR SERVER_CERTIFICATE, \fB\-\-certificate\fR SERVER_CERTIFICATE, \fB\-\-server\-certificate\fR SERVER_CERTIFICATE set certificate file .TP \fB\-k\fR SERVER_KEY, \fB\-\-key\fR SERVER_KEY, \fB\-\-server\-key\fR SERVER_KEY set private key file .TP \fB\-\-certificate\-authority\fR SERVER_CERTIFICATE_AUTHORITY, \fB\-\-server\-certificate\-authority\fR SERVER_CERTIFICATE_AUTHORITY set CA certificate for validating clients .TP \fB\-\-server\-protocol\fR SERVER_PROTOCOL SSL protocol used .TP \fB\-\-server\-ciphers\fR SERVER_CIPHERS available ciphers .TP \fB\-\-server\-dns\-lookup\fR use reverse DNS to resolve client address in logs .TP \fB\-\-no\-server\-dns\-lookup\fR do not use reverse DNS to resolve client address in logs (opposite of \fB\-\-server\-dns\-lookup\fR) .TP \fB\-\-server\-realm\fR SERVER_REALM message displayed when a password is needed .SS "encoding:" .TP \fB\-\-encoding\-request\fR ENCODING_REQUEST encoding for responding requests .TP \fB\-\-encoding\-stock\fR ENCODING_STOCK encoding for storing local collections .SS "auth:" .TP \fB\-\-auth\-type\fR AUTH_TYPE authentication method .TP \fB\-\-auth\-htpasswd\-filename\fR AUTH_HTPASSWD_FILENAME htpasswd filename .TP \fB\-\-auth\-htpasswd\-encryption\fR AUTH_HTPASSWD_ENCRYPTION htpasswd encryption method .TP \fB\-\-auth\-delay\fR AUTH_DELAY incorrect authentication delay .SS "rights:" .TP \fB\-\-rights\-type\fR RIGHTS_TYPE rights backend .TP \fB\-\-rights\-file\fR RIGHTS_FILE file for rights management from_file .SS "storage:" .TP \fB\-\-storage\-type\fR STORAGE_TYPE storage backend .TP \fB\-\-storage\-filesystem\-folder\fR STORAGE_FILESYSTEM_FOLDER path where collections are stored .TP \fB\-\-storage\-max\-sync\-token\-age\fR STORAGE_MAX_SYNC_TOKEN_AGE delete sync token that are older .TP \fB\-\-storage\-filesystem\-fsync\fR sync all changes to filesystem during requests .TP \fB\-\-no\-storage\-filesystem\-fsync\fR do not sync all changes to filesystem during requests (opposite of \fB\-\-storage\-filesystem\-fsync\fR) .TP \fB\-\-storage\-filesystem\-locking\fR lock the storage while accessing it .TP \fB\-\-no\-storage\-filesystem\-locking\fR do not lock the storage while accessing it (opposite of \fB\-\-storage\-filesystem\-locking\fR) .TP \fB\-\-storage\-filesystem\-close\-lock\-file\fR close the lock file when no more clients are waiting .TP \fB\-\-no\-storage\-filesystem\-close\-lock\-file\fR do not close the lock file when no more clients are waiting (opposite of \fB\-\-storage\-filesystem\-close\-lockfile\fR) .TP \fB\-\-storage\-hook\fR STORAGE_HOOK command that is run after changes to storage .SS "web:" .TP \fB\-\-web\-type\fR WEB_TYPE web interface backend .SS "logging:" .TP \fB\-\-logging\-config\fR LOGGING_CONFIG logging configuration file .TP \fB\-D\fR, \fB\-\-debug\fR, \fB\-\-logging\-debug\fR print debug information .TP \fB\-\-no\-logging\-debug\fR do not print debug information (opposite of \fB\-\-loggingdebug\fR) .TP \fB\-\-logging\-full\-environment\fR store all environment variables .TP \fB\-\-no\-logging\-full\-environment\fR do not store all environment variables (opposite of \fB\-\-logging\-full\-environment\fR) .TP \fB\-\-logging\-mask\-passwords\fR mask passwords in logs .TP \fB\-\-no\-logging\-mask\-passwords\fR do not mask passwords in logs (opposite of \fB\-\-loggingmask\-passwords\fR)