fix: auto-fix linting issues

This commit is contained in:
alexbelgium
2025-10-26 00:32:33 +00:00
committed by github-actions[bot]
parent 2de05df210
commit d38b278629
101 changed files with 324 additions and 291 deletions

View File

@@ -69,10 +69,10 @@ devices:
- /dev/nvme2
environment:
LANG: en-US
PGID: '1000'
PORT: '80'
PRETTY_URLS: '1'
PUID: '1000'
PGID: "1000"
PORT: "80"
PRETTY_URLS: "1"
PUID: "1000"
WEBTREES_HOME: /var2/www/webtrees
image: ghcr.io/alexbelgium/webtrees-{arch}
init: false
@@ -116,4 +116,4 @@ slug: webtrees
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: 2.2.4-2
webui: '[PROTO:ssl]://[HOST]:[PORT:80]'
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"