- Rename all references from E-Cosplay/Ecosplay to SITECONSEIL - Update entity from Association to SARL SITECONSEIL (Siret: 418664058) - Update address to 27 rue Le Serurier, 02100 Saint-Quentin - Update emails: contact@siteconseil.fr, rgpd@siteconseil.fr - Update hosting from GCP to OVHcloud (Roubaix, Gravelines, Strasbourg, Paris) - Update legal pages: mentions legales, CGV, RGPD, conformite, hebergement, cookies, CGU - Add tarifs page with tabs: Site Internet, E-Commerce, Nom de domaine, Esy-Mail, Esy-Mailer, Esy-Tchat, Esy-Meet, Esy-Defender - Add Discord webhook notification workflow - Disable deploy and sonarqube workflows - Update OAuth Keycloak realm to master - Update logo references to logo_facture.png - Remove forced image sizing in Liip Imagine filters - Update SonarQube project key and badge token - Update tribunal competent to Saint-Quentin - Move tarif tabs JS to app.js (CSP compliance) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
48 lines
1.1 KiB
YAML
48 lines
1.1 KiB
YAML
liip_imagine:
|
|
driver: "imagick"
|
|
twig:
|
|
mode: lazy
|
|
webp:
|
|
generate: true
|
|
quality: 85
|
|
filter_sets:
|
|
webp:
|
|
quality: 85
|
|
format: 'webp'
|
|
filters:
|
|
strip: ~
|
|
avatar_partner:
|
|
quality: 75
|
|
format: 'webp'
|
|
filters:
|
|
strip: ~
|
|
thumbnail: { size: [ 128, 128 ], mode: inset }
|
|
members:
|
|
quality: 75
|
|
format: 'webp'
|
|
filters:
|
|
strip: ~
|
|
thumbnail: { size: [ 128, 128 ], mode: inset }
|
|
navbar_logo:
|
|
quality: 85
|
|
format: 'webp'
|
|
filters:
|
|
strip: ~
|
|
avatar:
|
|
quality: 80
|
|
format: 'webp'
|
|
filters:
|
|
strip: ~
|
|
downscale: { max: [ 128, 128 ] }
|
|
avatar_small:
|
|
quality: 80
|
|
format: 'webp'
|
|
filters:
|
|
strip: ~
|
|
downscale: { max: [ 40, 40 ] }
|
|
logo:
|
|
quality: 85
|
|
format: 'webp'
|
|
filters:
|
|
strip: ~
|