add oidc module sql sheme
This commit is contained in:
15
README.md
15
README.md
@@ -37,6 +37,21 @@ mv env.sample .env
|
||||
# - API_ROOT_PASS
|
||||
# - ICINGA_API_ICINGAWEB_PASS
|
||||
nano .env # set your env
|
||||
```
|
||||
setup reverse proxy here caddy
|
||||
create a file `./files/Caddyfile` with content:
|
||||
```
|
||||
mon.example.com {
|
||||
reverse_proxy icingaweb2:8080
|
||||
}
|
||||
graph.example.com {
|
||||
reverse_proxy grafana:3000
|
||||
}
|
||||
```
|
||||
... or unkomment port expose on grafana and icingaweb2
|
||||
... or use own reverse proxy
|
||||
|
||||
```
|
||||
docker compose up
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user