mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
Remove unprotected
This commit is contained in:
@@ -10,12 +10,20 @@
|
|||||||
"2342/tcp": 2342
|
"2342/tcp": 2342
|
||||||
},
|
},
|
||||||
"apparmor": "true",
|
"apparmor": "true",
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"2342/tcp": "Web interface"
|
"2342/tcp": "Web interface"
|
||||||
},
|
},
|
||||||
"map": ["media:rw", "share:rw"],
|
"map": ["media:rw", "share:rw"],
|
||||||
"full_access": true,
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
|
"devices":[
|
||||||
|
"/dev/sda1",
|
||||||
|
"/dev/sda2",
|
||||||
|
"/dev/sdb1",
|
||||||
|
"/dev/sdb2"
|
||||||
|
],
|
||||||
"environment": {
|
"environment": {
|
||||||
"PHOTOPRISM_ADMIN_PASSWORD": "please_change_password"
|
"PHOTOPRISM_ADMIN_PASSWORD": "please_change_password"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user