Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests/taskchampion-sync: Use correct test function name | Benedikt Peetz | 5 days |
| | | | | `wait_until_succeed` is not defined, but `wait_until_succeeds` is. | ||
* | tests/{atuin-sync,email-{dns,http},sharkey,taskchampion-sync}: Share acme setup | Benedikt Peetz | 5 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 proxy | Benedikt Peetz | 2025-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: Init | Benedikt Peetz | 2025-04-11 |