Replies: 3 comments
-
Thanks for posting a discussion about homepage here on GitHub. Homepage now uses a fancy new AI tool thanks to our friends at Glime, so the answer below is the AI bot's attempt to answer your question. If you feel it's sufficient you can mark the answer and close this post, otherwise feel free to leave it open of course! Thanks for using Homepage! ❤️ Based on the information provided, it seems like you are encountering an issue with the TrueNAS widget after updating to the latest version of homepage. The error message is not very descriptive ("error: undefined"), but since you mentioned that this is for TrueNAS Core, there are a couple of things we can check:
Here's the updated configuration snippet with - TrueNas:
icon: https://www.svgrepo.com/show/331613/truenas.svg
href: http://10.0.0.202
description: NAS storage. Hosts videos for plex server and various software
ping: 10.0.0.202
widget:
type: truenas
url: http://10.0.0.202
key: 1-fEr9x5lpe6UDSxqu7DMrMHJtNiWHR6oi50h1iA57QOEk3kGh2E0gYZJH9NxB5Llv
enablePools: true
nasType: core If after making these checks and updates the issue persists, consider reaching out to the homepage community on GitHub discussions or Discord for further assistance. This comment was generated by Glime. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed due to inactivity. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Description
I just updated to the newest release of homepage and it seems like it broke the TrueNAS widget.
Anything I should check? This is running as a docker container, but no errors relevant to this I can see in the docker logs. Any help is appreciated. This is for TrueNAS core btw. Thanks.
homepage version
v0.8.13 (986a181, May 5, 2024)
Installation method
Docker
Configuration
Container Logs
Listening on port 3000
[2024-05-20T20:16:25.654Z] error: undefined
[2024-05-20T20:16:26.123Z] error: undefined
[2024-05-20T20:16:36.283Z] error: undefined
[2024-05-20T20:16:56.367Z] error: undefined
[2024-05-20T20:17:26.472Z] error: undefined
[2024-05-20T20:17:32.237Z] error: undefined
Browser Logs
Troubleshooting
I am able to issue a basic http curl request, so I can tell the connection is fine.
curl -X GET "http://10.0.0.202/api/v2.0/system/info/" -H "Authorization: Bearer [API KEY HERE]"
{
"version": "TrueNAS-13.0-U6.1",
"buildtime": {
"$date": 1701702478000
},
"hostname": "truenas.local",
"physmem": 17037254656,
"model": "Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz",
"cores": 4,
"loadavg": [
0.26904296875,
0.22802734375,
0.20751953125
],
"uptime": "4 days, 20:11:25.334661",
"uptime_seconds": 418285.334661445,
"system_serial": "System Serial Number",
"system_product": "System Product Name",
"system_product_version": "System Version",
"license": null,
"boottime": {
"$date": 1715819763000
},
"datetime": {
"$date": 1716238048841
},
"birthday": {
"$date": 1715230961361
},
"timezone": "America/Los_Angeles",
"system_manufacturer": "System manufacturer",
"ecc_memory": false
}
Beta Was this translation helpful? Give feedback.
All reactions