aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/ta/taskchampion-sync (unfollow)
Commit message (Collapse)Author
2025-04-28pkgs/taskchampion-sync: Put the sync server behind a ngnix proxyBenedikt Peetz
I realized, that the new taskchampion-sync-server uses a http api (instead of the custom protocol of taskserver). As such, we obviously want to put it behind a ngnix reverse proxy.
2025-04-23modules/taskchampion: Make its data directory owned by taskchampion userBenedikt Peetz
2025-04-11modules/taskchampion-sync: Persist data directoryBenedikt Peetz
2025-04-11modules/taskchampion-sync: Add {u,g}ids to {group,user}Benedikt Peetz
2025-04-11{modules,test}/taskchampion-sync: InitBenedikt Peetz