✨ feat(umami): Ajoute des variables d'environnement pour personnaliser Umami
✨ feat(caddy): Supprime les redirections spécifiques à datas.e-cosplay.fr
This commit is contained in:
@@ -11,12 +11,6 @@ www.e-cosplay.fr {
|
||||
handle_path /ts.js {
|
||||
redir https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js
|
||||
}
|
||||
handle_path /vs.js {
|
||||
redir https://datas.e-cosplay.fr/script.js
|
||||
}
|
||||
handle_path /api/send {
|
||||
redir https://datas.e-cosplay.fr/api/send
|
||||
}
|
||||
|
||||
header {
|
||||
-X-Robots-Tag
|
||||
|
||||
@@ -8,7 +8,8 @@ services:
|
||||
DATABASE_URL: postgresql://umami:umami@datas_db:5432/umami
|
||||
DATABASE_TYPE: postgresql
|
||||
APP_SECRET: replace-me-with-a-random-string
|
||||
|
||||
TRACKER_SCRIPT_NAME: 'vs.js'
|
||||
COLLECT_API_ENDPOINT: '/vs'
|
||||
depends_on:
|
||||
datas_db:
|
||||
condition: service_healthy
|
||||
|
||||
Reference in New Issue
Block a user