Sorted json

This commit is contained in:
alexbelgium
2022-03-24 04:34:57 +00:00
committed by GitHub
parent c2af0342d8
commit b420ae9e18
58 changed files with 721 additions and 206 deletions

View File

@@ -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]"
}