Update readme-en.md

This commit is contained in:
simonpipe 2026-01-01 15:35:02 +01:00
parent cb0b8f1d1e
commit b751a8f997

View file

@ -34,6 +34,12 @@ All settings are in `system/extensions/yellow-system.ini`:
- **MastodonapiFolder** path to your blog folder (e.g. `content/1-blog/`) - **MastodonapiFolder** path to your blog folder (e.g. `content/1-blog/`)
- **MastodonapiTriggerPath** webhook path, e.g. `/mastodonapi-webhook-CHANGE_THIS_SECRET_KEY` - **MastodonapiTriggerPath** webhook path, e.g. `/mastodonapi-webhook-CHANGE_THIS_SECRET_KEY`
*(Be sure to change it! Anyone with this link can trigger the plugin.)* *(Be sure to change it! Anyone with this link can trigger the plugin.)*
- **MastodonapiStatus** public
- public = page is a normal page
- draft = page is not visible, user needs to log in, requires <a target="blank_" href="https://github.com/annaesvensson/yellow-draft">draft extension</a>
- unlisted = page is not visible, but can be accessed with the correct link
- **MastodonapiMaxAge** 1
- In Stunden. 0 = all Toots.
💡 You can also call the webhook via a cron job to run the plugin automatically (e.g., every hour). 💡 You can also call the webhook via a cron job to run the plugin automatically (e.g., every hour).