(widgets) import widgets code from Messages and setup Docker workflow (#33)

This adds Gaufre v2 with source, documentation, examples and built artefacts.
Also includes the feedback widget from Messages.
This commit is contained in:
Sylvain Zimmer
2025-11-19 15:18:21 +01:00
committed by GitHub
parent 3b2f083d3f
commit 720ee9f4f0
53 changed files with 5375 additions and 4 deletions

3
ops/env/website.defaults vendored Normal file
View File

@@ -0,0 +1,3 @@
PUBLIC_LASUITE_API_URL=https://integration.lasuite.numerique.gouv.fr
PUBLIC_USE_GAUFRE_SUBSETTED_FONT=1
ASTRO_TELEMETRY_DISABLED=1

4
ops/env/website.local vendored Normal file
View File

@@ -0,0 +1,4 @@
# Local development overrides for website
# Add your local-specific environment variables below:
# Example: DJANGO_DEBUG=True

1
ops/env/widgets.defaults vendored Normal file
View File

@@ -0,0 +1 @@
WIDGETS_OUTPUT_DIR=/home/website/public/widgets/

4
ops/env/widgets.local vendored Normal file
View File

@@ -0,0 +1,4 @@
# Local development overrides for widgets
# Add your local-specific environment variables below:
# Example: DJANGO_DEBUG=True