Skip to content

Commit ae5f5fb

Browse files
authored
Update digest and node info (#193)
* Remove digest from calendar auth options * Update dependencies * Add warning about node 18 requirement
1 parent 98df02a commit ae5f5fb

File tree

5 files changed

+911
-862
lines changed

5 files changed

+911
-862
lines changed

getting-started/requirements.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,7 @@ Raspberry Pi OS versions based on Debian "Stretch" are also no longer supported.
3030

3131
## Node
3232

33-
Although older version of Node might work, we suggest you use Node 18.
33+
::: warning NOTE Node 18 is required!
34+
All older versions (Node 16 and below) have reached end of life and will not
35+
work.
36+
:::

modules/calendar.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ config: {
120120

121121
#### Calendar authentication options:
122122

123-
| Option | Description |
124-
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
125-
| `user` | The username for HTTP authentication. |
126-
| `pass` | The password for HTTP authentication. (If you use Bearer authentication, this should be your BearerToken.) |
127-
| `method` | Which authentication method should be used. HTTP Basic, Digest and Bearer authentication methods are supported. Basic authentication is used by default if this option is omitted.**Possible values:** `digest`, `basic`, `bearer` **Default value:** `basic` |
123+
| Option | Description |
124+
| -------- |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
125+
| `user` | The username for HTTP authentication. |
126+
| `pass` | The password for HTTP authentication. (If you use Bearer authentication, this should be your BearerToken.) |
127+
| `method` | Which authentication method should be used. HTTP Basic and Bearer authentication methods are supported. Basic authentication is used by default if this option is omitted.<br/>**Possible values:** `basic`, `bearer` **Default value:** `basic` |
128128

129129
## Syncing your Microsoft, Google and Apple calendars
130130

0 commit comments

Comments
 (0)