Update readme-en.md

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

View file

@ -34,11 +34,11 @@ 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 - **MastodonapiStatus** Default value is public
- public = page is a normal page - 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> - 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 - unlisted = page is not visible, but can be accessed with the correct link
- **MastodonapiMaxAge** 1 - **MastodonapiMaxAge** Default value is 0
- In Stunden. 0 = all Toots. - 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).