about summary refs log tree commit diff stats
path: root/tests/by-name/ta/taskchampion-sync/test.nix (follow)
Commit message (Collapse)AuthorAge
* tests/taskchampion-sync: Use correct test function nameBenedikt Peetz5 days
| | | | `wait_until_succeed` is not defined, but `wait_until_succeeds` is.
* tests/{atuin-sync,email-{dns,http},sharkey,taskchampion-sync}: Share acme setupBenedikt Peetz5 days
| | | | | | 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.
* pkgs/taskchampion-sync: Put the sync server behind a ngnix proxyBenedikt Peetz2025-04-28
| | | | | | 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.
* {modules,test}/taskchampion-sync: InitBenedikt Peetz2025-04-11