diff --git a/docker-compose.yml b/docker-compose.yml index 30e093c3..9ae32ef6 100755 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,9 +7,9 @@ services: network_mode: "host" restart: unless-stopped volumes: - - ${APP_DATA_LOCATION}/pialert/config:/home/pi/pialert/config + - ${APP_DATA_LOCATION}/pialert/config2:/home/pi/pialert/config # - ${APP_DATA_LOCATION}/pialert/db/pialert.db:/home/pi/pialert/db/pialert.db - - ${APP_DATA_LOCATION}/pialert/db:/home/pi/pialert/db + - ${APP_DATA_LOCATION}/pialert/db2:/home/pi/pialert/db # (optional) useful for debugging if you have issues setting up the container - ${LOGS_LOCATION}:/home/pi/pialert/front/log # DELETE START anyone trying to use this file: comment out / delete BELOW lines, they are only for development purposes diff --git a/front/plugins/README.md b/front/plugins/README.md index ed846e2c..160e7e93 100755 --- a/front/plugins/README.md +++ b/front/plugins/README.md @@ -319,8 +319,11 @@ The UI will adjust how columns are displayed in the UI based on the definition o ### Screenshots - | ![Screen 1][screen1] | ![Screen 2][screen2] | - |----------------------|----------------------| +| ![Screen 1][screen1] | ![Screen 2][screen2] | +|----------------------|----------------------| +| ![Screen 3][screen3] | ![Screen 4][screen4] | [screen1]: https://raw.githubusercontent.com/jokob-sk/Pi.Alert/main/docs/img/plugins.png "Screen 1" [screen2]: https://raw.githubusercontent.com/jokob-sk/Pi.Alert/main/docs/img/plugins_settings.png "Screen 2" +[screen3]: https://raw.githubusercontent.com/jokob-sk/Pi.Alert/main/docs/img/plugins_json_settings.png "Screen 3" +[screen4]: https://raw.githubusercontent.com/jokob-sk/Pi.Alert/main/docs/img/plugins_json_ui.png "Screen 4"