Alpha Chen 8 months ago
parent 9d617c8686
commit 42c4cc6bc7
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -17,4 +17,9 @@
name: ssh
state: restarted
- name: Restart redis
ansible.builtin.service:
name: redis-server
state: restarted
# vim: ft=yaml.ansible

@ -36,7 +36,16 @@ auth.{{ domain }} {
}
search.{{ domain }} {
reverse_proxy searxng:8080
forward_auth authelia:9091 {
uri /api/verify?rd=https://auth.{{ domain }}
# This import needs to be included if you're relying on a trusted proxies configuration.
import trusted_proxy_list
}
reverse_proxy searxng:8080 {
import trusted_proxy_list
}
}
# {{ hledger.subdomain }}.{{ domain }} {

@ -37,10 +37,10 @@ scrape_configs:
static_configs:
- targets: ['miniflux:8080']
- job_name: woodpecker
bearer_token: {{ woodpecker.api_token }}
static_configs:
- targets: ['woodpecker-server:8000']
# - job_name: woodpecker
# bearer_token: {{ woodpecker.api_token }}
# static_configs:
# - targets: ['woodpecker-server:8000']
- job_name: authelia
static_configs:

Loading…
Cancel
Save