mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
nobuild
Github bot : json sorted
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user