63 lines
1.3 KiB
YAML
63 lines
1.3 KiB
YAML
# Services
|
|
services:
|
|
- name: "Serveur de synchronisation"
|
|
health_url: ""
|
|
metrics_url: ""
|
|
timeout_seconds: 5
|
|
|
|
- name: "Serveur de fichier"
|
|
health_url: ""
|
|
metrics_url: ""
|
|
timeout_seconds: 5
|
|
|
|
- name: "Serveur d'identification"
|
|
health_url: ""
|
|
metrics_url: ""
|
|
timeout_seconds: 5
|
|
|
|
- name: "Dépôt Dalamud"
|
|
health_url: ""
|
|
metrics_url: ""
|
|
timeout_seconds: 5
|
|
info:
|
|
- label: "Version plugin"
|
|
source: "health_json"
|
|
path: "0.AssemblyVersion"
|
|
|
|
- name: "Serveur Git"
|
|
health_url: ""
|
|
metrics_url: ""
|
|
timeout_seconds: 5
|
|
info:
|
|
- label: "Commits totaux"
|
|
source: "gitea_multi"
|
|
base_url: ""
|
|
owner: ""
|
|
repos:
|
|
- ""
|
|
aggregate: "count"
|
|
token_env: "GITEA_TOKEN"
|
|
fallback_urls:
|
|
- ""
|
|
- label: "Dernier commit"
|
|
source: "gitea_multi"
|
|
base_url: ""
|
|
owner: ""
|
|
repos:
|
|
- ""
|
|
aggregate: "latest_title"
|
|
token_env: "GITEA_TOKEN"
|
|
fallback_urls:
|
|
- ""
|
|
- label: "Publié le"
|
|
source: "gitea_multi"
|
|
base_url: ""
|
|
owner: ""
|
|
repos:
|
|
- ""
|
|
aggregate: "latest_pubdate"
|
|
token_env: "GITEA_TOKEN"
|
|
transform: "discord_time"
|
|
fallback_urls:
|
|
- ""
|