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

@@ -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