Some checks are pending
Deploy info-canicule / deploy (push) Waiting to run
- Pages /a-propos, /mentions-legales, /dependances, /soutenir (Ko-fi) - Header/footer enrichis (lien Soutenir, mentions, API publique) - @astrojs/sitemap + /sitemap-departements.xml.ts (96 dépts) - robots.txt + og-image.svg + JSON-LD Schema.org - Meta tags Open Graph + Twitter Card + canonical - Umami snippet conditionnel (UMAMI_WEBSITE_ID env) - Slot SENTRY_DSN dans .env.tmpl (GlitchTip — SDK à wire ultérieurement) - @tailwindcss/typography pour les pages contenu Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
16 lines
632 B
Cheetah
16 lines
632 B
Cheetah
NODE_ENV=production
|
|
PORT=4321
|
|
PUBLIC_SITE_URL=https://info-canicule.nocleus.com
|
|
|
|
# Valkey shared infra — DB 0 (isolation par préfixe `info-canicule:*` via ACL)
|
|
REDIS_URL=redis://info-canicule:{{ pass://Infra/Valkey — info-canicule/password }}@valkey:6379/0
|
|
|
|
VIGILANCE_PROVIDER=opendatasoft
|
|
VIGILANCE_CACHE_TTL=900
|
|
|
|
# Umami analytics (RGPD, auto-hébergé — analytics.nocleus.com)
|
|
UMAMI_WEBSITE_ID={{ pass://Infra/Umami — info-canicule/website_id }}
|
|
UMAMI_SRC=https://analytics.nocleus.com/script.js
|
|
|
|
# GlitchTip (optionnel — si vide, pas d'envoi Sentry)
|
|
SENTRY_DSN={{ pass://Infra/Info Canicule — secrets/SENTRY_DSN }}
|