Files
taskwarrior-2.x/docs/src/running-sync-server.md
Dustin J. Mitchell 8b4f345387 Update documentation for reports, new CLI
This is basically a redraft of the documentation to be more complete and
better cover some of the features added since it was written.
2021-01-01 21:18:49 +00:00

449 B

Running the Sync Server

NOTE: TaskChampion is still in development and not yet feature-complete. The server is functional, but lacks any administrative features.

Run taskchampion-sync-server to start the sync server. Use --port to specify the port it should listen on, and --data-dir to specify the directory which it should store its data. It only serves HTTP; the expectation is that a frontend proxy will be used for HTTPS support.