Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/commit/56df7b5797d39c67cbd3de7434df10abd9f801e5 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Add COLLECTOR_HOST_ID env var to hubspoke example

Added COLLECTOR_HOST_ID environment variable to hubspoke example
pull/566/head
PrplHaz4 1 year ago committed by GitHub
parent d54a0abc8c
commit 56df7b5797
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,9 +40,10 @@ services:
- '/run/udev:/run/udev:ro'
environment:
COLLECTOR_API_ENDPOINT: 'http://web:8080'
COLLECTOR_HOST_ID: 'scrutiny-collector-hostname'
depends_on:
web:
condition: service_healthy
devices:
- "/dev/sda"
- "/dev/sdb"
- "/dev/sdb"

Loading…
Cancel
Save