mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-11 10:05:59 +02:00
Sorted json
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "A server-based application for browsing, organizing and sharing your personal photo collection",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
@@ -39,7 +43,11 @@
|
||||
"working_dir": "/data/photoprism"
|
||||
},
|
||||
"homeassistant": "0.92.0b2",
|
||||
"map": ["media:rw", "share:rw", "config:rw"],
|
||||
"map": [
|
||||
"media:rw",
|
||||
"share:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"name": "Photoprism",
|
||||
"options": {
|
||||
"BACKUP_PATH": "/share/photoprism/backup",
|
||||
@@ -59,7 +67,10 @@
|
||||
"ports_description": {
|
||||
"2342/tcp": "Web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"BACKUP_PATH": "str",
|
||||
"CONFIG_LOCATION": "str",
|
||||
@@ -73,11 +84,12 @@
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?"
|
||||
},
|
||||
"services": ["mysql:want"],
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"slug": "photoprism",
|
||||
"upstream": "220302-impish",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons-test",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "220302-impish",
|
||||
"webui": "http://[HOST]:[PORT:2342]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user