Merge pull request #2150 from alexbelgium/create-pull-request/patch-1761438754 nobuild

Github bot: fix linting issues nobuild
This commit is contained in:
Alexandre
2025-10-27 20:41:01 +01:00
committed by GitHub
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]"