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,6 +1,11 @@
{
"arch": ["aarch64", "amd64"],
"backup_exclude": ["**/machine-learning/*"],
"arch": [
"aarch64",
"amd64"
],
"backup_exclude": [
"**/machine-learning/*"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Self-hosted photo and video backup solution directly from your mobile phone",
"devices": [
@@ -111,7 +116,10 @@
"ports_description": {
"8080/tcp": "Web UI port"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"DB_DATABASE_NAME": "str",
"DB_HOSTNAME": "str",
@@ -132,7 +140,9 @@
"localdisks": "str?",
"networkdisks": "str?"
},
"services": ["mysql:want"],
"services": [
"mysql:want"
],
"slug": "immich_noml",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",