mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Compare commits
3 Commits
5569cf3290
...
fb59f91d1e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb59f91d1e | ||
|
|
7659ee0058 | ||
|
|
43ec97ffd5 |
10
README.md
10
README.md
@@ -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]
|
||||
|
||||
✓  [Portainer (6676x)](portainer/) : Manage your Docker environment with ease
|
||||
✓  [Portainer (7128x)](portainer/) : Manage your Docker environment with ease
|
||||
|
||||
  
|
||||

|
||||
@@ -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
|
||||
|
||||
  
|
||||

|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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]"
|
||||
|
||||
Reference in New Issue
Block a user