mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
Merge pull request #2150 from alexbelgium/create-pull-request/patch-1761438754 nobuild
Github bot: fix linting issues nobuild
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user