mirror of
https://github.com/linuxserver/docker-feed2toot.git
synced 2026-03-02 00:02:50 +08:00
20 lines
440 B
INI
20 lines
440 B
INI
[mastodon]
|
|
instance_url=https://mastodon.social
|
|
user_credentials=/config/feed2toot_usercred.txt
|
|
client_credentials=/config/feed2toot_clientcred.txt
|
|
; Default visibility is public, but you can override it:
|
|
; toot_visibility=unlisted
|
|
|
|
[cache]
|
|
cachefile=/config/cache.db
|
|
|
|
[rss]
|
|
uri=https://www.journalduhacker.net/rss
|
|
toot={title} {link}
|
|
|
|
[lock]
|
|
lock_file=/config/feed2toot.lock
|
|
|
|
[hashtaglist]
|
|
several_words_hashtags_list=/config/hashtags.txt
|