1CALYPSO(1)                       User Commands                      CALYPSO(1)
2
3
4

NAME

6       calypso - CalDAV/CardDAV server with git storage
7

SYNOPSIS

9       calypso [options]
10

OPTIONS

12       -h, --help
13              show this help message and exit
14
15       -v, --version
16              show version and exit
17
18       -d, --daemon
19              launch as daemon
20
21       -f, --foreground
22              launch in foreground (opposite of --daemon)
23
24       -H HOST, --host=HOST
25              set server hostname
26
27       -p PORT, --port=PORT
28              set server port
29
30       -s, --ssl
31              use SSL connection
32
33       -S, --no-ssl
34              do not use SSL connection (opposite of --ssl)
35
36       -k KEY, --key=KEY
37              private key file
38
39       -c CERTIFICATE, --certificate=CERTIFICATE
40              certificate file
41
42       -i IMPORT_DEST, --import=IMPORT_DEST
43
44       -g, --debug
45              enable debug logging
46
47       -P PIDFILE, --pid-file=PIDFILE
48              set location of file containing calypso process-id
49

AUTHOR

51       Written by Keith Packard <keithp@keithp.com>
52
54       Copyright © 2011,2019 Keith Packard
55       Copyright © 2008-2011 Guillaume Ayoub
56       Copyright © 2008 Nicolas Kandel
57       Copyright © 2008 Pascal Halter
58
59       This program is free software: you can redistribute it and/or modify it
60       under the terms of the GNU General Public License as published  by  the
61       Free  Software Foundation, either version 3 of the License, or (at your
62       option) any later version.
63
64       This program is distributed in the hope that it  will  be  useful,  but
65       WITHOUT  ANY  WARRANTY;  without  even  the  implied  warranty  of MER‐
66       CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  General
67       Public License for more details.
68
69       You should have received a copy of the GNU General Public License along
70       with Calypso.  If not, see <http://www.gnu.org/licenses/>.
71
72
73
74calypso 2.0                       March 2019                        CALYPSO(1)
Impressum