Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/src/commit/893774c557d80f7178656c32207dbb94049b83e3/rootfs/etc/cont-init.d/50-config
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#!/usr/bin/with-contenv bash
|
|
|
|
COLLECTOR_CRON_SCHEDULE=${COLLECTOR_CRON_SCHEDULE:-"0 0 * * *"}
|
|
sed -i 's|{COLLECTOR_CRON_SCHEDULE}|'"${COLLECTOR_CRON_SCHEDULE}"'|g' /etc/cron.d/scrutiny |