mastodonapi.php aktualisiert

This commit is contained in:
simonpipe 2025-08-09 15:13:30 +02:00
parent 1c5ff5890a
commit 5e2590144b

View file

@ -16,7 +16,7 @@ class YellowMastodonAPI {
$this->yellow->system->setDefault("mastodonapiAuthor", "YellowUser"); $this->yellow->system->setDefault("mastodonapiAuthor", "YellowUser");
$this->yellow->system->setDefault("mastodonapiTag", "Fediverse"); $this->yellow->system->setDefault("mastodonapiTag", "Fediverse");
$this->yellow->system->setDefault("mastodonapiFolder", "content/1-blog/"); $this->yellow->system->setDefault("mastodonapiFolder", "content/1-blog/");
$this->yellow->system->setDefault("mastodonapiTriggerPath", "/mastodonrss-webhook-CHANGE_THIS_SECRET_KEY"); $this->yellow->system->setDefault("mastodonapiTriggerPath", "/mastodonapi-webhook-CHANGE_THIS_SECRET_KEY");
} }
// Handle web requests (NUR für den Webhook-Trigger) // Handle web requests (NUR für den Webhook-Trigger)