Files
LockScreenWallpaper/plugins/permissions/autogenerated/commands/import_immich_assets.toml
T
Christoph 8e5a53ade8 feat(immich): add Immich self-hosted import support
Adds an ImmichClient for Android to connect to a self-hosted Immich
server, fetch albums and assets, and import selected images locally.
API keys are encrypted with Android Keystore and stored securely.
The plugin now exposes connect, disconnect and import actions and
is documented for Immich import usage.

- Encrypted Immich API keys with Android Keystore
- Exposed connect, disconnect and import actions in the plugin
- Updated docs and metadata to reflect Immich import flow
2026-08-21 20:29:26 +02:00

14 lines
461 B
TOML

# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-import-immich-assets"
description = "Enables the import_immich_assets command without any pre-configured scope."
commands.allow = ["import_immich_assets"]
[[permission]]
identifier = "deny-import-immich-assets"
description = "Denies the import_immich_assets command without any pre-configured scope."
commands.deny = ["import_immich_assets"]