v0.10.0 Broke my services.yaml - None are visible in the homepage. #4453
-
Descriptionv0.10.0 Broke my services.yaml - None are visible in the homepage. Reverting back to one version prior brings back my services. but upgrading to v0.10.0 hides them again. homepage versionv0.10.0 Installation methodDocker ConfigurationSetttings.yaml
--
# For configuration options and examples, please see:
# https://gethomepage.dev/configs/settings
providers:
openweathermap: openweathermapapikey
weatherapi: weatherapiapikey
layout:
System:
style: row
columns: 7 # Full-width section for the top Glances widget
Glances Grid:
style: row
columns: 3 # 3x2 grid for the other Glances widgets
---
# For configuration options and examples, please see:
# https://gethomepage.dev/configs/services
- System:
- Glances:
icon: glances.png
siteMonitor: http://myIP:61208
href: https://glances.mySite.buzz
- Usage:
widget:
type: glances
url: http://myIP:61208
version: 4
metric: info
diskUnits: bytes # optional, bytes (default) or bbytes. Only applies to disk
refreshInterval: 1000 # optional - in milliseconds, defaults to 1000 or more, depending on the metric
pointsLimit: 15 # optional, defaults to 15
- CPU:
widget:
type: glances
url: http://myIP:61208
metric: cpu
version: 4
#chart: false
- Memory:
widget:
type: glances
url: http://myIP:61208
version: 4
metric: memory
#chart: false
- Temperature:
widget:
type: glances
url: http://myIP:61208
version: 4
metric: sensor:pch_cannonlake 0
#chart: falser
- Network:
widget:
type: glances
url: http://myIP:61208
version: 4
metric: network:wlx80afca2200de
#chart: false
- Disk:
widget:
type: glances
url: http://myIP:61208
version: 4
metric: disk:sda
#chart: false
- Scrutiny:
href: https://scrunity.mySite.buzz
widget:
type: scrutiny
url: http://myIP:8005
- Monitor:
- Adguard:
href: https://adguard.mySite.buzz
icon: /icons/AdGuard.png
widget:
type: adguard
url: http://10.0.0.10:8443
username: qweqwe
password: qweqwe$
- NPM:
href: https://nginx.mySite.buzz
icon: nginx.png
widget:
type: npm
url: http://myIP:81
username: [email protected]
password: qweqwe$
icon: nginx.png Container LogsListening on port 3000 Browser LogsNo log TroubleshootingDowngrading to v0.9.13 fixes. Upgrading to v0.10.0, removes apps listed under services.yaml in the browser. I can see glances alone. Rest of the items such as adguard, nginx are disappeared. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
This comment has been hidden.
This comment has been hidden.
-
But I guess this is an un-necessary breaking change. Non-configured groups just drop in the bottom at the moment, I can see about restoring that |
Beta Was this translation helpful? Give feedback.
-
Yea, it should be fixed, give me a minute |
Beta Was this translation helpful? Give feedback.
-
If you'd like to test the |
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.
If you'd like to test the
dev
docker image it contains the fix #4456 which I'll be releasing soon.