Unable to configure widgets #2991
DescriptionI tried to add widget for glances and adguard. but shows missing error. homepage versionv0.8.8 (87d1ea4, Feb 13, 2024) Installation methodDocker Configuration---
# For configuration options and examples, please see:
# https://gethomepage.dev/latest/configs/service-widgets
- resources:
cpu: true
memory: true
temperature: true
disk: /
- search:
provider: duckduckgo
target: _blank
widget:
type: adguard
url: http://192.168.0.11:3000
username: myuser
password: mypasswordContainer LogsNo response Browser LogsNo response Troubleshootingi tried to add "- widget" and as well as just "widget". Also tried to adjust spacing but nothing worked. widgets.yaml is the file i tried to append at the last. restarting docker also didn't help. |
Replies: 3 comments 5 replies
|
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 there might be an issue with the structure of your Here's how you might structure your ---
# For configuration options and examples, please see:
# https://gethomepage.dev/latest/configs/service-widgets
- resources:
cpu: true
memory: true
temperature: true
disk: /
- search:
provider: duckduckgo
target: _blank
- adguard:
widget:
- type: adguard
url: http://192.168.0.11:3000
username: myuser
password: mypasswordMake sure that the indentation is consistent, as YAML is sensitive to whitespace. Each level of indentation typically consists of two spaces. If you continue to experience issues, please ensure that:
If the problem persists, you may want to use the troubleshooting steps provided in the documentation, such as checking the container logs for errors or using Remember to replace sensitive information such as passwords before sharing your configuration publicly. Please try updating your configuration with the suggested changes and let me know if the issue persists. If you need further assistance, please provide any error messages you are seeing in the container or browser logs. This comment was generated by Glime. |
|
Thanks. it worked. |
|
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. |
I just copied and pasted the bot, thats also wrong bot.
in services.yaml