Files
hassio-addons/immich_power_tools/config.yaml
2025-11-06 11:51:25 +01:00

34 lines
733 B
YAML

arch:
- aarch64
- amd64
codenotary: alexandrep.github@gmail.com
description: Power tools for organizing your immich library
hassio_api: true
image: ghcr.io/alexbelgium/immich_power_tools-{arch}
init: false
map:
- addon_config:rw
name: Immich Power Tools
ports:
3000/tcp: 8001
ports_description:
3000/tcp: Web UI port
schema:
env_vars:
- name: match(^[A-Z0-9_]+$)
value: str?
DB_DATABASE_NAME: str
DB_HOST: str
DB_PASSWORD: str
DB_PORT: str
DB_USERNAME: str
EXTERNAL_IMMICH_URL: str
GEMINI_API_KEY: str?
GOOGLE_MAPS_API_KEY: str?
IMMICH_API_KEY: str
IMMICH_URL: str
slug: immich_power_tools
url: https://github.com/alexbelgium/hassio-addons
version: "0.19.0"
webui: http://[HOST]:[PORT:3000]