You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,8 @@ Task Wizard's primary goal is to allow users to own and protect their data and t
32
32
33
33
🗝️ Fine-grained access tokens for endless integration possibilities
34
34
35
+
🌐 Authenticated CalDAV endpoint at `/dav/tasks` with app token as the password
36
+
35
37
## 🚀 Installation
36
38
37
39
### 🚢 Using Docker Compose (recommended)
@@ -72,6 +74,8 @@ Make sure to replace `/path/to/host` with your preferred root directory for conf
72
74
73
75
In the [config](./config/) directory are a couple of starter configuration files for prod and a dev environments. The server expects a config.yaml in the config directory and will load settings from it when started.
74
76
77
+
**Note:** You can set `email.password` and `jwt.secret` using environment variables `TW_EMAIL_PASSWORD` and `TW_JWT_SECRET` for improved security and flexibility.
78
+
75
79
The configuration files are yaml mappings with the following values:
76
80
77
81
| Configuration Entry | Default Value | Description |
0 commit comments