vault backup: 2025-12-10 11:37:35

This commit is contained in:
2023-05-15 17:16:05 +02:00
committed by Thomas Peetz
parent 91bf72fc87
commit 73f2162ddf
6049 changed files with 513094 additions and 227748 deletions
+51
View File
@@ -0,0 +1,51 @@
---
{}
---
https://taskwarrior.org/docs/#taskserver
https://gothenburgbitfactory.github.io/taskserver-setup/
## Installation
## Konfiguration
```shell
taskd init
```
### Startskript
```taskd.service
[Unit]
Description=Secure server providing multi-user, multi-client access to task data
After=network.target
Documentation=http://taskwarrior.org/docs/
[Service]
ExecStart=/usr/local/bin/taskd server --data /home/taskd/data
Restart=on-abort
Type=simple
User=taskd
Group=taskd
[Install]
WantedBy=multi-user.target
```
## Zertifikate
Konfigurationsdatei `vars`
```
BITS=4096
EXPIRATION_DAYS=365
ORGANIZATION="Thomas Peetz"
CN=thpeetz.de
COUNTRY=DE
STATE="Berlin"
LOCALITY="Berlin"
```
Erstellung der Server- und Client-Zertifikate
```shell
./generate
./generate.client thomas_peetz
```