-
DescriptionWhen I use Automatic Service Discovery, in addition to the service data and widgets, information about the VM also appears (similar issue as in point #343). homepage versionv0.10.9 (b5f4daa, 6 janv. 2025) Installation methodDocker ConfigurationFor Navidrome:
---
services:
navidrome:
image: deluan/navidrome:latest
container_name: navidrome
ports:
- 4533:4533
restart: unless-stopped
environment:
# Optional: put your config options customization here. Examples:
# ND_SCANSCHEDULE: 1h
# ND_LOGLEVEL: info
# ND_SESSIONTIMEOUT: 24h
# ND_BASEURL: ""
# ND_ARTISTARTPRIORITY: artist.*
# ND_COVERARTPRIORITY: folder.*
ND_LASTFM_ENABLED: true
ND_LASTFM_APIKEY: ${APIKEY:?APIKEY is required}
ND_LASTFM_SECRET: ${LASTFM_SECRET:?LASTFM_SECRET is required}
ND_LASTFM_LANGUAGE: ${LASTFM_LANGUAGE:?LASTFM_LANGUAGE is required}
volumes:
- ${PATH_DOCKER:?¨PATH_DOCKER is required}/navidrome/data:/data
- ${PATH_DOCKER:?¨PATH_DOCKER is required}/navidrome/icons:/app/public/icons
- ${PATH_MEDIA:?¨PATH_MEDIA is required}:/music:ro
labels:
- homepage.group=Media
- homepage.name=Navidrome
- homepage.icon=navidrome.svg
- homepage.href=http://omv.home:4533
- homepage.description=Music Media Server
networks:
- navidrome
networks:
navidrome:
name: navidrome Container LogsBrowser LogsNo response Troubleshooting |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Im not 100% clear what the issue is, but if youre referring the fact that CPI/MEM etc are displayed, that is controlled with https://gethomepage.dev/configs/settings/#show-docker-stats / https://gethomepage.dev/configs/docker/#show-stats Presumably you have enabled it. |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed because it was marked as answered. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
Im not 100% clear what the issue is, but if youre referring the fact that CPI/MEM etc are displayed, that is controlled with https://gethomepage.dev/configs/settings/#show-docker-stats / https://gethomepage.dev/configs/docker/#show-stats
Presumably you have enabled it.