Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Git Stats | 6,043 | 8 | 5 | 7 months ago | 53 | August 03, 2022 | 15 | mit | HTML | |
🍀 Local git statistics including GitHub-like contributions calendars. | ||||||||||
Git Cal | 1,071 | 6 years ago | 1 | February 27, 2018 | 17 | mit | Perl | |||
github like contributions calendar on terminal | ||||||||||
Xandikos | 284 | 4 days ago | 56 | gpl-3.0 | Python | |||||
A CalDAV/CardDAV server | ||||||||||
Opentimestamps Client | 240 | 2 | 2 | 9 months ago | 5 | August 21, 2019 | 43 | other | Python | |
OpenTimestamps client | ||||||||||
Flutterfrom0to1 | 130 | 3 years ago | 1 | Dart | ||||||
Caldav | 55 | 2 months ago | 5 | isc | OCaml | |||||
Calendar server (CalDAV, RFC 4791) implementation in OCaml | ||||||||||
Taggit | 33 | 9 years ago | mit | CSS | ||||||
Draw and export a Git repository for a custom contribution calendar | ||||||||||
Redmine_google_calendar | 26 | 15 years ago | 1 | Ruby | ||||||
A way to add a Google Calendar iframe as a tab in a Redmine project | ||||||||||
Git Contrib Calendar | 25 | 13 days ago | 4 | October 30, 2021 | mit | JavaScript | ||||
Experimental git contributions calendar for the terminal (built with NodeJS, React and Ink). | ||||||||||
Wtplan | 12 | 7 months ago | mit | JavaScript | ||||||
Calendar program with a terminal interface, a web interface and git integration |
Xandikos is a lightweight yet complete CardDAV/CalDAV server that backs onto a Git repository.
Xandikos ( or ) takes its name from the name of the March month in the ancient Macedonian calendar, used in Macedon in the first millennium BC.
Extended documentation can be found on the home page.
The following standards are implemented:
The following standards are not implemented:
See DAV compliance for more detail on specification compliancy.
Xandikos has been tested and works with the following CalDAV/CardDAV clients:
At the moment, Xandikos supports Python 3 (see setup.cfg for specific version) as well as Pypy 3. It also uses Dulwich, Jinja2, icalendar, and defusedxml.
E.g. to install those dependencies on Debian:
sudo apt install python3-dulwich python3-defusedxml python3-icalendar python3-jinja2
Or to install them using pip:
python setup.py develop
A Dockerfile is also provided; see the comments on the top of the file for
configuration instructions. The docker image is regularly built and
published at ghcr.io/jelmer/xandikos
. See
examples/docker-compose.yml
and the
man page for more info.
Xandikos can either directly listen on a plain HTTP socket, or it can sit behind a reverse HTTP proxy.
To run a standalone (no authentication) instance of Xandikos, with a pre-created calendar and addressbook (storing data in $HOME/dav):
./bin/xandikos --defaults -d $HOME/dav
A server should now be listening on localhost:8080.
Note that Xandikos does not create any collections unless --defaults is specified. You can also either create collections from your CalDAV/CardDAV client, or by creating git repositories under the contacts or calendars directories it has created.
The easiest way to run Xandikos in production is by running a reverse HTTP proxy like Apache or nginx in front of it. The xandikos script can either listen on the local host on a particular port, or it can listen on a unix domain socket.
For example init system configurations, see examples/.
Some clients can automatically discover the calendars and addressbook URLs from a DAV server (if they support RFC:5397). For such clients you can simply provide the base URL to Xandikos during setup.
Clients that lack such automated discovery (e.g. Thunderbird Lightning) require
the direct URL to a calendar or addressbook. In this case you
should provide the full URL to the calendar or addressbook; if you initialized
Xandikos using the --defaults
argument mentioned in the previous section,
these URLs will look something like this:
http://dav.example.com/user/calendars/calendar http://dav.example.com/user/contacts/addressbook
Contributions to Xandikos are very welcome. If you run into bugs or have feature requests, please file issues on GitHub. If you're interested in contributing code or documentation, please read CONTRIBUTING. Issues that are good for new contributors are tagged new-contributor on GitHub.
There is a #xandikos IRC channel on the OFTC IRC network, and a Xandikos mailing list.