Skip to content

jeonghoonkang/agendav-docker

 
 

Repository files navigation

agendav-docker

Docker image for AgenDAV - CalDAV web client. AgenDAV requires a CalDAV server running alongside (Baïkal, DAViCal, etc.). The address of CalDAV server must be specified in AGENDAV_CALDAV_SERVER env, e.g. AGENDAV_CALDAV_SERVER=https://baikal.server.com/cal.php

Note regarding use of Baïkal back-end: WebDAV authentication type must be set to Basic during Baïkal initialization.

Since this image only carries a front-end for CalDAV, there's no provision for persistency. Running agendav statelessly has no drawbacks since agendav itself is not customizable.

Standard debian base image is used. The build is not optimized for size or compilation time.

Supported tags

ENVs (self-explanatory)

  • AGENDAV_SERVER_NAME
  • AGENDAV_TITLE
  • AGENDAV_FOOTER
  • AGENDAV_ENC_KEY
  • AGENDAV_CALDAV_SERVER
  • AGENDAV_TIMEZONE
  • AGENDAV_LANG
  • AGENDAV_LOG_DIR

About

Docker image for agendav

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 47.5%
  • Shell 29.8%
  • PHP 22.7%