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

@@ -2,7 +2,8 @@ arch:
- aarch64
- amd64
codenotary: alexandrep.github@gmail.com
description: A server-based application for browsing, organizing and sharing your
description:
A server-based application for browsing, organizing and sharing your
personal photo collection
devices:
- /dev/dri
@@ -69,8 +70,8 @@ devices:
environment:
PHOTOPRISM_ADMIN_PASSWORD: please_change_password
PHOTOPRISM_ADMIN_USER: admin
PHOTOPRISM_DETECT_NSFW: 'true'
PHOTOPRISM_HTTP_PORT: '2341'
PHOTOPRISM_DETECT_NSFW: "true"
PHOTOPRISM_HTTP_PORT: "2341"
working_dir: /data/photoprism
homeassistant: 0.92.0b2
image: ghcr.io/alexbelgium/photoprism-{arch}
@@ -89,7 +90,7 @@ options:
IMPORT_PATH: /share/photoprism/import
ORIGINALS_PATH: /share/photoprism/originals
STORAGE_PATH: /share/photoprism/storage
UPLOAD_NSFW: 'true'
UPLOAD_NSFW: "true"
certfile: fullchain.pem
keyfile: privkey.pem
ssl: false