Github bot : json sorted

This commit is contained in:
alexbelgium
2025-07-13 00:38:56 +00:00
committed by github-actions[bot]
parent 9d0421ef39
commit a4860a534b
49 changed files with 556 additions and 131 deletions

View File

@@ -1,5 +1,8 @@
{
"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": [
@@ -76,7 +79,12 @@
"image": "ghcr.io/alexbelgium/photoprism-{arch}",
"ingress": true,
"ingress_stream": true,
"map": ["media:rw", "share:rw", "config:rw", "ssl:ro"],
"map": [
"media:rw",
"share:rw",
"config:rw",
"ssl:ro"
],
"name": "Photoprism",
"options": {
"BACKUP_PATH": "/share/photoprism/backup",
@@ -98,7 +106,11 @@
"ports_description": {
"2342/tcp": "Web interface"
},
"privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"SYS_RAWIO",
"DAC_READ_SEARCH"
],
"schema": {
"BACKUP_PATH": "str",
"CONFIG_LOCATION": "str",
@@ -118,7 +130,9 @@
"networkdisks": "str?",
"ssl": "bool"
},
"services": ["mysql:want"],
"services": [
"mysql:want"
],
"slug": "photoprism",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",