|
1 | 1 | # Options |
2 | 2 |
|
3 | | - |
4 | 3 | ## General settings |
5 | 4 |
|
6 | 5 | | Option | Default | Description | |
|
14 | 13 | | Option | Default | Description | |
15 | 14 | | ------------------------- | -------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | |
16 | 15 | | `send.enabled` | `true` | Enable sending webmentions | |
| 16 | +| `send.hook.enabled` | `false` | Allow sending webmentions from Kirby hook triggered by other plugins | |
17 | 17 | | `send.maxRetries` | `3` | How often should indieconnector try to send a mention if it failes | |
18 | 18 | | `send.markDeleted` | `false` | When you delete a page, mark it as gone, so webmention targets can get informed about that - **Needs a database!** | |
19 | 19 | | `send.skipSameHost` | `true` | Skip sending webmentions to yourself | |
|
28 | 28 | | `blockedTemplates` | `[]` | **DEPRECATED** see `send.blockedTemplates` | |
29 | 29 | | `send-mention-url-fields` | `['textfield:text','layouteditor:layout','blockeditor:block']` | **DEPRECATED** see `send.url-fields` | |
30 | 30 |
|
31 | | - |
32 | 31 | ## Settings for receiving webmentions ([details](receiving.md)) |
33 | 32 |
|
34 | 33 | | Option | Default | Description | |
|
37 | 36 | | `receive.useHtmlContent` | `false` | Set to true if you want to show html content from the sender (not recommended) | |
38 | 37 | | `receive.blockedSources` | `[]` | An array of source URLs to block, remove the path to block the entire host | |
39 | 38 |
|
40 | | - |
41 | 39 | ## Settings for the queue ([details](receiving.md)) |
| 40 | + |
42 | 41 | | Option | Default | Description | |
43 | 42 | | --------------- | ------- | -------------------------------------------------------------- | |
44 | 43 | | `queue.enabled` | `false` | Queue all incoming webmentions before processing them | |
45 | 44 | | `queue.retries` | `5` | Retry `n` times to process the webmention if there is an error | |
46 | 45 |
|
47 | | - |
48 | 46 | ## Settings for statistics in the panel |
49 | 47 |
|
50 | 48 | | Option | Default | Description | |
|
59 | 57 | | `sqlitePath` | `'content/.sqlite/'` | Relative path to where the sqlite file should be stored (directory must exist) | |
60 | 58 | | `disableMigrations` | `false` | Disable automatic migrations (may lead to errors) | |
61 | 59 |
|
62 | | - |
63 | 60 | ## Posting to external services |
64 | 61 |
|
65 | | -| Option | Default | Description | |
66 | | -| ----------------------- | ------------------ | -------------------------------------------------------------------- | |
67 | | -| `post.prefereLanguage` | `-` | Use another language than your default language to use the text from | |
68 | | -| `post.usePermalinkUrl` | `false` | Use the permalink url instead of the page url | |
69 | | -| `post.textfields` | `['description']` | Text source fields for posting elsewhere | |
70 | | -| `post.imagefield` | `''` | Image source field for posting elsewhere, must be one image | |
71 | | -| `post.allowedTemplates` | `[]` | Set templates allowed to send webmentions | |
72 | | -| `post.blockedTemplates` | `[]` | Block templates from sending webmentions | |
73 | | - |
| 62 | +| Option | Default | Description | |
| 63 | +| ----------------------- | ----------------- | -------------------------------------------------------------------- | |
| 64 | +| `post.prefereLanguage` | `-` | Use another language than your default language to use the text from | |
| 65 | +| `post.usePermalinkUrl` | `false` | Use the permalink url instead of the page url | |
| 66 | +| `post.textfields` | `['description']` | Text source fields for posting elsewhere | |
| 67 | +| `post.imagefield` | `''` | Image source field for posting elsewhere, must be one image | |
| 68 | +| `post.allowedTemplates` | `[]` | Set templates allowed to send webmentions | |
| 69 | +| `post.blockedTemplates` | `[]` | Block templates from sending webmentions | |
74 | 70 |
|
75 | 71 | ### Mastodon ([details](mastodon.md)) |
76 | 72 |
|
|
94 | 90 | | `bluesky.handle` | `‘‘` | Your user handle | |
95 | 91 | | `bluesky.password` | `‘‘` | Your bluesky app password | |
96 | 92 |
|
97 | | - |
98 | 93 | ## ActivityPub beta ([details](activitiypub.md)) |
99 | 94 |
|
100 | 95 | | Option | Default | Description | |
|
0 commit comments