3 Commits

Author SHA1 Message Date
github-actions
fb59f91d1e GitHub bot : README updated 2025-11-14 17:04:17 +00:00
Alexandre
7659ee0058 Merge pull request #2193 from alexbelgium/codex/fix-issue-#2192-in-hassio-addons
Fix Navidrome local disk mounting failure
2025-11-14 17:31:29 +01:00
Alexandre
43ec97ffd5 Fix Navidrome local disk mounting 2025-11-14 17:31:08 +01:00
3 changed files with 11 additions and 6 deletions

View File

@@ -49,13 +49,13 @@ If you want to do add the repository manually, please follow the procedure highl
### Number of addons
- In the repository : 116
- Installed : 85365
- Installed : 86290
### Top 3
1. Filebrowser (11067x)
2. Portainer (6676x)
3. Myelectricaldata (4001x)
2. Portainer (7128x)
3. Myelectricaldata (4042x)
### Architectures used
@@ -679,7 +679,7 @@ If you want to do add the repository manually, please follow the procedure highl
![amd64][amd64-badge]
![armv7][armv7-badge]
✓ ![image](https://api.iconify.design/mdi/docker.svg) [Portainer (6676x)](portainer/) : Manage your Docker environment with ease
✓ ![image](https://api.iconify.design/mdi/docker.svg) [Portainer (7128x)](portainer/) : Manage your Docker environment with ease
  ![Version](https://img.shields.io/badge/dynamic/yaml?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fportainer%2Fconfig.yaml)
![Update](https://img.shields.io/badge/dynamic/json?label=Updated&query=%24.last_update&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fportainer%2Fupdater.json)
@@ -688,7 +688,7 @@ If you want to do add the repository manually, please follow the procedure highl
![armv7][armv7-badge]
![ingress][ingress-badge]
✓ [Portainer (6676x) Agent](portainer_agent/) : An agent used to manage all the resources in a Swarm cluster
✓ [Portainer (7128x) Agent](portainer_agent/) : An agent used to manage all the resources in a Swarm cluster
  ![Version](https://img.shields.io/badge/dynamic/yaml?label=Version&query=%24.version&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fportainer_agent%2Fconfig.yaml)
![Update](https://img.shields.io/badge/dynamic/json?label=Updated&query=%24.last_update&url=https%3A%2F%2Fraw.githubusercontent.com%2Falexbelgium%2Fhassio-addons%2Fmaster%2Fportainer_agent%2Fupdater.json)

View File

@@ -1,3 +1,5 @@
## 0.58.0-1 (15-11-2025)
- Allow mounting local disks by adding the required Linux capabilities to the add-on.
- Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details.
## 0.58.0 (01-08-2025)

View File

@@ -25,6 +25,9 @@ ports:
4533/tcp: 4533
ports_description:
4533/tcp: Web interface
privileged:
- SYS_ADMIN
- DAC_READ_SEARCH
schema:
env_vars:
- name: match(^[A-Za-z0-9_]+$)
@@ -54,5 +57,5 @@ schema:
slug: navidrome
udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/navidrome
version: 0.58.0
version: 0.58.0-1
webui: "[PROTO:ssl]://[HOST]:[PORT:4533]"