Skip to content

fluktuid/docker-taskwarrior-taskserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taskwarrior taskserver

Docker container containing the taskserver for taskwarrior. This container sets up a complete single-user environment without any intervention.

Usage

$ docker run \
    --rm -it \
    -v $(pwd)/data:/data \
    -p 53589:53589 \
    j6s/taskwarrior-taskserver

On first run this will

  • Create self signed certificates for the server
  • Create an organization called 'Default'
  • Create a user called 'Default' in that organization
  • Create client certificates for that user
  • Print information on how to configure clients to use this server

On subsequent runs only the last part will be done.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • Shell 91.8%
  • Makefile 8.2%