mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 00:55:58 +02:00
Test
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"description": "A server-based application for browsing, organizing and sharing your personal photo collection",
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"description ": "A server-based application for browsing, organizing and sharing your personal photo collection",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
"/dev/sdb",
|
||||
@@ -41,10 +38,7 @@
|
||||
"environment": {
|
||||
"PHOTOPRISM_ADMIN_PASSWORD": "please_change_password"
|
||||
},
|
||||
"map": [
|
||||
"media:rw",
|
||||
"share:rw"
|
||||
],
|
||||
"map": ["media:rw", "share:rw"],
|
||||
"name": "Photoprism",
|
||||
"options": {
|
||||
"networkdisks": "//server/share",
|
||||
@@ -63,10 +57,7 @@
|
||||
"ports_description": {
|
||||
"2342/tcp": "Web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?",
|
||||
|
||||
Reference in New Issue
Block a user