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/8aa2398d240f9e55f797b6a1276b39874bec9200/collector/pkg/models/scan_override.go You should set ROOT_URL correctly, otherwise the web may not work correctly.
scrutiny/collector/pkg/models/scan_override.go

12 lines
351 B

package models
type ScanOverride struct {
Device string `mapstructure:"device"`
DeviceType []string `mapstructure:"type"`
Ignore bool `mapstructure:"ignore"`
Commands struct {
MetricsInfoArgs string `mapstructure:"metrics_info_args"`
MetricsSmartArgs string `mapstructure:"metrics_smart_args"`
} `mapstructure:"commands"`
}