GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-16 08:58:21 +00:00
parent dd24af7200
commit 5128851ded
4 changed files with 2 additions and 2 deletions

View File

@@ -16,12 +16,12 @@
"ENTE_API_ORIGIN": "http://[HOST]:[PORT:8080]",
"MINIO_ROOT_PASSWORD": "minioadmin",
"MINIO_ROOT_USER": "minioadmin",
"PGDATA": "/config/postgres",
"PGID": "0",
"PUID": "0",
"S3_BUCKET": "ente-media",
"S3_ENDPOINT": "http://localhost:3200",
"TZ": "Europe/Paris",
"PGDATA": "/config/postgres"
"TZ": "Europe/Paris"
},
"hassio_api": true,
"image": "ghcr.io/alexbelgium/ente-{arch}",

0
ente/rootfs/etc/cont-init.d/99-run.sh Normal file → Executable file
View File

0
ente/rootfs/etc/services.d/02-museum/run Normal file → Executable file
View File

0
ente/rootfs/etc/services.d/03-web/run Normal file → Executable file
View File