summary refs log tree commit diff stats
path: root/system/services/taskserver (follow)
Commit message (Collapse)AuthorAge
* chore(git-crypt): Remove `git-crypt` and associated encrypted filesSoispha2024-03-29
|
* refactor(system/services/taskserver): Move away from git-cryptSoispha2024-03-29
|
* docs(system/services/taskserver): Add docs about expectations to runtimeSoispha2023-11-18
|
* fix(system/services/taskserver): Support both ipv4 and ipv6Soispha2023-11-18
|
* fix(system/services/taskserver/certs): Move cert generation to scriptSoispha2023-11-07
| | | | | | This fully removes the human-factor and allows it to just run `./generate` to generate all required certificates and keys (with the needed extra keys and certificates)
* feat(system/services/taskserver): Add a way to connect users togetherSoispha2023-10-17
|
* fix(system/services/taskserver): Disable debugSoispha2023-10-17
|
* fix(system/services/taskserver): Activate debugSoispha2023-10-16
|
* fix(system/services/taskserver): Use correct key name (`key.pem`)Soispha2023-10-16
|
* fix(system/services/taskserver): Switch to strings instead of pathsSoispha2023-10-16
|
* feat(system/services/taskserver): Integrate Let's Encrypt certificatesSoispha2023-10-16
| | | | | | | | | | | | The current setup now runs the `taskserver.vhack.eu` domain with a Let's Encrypt certificate and additionally uses a self-signed CA certificate to validate clients. The shell scripts used to generate the CA certificate and the derived client certificate (and keys) are taken nearly unmodified from the upstream repository [1]. [1]: https://github.com/GothenburgBitFactory/taskserver/tree/9794cff61e56bdfb193c6aa4cebb57970ac68aef/pki
* fix(system/services/taskserver): declare certs/keys in pki.manualsils2023-10-16
|
* feat(system/services/taskserver): change ca to letsencryptsils2023-10-16
|
* fix(system/services/taskserver): Hide organisationsSoispha2023-10-16
|
* fix(system/services/taskserver): Use strict certificate validationSoispha2023-10-02
|
* fix(system/services/taskserver): Specify domain to listen onSoispha2023-10-01
|
* feat(system/services/taskserver): InitSoispha2023-10-01
This is the server part used in combination with Taskwarrior to regain control over the unwieldy amount of task, that accumulate over the day.