Skip to content

sheedy/baikal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baikal

Lightweight CalDAV+CardDAV server. http://baikal-server.com/

Original Docker Image Source: https://github.com/ckulka/baikal-docker

This fork basically makes it non-root.

If already installed and Specific directory is present, add the following to the Dockerfile or mount the file into the container.

RUN touch /var/www/baikal/baikal/Specific/ENABLE_INSTALL

Manual backup/restore

# Backup
docker cp baikal:/var/www/Specific/db/db.sqlite db.sqlite

# Restore
docker cp db.sqlite baikal:/var/www/Specific/db/db.sqlite

ToDo

About

Lightweight CalDAV+CardDAV server. http://baikal-server.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 81.9%
  • Shell 18.1%