Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/commit/581828d49a6895b80f982a74ab1eb9b90148b1e8 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Enhancement: reduce properties retrieved from mikrotik endpoint ()

pull/4016/head
shamoon 6 months ago committed by GitHub
parent 587027df37
commit 581828d49a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,7 +10,7 @@ const widget = {
validate: ["cpu-load", "free-memory", "total-memory", "uptime"],
},
leases: {
endpoint: "ip/dhcp-server/lease",
endpoint: "ip/dhcp-server/lease?.proplist=address",
},
},
};

Loading…
Cancel
Save