1
0
Fork 0
Added example for calling the plain python script without Docker
This commit is contained in:
Salvoxia 2024-06-24 09:52:37 +02:00 committed by GitHub
parent f29ab5fb9a
commit a9975f9478
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,6 +56,10 @@ options:
Log level to use (default: INFO)
```
__Plain example without optional arguments:__
```bash
python3 ./immich_auto_album.py /path/to/external/lib https://immich.mydomain.com/api thisIsMyApiKeyCopiedFromImmichWebGui
```
### Docker
A Docker image is provided to be used as a runtime environment. It can be used to either run the script manually, or via cronjob by providing a crontab expression to the container. The container can then be added to the Immich compose stack directly.