mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 15:45:56 +02:00
Merge pull request #827 from MiSebCo/patch-1
Update README.md with information on how to use the command line interface of photoprism
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
## ⚠ Open Issue : [🐛 [Photoprism] Cannot add user in Photoprism Preview-6 (opened 2023-04-15)](https://github.com/alexbelgium/hassio-addons/issues/798) by [@MiSebCo](https://github.com/MiSebCo)
|
||||||
# Home assistant add-on: Photoprism
|
# Home assistant add-on: Photoprism
|
||||||
|
|
||||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||||
@@ -88,6 +89,15 @@ PHOTOPRISM_DATABASE_NAME: "photoprism"
|
|||||||
PHOTOPRISM_DATABASE_USER: "USERNAME"
|
PHOTOPRISM_DATABASE_USER: "USERNAME"
|
||||||
PHOTOPRISM_DATABASE_PASSWORD: "PASSWORD
|
PHOTOPRISM_DATABASE_PASSWORD: "PASSWORD
|
||||||
```
|
```
|
||||||
|
## Using Photoprism Command-Line Interface
|
||||||
|
|
||||||
|
Photoprism also provides a command line interface:
|
||||||
|
|
||||||
|
https://docs.photoprism.app/getting-started/docker-compose/#command-line-interface
|
||||||
|
|
||||||
|
You can access it via portainer addon or executing `docker exec -it <photoprism container id> bash` via _ssh_.
|
||||||
|
|
||||||
|
:warning: Do not use `docker exec <photoprism container id> photoprism` as this will lead to unpredictable behavior.
|
||||||
|
|
||||||
## Illustration
|
## Illustration
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user