1
0

Netdata + Authelia: add monitoring

This commit is contained in:
2025-05-17 13:33:35 +03:00
parent eea8db6499
commit c5d0f96bdf
6 changed files with 3820 additions and 3805 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@ services:
authelia_app:
container_name: 'authelia_app'
image: 'docker.io/authelia/authelia:4.39.3'
user: '{{ user_create_result.uid }}:{{ user_create_result.group }}'
user: '{{ user_create_result.uid }}:{{ user_create_result.group }}'
restart: 'unless-stopped'
networks:
- "{{ web_proxy_network }}"

View File

@ -2,8 +2,15 @@ update_every: 5
autodetection_retry: 0
jobs:
- name: caddyproxy
url: http://caddyproxy:2019/metrics
selector:
allow:
- "caddy_http_*"
- name: authelia
url: http://authelia_app:9959/metrics
selector:
allow:
- "authelia_*"