mirror of
https://github.com/glanceapp/glance.git
synced 2025-06-21 18:31:24 +02:00
docs(monitor): add documentation for basic-auth feature
This commit is contained in:
parent
c00d937f4c
commit
5b45751c67
@ -1476,6 +1476,7 @@ Properties for each site:
|
|||||||
| allow-insecure | boolean | no | false |
|
| allow-insecure | boolean | no | false |
|
||||||
| same-tab | boolean | no | false |
|
| same-tab | boolean | no | false |
|
||||||
| alt-status-codes | array | no | |
|
| alt-status-codes | array | no | |
|
||||||
|
| basic-auth | object | no | |
|
||||||
|
|
||||||
`title`
|
`title`
|
||||||
|
|
||||||
@ -1524,6 +1525,16 @@ alt-status-codes:
|
|||||||
- 403
|
- 403
|
||||||
```
|
```
|
||||||
|
|
||||||
|
`basic-auth`
|
||||||
|
|
||||||
|
HTTP Basic Authentication credentials for protected sites.
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
basic-auth:
|
||||||
|
usename: your-username
|
||||||
|
password: your-password
|
||||||
|
```
|
||||||
|
|
||||||
### Releases
|
### Releases
|
||||||
Display a list of latest releases for specific repositories on Github, GitLab, Codeberg or Docker Hub.
|
Display a list of latest releases for specific repositories on Github, GitLab, Codeberg or Docker Hub.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user