Skip to content
This repository was archived by the owner on Dec 15, 2025. It is now read-only.

tobixen/docker-bedework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This fork of the Bedework image was made for running in OpenShift and serving as a test server for the Python CalDAV Client library. The commits done here appears to be for simplifying things and getting it to run in some old versions of OpenShift (one of the requirements being that things should run without using the root account). It's many years ago, and the Python CalDAV Client library now uses the ioggstream/bedework docker image for test purposes.

Bedework Caldav Server Image

Bedework is a web and caldav server served via jboss.

This image runs a bedework quickstart with a full featured caldav server.

Running bedework

Run the quickstart with:

#docker run -p 8080:8080 bedework

Access the web applications at:

Make a simple caldav request with one of the already-provisioned users:

#curl -v http://vbede:bedework@localhost:8080/ucaldav/user/vbede/

Configure bedework

To configure bedework with:

  • a separate datastore (eg. mysql)
  • a custom directory server
  • whatever

See https://wiki.jasig.org/display/BWK310/Running+Bedework

About

Dockerfile for bedework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 100.0%