From 50b8a42e1e108ad7943a232d6fc584212126f2ff Mon Sep 17 00:00:00 2001 From: simonpipe Date: Thu, 1 Jan 2026 15:37:50 +0100 Subject: [PATCH] Update readme.md --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 5771a02..cbbde80 100644 --- a/readme.md +++ b/readme.md @@ -34,11 +34,11 @@ Alle Einstellungen findest du in `system/extensions/yellow-system.ini`: - **MastodonapiFolder** – Pfad zum Blog-Ordner (z. B. `content/1-blog/`) - **MastodonapiTriggerPath** – Webhook-Pfad, z. B. `/mastodonapi-webhook-CHANGE_THIS_SECRET_KEY` - Unbedingt anpassen! Wer diesen Link kennt, kann das Plug-in starten. -- **MastodonapiStatus** – public - - public = page is a normal page - - draft = page is not visible, user needs to log in, requires draft extension - - unlisted = page is not visible, but can be accessed with the correct link -- **MastodonapiMaxAge** – 1 +- **MastodonapiStatus** – Standartwert ist public + - public = Seite ist eine normale sichtbar + - draft = Die Seite ist nicht sichtbar, der Benutzer muss sich anmelden, erfordert die Erweiterung «Draft + - unlisted = Die Seite ist nicht sichtbar, aber mit dem richtigen Link erreichbar +- **MastodonapiMaxAge** – Standartwert ist 0 - In Stunden. 0 = alle Toots. 💡 Du kannst den Webhook auch per Cronjob regelmäßig aufrufen (z. B. stündlich).