mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-09 14:58:47 +00:00
Add Mastodon widget
This commit is contained in:
parent
539e0f005a
commit
586ded6b3f
5 changed files with 46 additions and 0 deletions
|
@ -24,6 +24,7 @@ const formats = {
|
|||
prowlarr: `{url}/api/v1/{endpoint}`,
|
||||
jackett: `{url}/api/v2.0/{endpoint}?apikey={key}&configured=true`,
|
||||
adguard: `{url}/control/{endpoint}`,
|
||||
mastodon: `{url}/api/v1/{endpoint}`,
|
||||
};
|
||||
|
||||
export function formatApiCall(api, args) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue