mirror of
https://github.com/gethomepage/homepage.git
synced 2026-01-05 15:02:08 +08:00
Add Docker, Emby, Gotify, Jackett, and JellySeerr widgets
This commit is contained in:
20
src/widgets/gotify/widget.js
Normal file
20
src/widgets/gotify/widget.js
Normal file
@@ -0,0 +1,20 @@
|
||||
import credentialedProxyHandler from "utils/proxies/credentialed";
|
||||
|
||||
const widget = {
|
||||
api: "{url}/{endpoint}",
|
||||
proxyHandler: credentialedProxyHandler,
|
||||
|
||||
mappings: {
|
||||
"application": {
|
||||
endpoint: "application"
|
||||
},
|
||||
"client": {
|
||||
endpoint: "client"
|
||||
},
|
||||
"message": {
|
||||
endpoint: "message"
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export default widget;
|
||||
Reference in New Issue
Block a user