add oidc module sql sheme

This commit is contained in:
2025-10-01 18:00:06 +02:00
parent bcc275236e
commit 14256ac816
3 changed files with 81 additions and 0 deletions

View File

@@ -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
```