Update README.md

This commit is contained in:
Alexandre
2022-01-26 16:37:32 +01:00
committed by GitHub
parent dde2e7e56f
commit e0efdc4ada

View File

@@ -35,7 +35,9 @@ comparison to installing any other Hass.io add-on.
## Configuration
Webui can be found at <http://your-ip:2342>
Options can be configured through two ways :
- Addon options
```yaml
localdisks: sda1 #put the hardware name of your drive to mount separated by commas, or its label. Ex: sda1, sdb1, MYNAS...
@@ -48,9 +50,15 @@ STORAGE_PATH: "/share/photoprism/storage" # storage PATH for cache, database and
ORIGINALS_PATH: "/share/photoprism/originals" # originals PATH containing your photo and video collection
IMPORT_PATH: "/share/photoprism/import" # PATH for importing files to originals
BACKUP_PATH: "/share/photoprism/backup" # backup storage PATH
CUSTOM_OPTIONS: "--site-title HA_Photoprism" # custom options from https://docs.photoprism.org/getting-started/config-options/
CONFIG_LOCATION: "/config/addons_config/config.yaml" # Sets the location of the config.yaml (see below)
```
- Config.yaml
Configuration is done by customizing the config.yaml that can be found in /config/addons_config/config.yaml
The complete list of options can be seen here : https://github.com/photoprism/photoprism/blob/develop/docker-compose.yml
## Illustration
![1622396210_840_560](https://user-images.githubusercontent.com/44178713/127819841-2281ac79-ea96-4b41-9704-522957c5b9c3.jpg)