mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-18 18:49:50 +00:00
Prelim support for QNAP NAS
This commit is contained in:
parent
9b0c0af8b8
commit
b4f700c185
6 changed files with 173 additions and 0 deletions
8
src/widgets/qnap/widget.js
Normal file
8
src/widgets/qnap/widget.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
import qnapProxyHandler from "./proxy";
|
||||
|
||||
const widget = {
|
||||
api: "{url}",
|
||||
proxyHandler: qnapProxyHandler,
|
||||
};
|
||||
|
||||
export default widget;
|
Loading…
Add table
Add a link
Reference in a new issue