Skip to content

Commit

Permalink
🔧 add metadata for BlueSky configuration #23
Browse files Browse the repository at this point in the history
  • Loading branch information
McPringle committed Nov 30, 2024
1 parent b59b8c2 commit 97d4802
Showing 1 changed file with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@
"type" : "java.lang.String",
"description" : "The password to get admin access (empty = disabled)."
},
{
"name" : "apus.bluesky.hashtags",
"type" : "java.lang.String",
"description" : "A list of comma separated hashtags for BlueSky posts."
},
{
"name" : "apus.bluesky.instance",
"type" : "java.lang.String",
"description" : "The BlueSky instance used to read the posts from."
},
{
"name" : "apus.bluesky.postAPI",
"type" : "java.lang.String",
"description" : "The URL of the BlueSky API to read the posts."
},
{
"name" : "apus.custom.styles",
"type" : "java.lang.String",
Expand Down Expand Up @@ -83,7 +98,7 @@
{
"name" : "apus.mastodon.hashtags",
"type" : "java.lang.String",
"description" : "A list of comma separated hashtags for the Mastodon wall."
"description" : "A list of comma separated hashtags for Mastodon posts."
},
{
"name" : "apus.mastodon.imageLimit",
Expand Down

0 comments on commit 97d4802

Please sign in to comment.