Replies: 4 comments 3 replies
|
It’s confusing but I think you’re mixing dynamic list vs list, dynamic-list doesn’t support an additional field |
3 replies
vi /usr/local/www/dhcp_leases.php YAML Changes End Result I can finally get some sleep now! Geez. |
0 replies
|
This discussion has been automatically closed due to inactivity. See our contributing guidelines for more details. |
0 replies
|
This discussion has been automatically locked since there has not been any recent activity after it was closed. Please open a new discussion for related concerns. See our contributing guidelines for more details. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Description
Hey Team,
I'm using the customapi widget in dynamic-list mode with an API (through OPNSense) returning DHCP lease data (hostname, IP, MAC). My goal is to show the hostname (left) and IP (right), and ideally also show the MAC address as an additional field or inline.
Resulting in:
homepage version
v1.2.0 (source, Apr 29, 2025) Installed in an LXC under Proxmox
Installation method
Other (please describe above)
Configuration
No response
Container Logs
Executing a curl within the LXC container:
Browser Logs
No response
Troubleshooting
Google, Official Docs on customapi – After exhausting all options, just for the heck of it, I swapped the IP address field with the MAC address—and it worked! The MAC address displayed correctly. However, as expected, the IP address was no longer shown.
This indicates that the data is being passed through correctly, but the MAC address simply isn’t being displayed when used as an
additionalFieldor combined with others.All reactions