Package: calypso
Version: 1.4
Severity: normal
Tags: ipv6

Dear Maintainer,

I tried to find an option to let calypso listen on IPv6, but I found none.
I'm starting calypso over a minimal systemd unit file:

        ------------- 8< ------------- /etc/systemd/system/calypso.service
        [Unit]
        Description=Calypso Git/CalDAV server
        After=network.target

        [Service]
        ExecStart=/usr/bin/calypso -f -s -k 
/var/lib/dehydrated/certs/rohieb.name/privkey.pem -c 
/var/lib/dehydrated/certs/rohieb.name/fullchain.pem -p 5233 -H rohieb.name

        [Install]
        WantedBy=multi-user.target
        ------------- >8 -------------

The config is as follows:

        ------------- 8< ------------- /root/.config/calypso/config
        [acl]
        type=htpasswd
        encryption=sha1
        filename=/root/.config/calypso/htpasswd
        ------------- >8 -------------

However, netstat only shows an IPv4 socket on port 5233:

        # netstat -nlp |grep 5233
        tcp        0      0 37.221.197.195:5233     0.0.0.0:*               
LISTEN      30480/python 

It would be great if calypso also worked over IPv6.

-- System Information:
Debian Release: 8.8
  APT prefers oldstable
  APT policy: (990, 'oldstable'), (500, 'oldstable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages calypso depends on:
ii  git             1:2.11.0-3
ii  python          2.7.9-1
ii  python-daemon   1.5.5-1
ii  python-vobject  0.8.1c-4

calypso recommends no packages.

calypso suggests no packages.

-- no debconf information

Reply via email to