From a34d9a616db616c9498e18e9bd1cd61bac536c74 Mon Sep 17 00:00:00 2001 From: mst Date: Tue, 11 Mar 2025 16:04:48 +0300 Subject: [PATCH] add crosspost to example config --- config.example.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config.example.json b/config.example.json index 7f6ffaf..164924d 100644 --- a/config.example.json +++ b/config.example.json @@ -57,6 +57,19 @@ "pass": "", "topic": "" }, + "crosspost": { + "fediverse": { + "enabled": false, + "instance": "", + "client": { + "id": "", + "secret": "" + }, + "token": "", + "visibility": "public", + "cw": "" + } + }, "themeStoreUrl": "http://127.0.0.1:8000", "username": "", "trimContentAfter": "150",