mirror of
https://github.com/hassio-addons/addon-glances.git
synced 2025-05-04 19:11:23 +00:00
Add media folder
This commit is contained in:
parent
852e5537cb
commit
fb640b4c4f
2 changed files with 5 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
"ports_description": {
|
||||
"80/tcp": "Web interface (Not required for Ingress)"
|
||||
},
|
||||
"map": ["addons", "backup", "config:rw", "share", "ssl"],
|
||||
"map": ["addons", "backup", "config:rw", "share", "ssl", "media"],
|
||||
"hassio_api": true,
|
||||
"auth_api": true,
|
||||
"docker_api": true,
|
||||
|
|
|
@ -184,6 +184,10 @@ folder_3_path=/backup
|
|||
folder_3_careful=4096
|
||||
folder_3_warning=8196
|
||||
folder_3_critical=12228
|
||||
folder_4_path=/media
|
||||
folder_4_careful=4096
|
||||
folder_4_warning=8196
|
||||
folder_4_critical=12228
|
||||
|
||||
[sensors]
|
||||
# Sensors core thresholds (in Celsius...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue