aboutsummaryrefslogtreecommitdiffstats
path: root/tests/by-name/ta/taskchampion-sync (unfollow)
Commit message (Collapse)Author
2 daystreewide: Replace usages of `pkgsUnstable` with `pkgs`Benedikt Peetz
With the new nixos release, the stuff that was only in `pkgsUnstable` is now also in `pkgs`.
2025-06-07tests/taskchampion-sync: Use correct test function nameBenedikt Peetz
`wait_until_succeed` is not defined, but `wait_until_succeeds` is.
2025-06-07tests/{atuin-sync,email-{dns,http},sharkey,taskchampion-sync}: Share acme setupBenedikt Peetz
In the wake of `network-online.target`'s removal from `multi-user.target`, I noticed, that this acme ca setup code is effectively duplicated. This commit now deduplicates it.
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-11{modules,test}/taskchampion-sync: InitBenedikt Peetz