Skip to content

Commit 885b004

Browse files
authored
Update readme with new features (#118)
1 parent 0de00b6 commit 885b004

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ Task Wizard's primary goal is to allow users to own and protect their data and t
3232

3333
🗝️ Fine-grained access tokens for endless integration possibilities
3434

35+
🌐 Authenticated CalDAV endpoint at `/dav/tasks` with app token as the password
36+
3537
## 🚀 Installation
3638

3739
### 🚢 Using Docker Compose (recommended)
@@ -72,6 +74,8 @@ Make sure to replace `/path/to/host` with your preferred root directory for conf
7274

7375
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.
7476

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+
7579
The configuration files are yaml mappings with the following values:
7680

7781
| Configuration Entry | Default Value | Description |

0 commit comments

Comments
 (0)