Make addons communicate with the homeserver via a new internal Traefik entrypoint
This also adds labels for Synapse. Support for other homeservers and components will be added later.
This commit is contained in:
@ -13,7 +13,7 @@ scrape_configs:
|
||||
- job_name: 'synapse'
|
||||
metrics_path: /metrics/synapse/main-process
|
||||
scheme: https
|
||||
{% if matrix_synapse_container_labels_metrics_middleware_basic_auth_enabled|default(true) %}
|
||||
{% if matrix_synapse_container_labels_public_metrics_middleware_basic_auth_enabled|default(true) %}
|
||||
basic_auth:
|
||||
username: prometheus
|
||||
password_file: /path/to/your/passwordfile.pwd
|
||||
|
Reference in New Issue
Block a user