mirror of https://github.com/pikvm/pikvm.git
fix
This commit is contained in:
parent
2ace674b6f
commit
8b12193845
|
|
@ -16,8 +16,9 @@ scrape_configs:
|
||||||
basic_auth:
|
basic_auth:
|
||||||
username: admin
|
username: admin
|
||||||
password: admin
|
password: admin
|
||||||
|
scheme: https
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: ["https://pikvm"]
|
- targets: ["pikvm"]
|
||||||
tls_config:
|
tls_config:
|
||||||
insecure_skip_verify: true # For self-signed certificate
|
insecure_skip_verify: true # For self-signed certificate
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue