fix: auto-fix linting issues

This commit is contained in:
alexbelgium
2025-09-07 00:31:54 +00:00
committed by github-actions[bot]
parent be98f1606e
commit 60b9f3ed44
8 changed files with 54 additions and 16 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",
@@ -133,7 +141,9 @@
"networkdisks": "str?",
"skip_permissions_check": "bool?"
},
"services": ["mysql:want"],
"services": [
"mysql:want"
],
"slug": "immich",
"udev": true,
"url": "https://github.com/alexbelgium/hassio-addons",