Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

nrdufour/taskwarrior-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

taskwarrior-web in docker container

todo readme

##with sync server

docker run -d
--name=taskwarrior-web
-p 5678:5678
-v ~/task-web:/root/.task
-e TASKD_SERVER='trident.hav0k.ru:53589'
-e TASKD_CREDENTIALS='AlphaV/Alexey Vildyaev/3e382537-d7d9-4677-8311-3cfd1047623f'
f2a1c74860ae

##without sync server

docker run -d
--name=taskwarrior-web
-p 5678:5678
-v ~/task-web:/root/.task
469dc4db0eef

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published