shorten basic_auth secret

This commit is contained in:
2023-12-20 22:46:27 +01:00
parent 42c3695bf3
commit d4c6bd4c12
7 changed files with 15 additions and 12 deletions

View File

@ -58,7 +58,7 @@ Where gathering.org is the node you want to gather metrics from.
- `abra app new monitoring-ng`
- `abra app config monitoring.example.org`
Uncomment all the stuff
- `abra app secret insert monitoring.example.org basic_auth_admin_password v1 <secret>`
- `abra app secret insert monitoring.example.org basic_auth v1 <secret>`
this needs the plaintext traefik basic-auth secret, not the hashed one!
- `abra app secret ls monitoring.example.org`
- `abra app deploy monitoring.example.org`
@ -118,4 +118,4 @@ $ systemctl restart docker.service
---
THX to the previous work of @decentral1se @knooflok @3wc @cellarspoon @mirsal
THX to the previous work of @decentral1se @knooflok @3wc @cellarspoon @mirsal