Github bot: fix linting issues nobuild
This commit is contained in:
Alexandre
2025-09-08 13:07:48 +02:00
committed by GitHub
8 changed files with 54 additions and 16 deletions

0
emby_beta/rootfs/etc/services.d/nginx/run Normal file → Executable file
View File

0
guacamole/rootfs/etc/services.d/nginx/run Normal file → Executable file
View File

View File

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

View File

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

View File

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

View File

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

0
nzbget/rootfs/etc/services.d/nginx/run Normal file → Executable file
View File

0
radarr/rootfs/etc/services.d/nginx/run Normal file → Executable file
View File