```
✨ feat(docker/caddy/twig): Ajoute Trustpilot et met à jour les ports Umami.
```
This commit is contained in:
@@ -8,7 +8,11 @@ www.e-cosplay.fr {
|
|||||||
request_body {
|
request_body {
|
||||||
max_size 100MB
|
max_size 100MB
|
||||||
}
|
}
|
||||||
reverse_proxy /datas* 127.0.0.1:20502
|
route {
|
||||||
|
file_server /ts.js
|
||||||
|
redir https://widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js
|
||||||
|
}
|
||||||
|
reverse_proxy /datas* 127.0.0.1:27502
|
||||||
header {
|
header {
|
||||||
-X-Robots-Tag
|
-X-Robots-Tag
|
||||||
Permissions-Policy "accelerometer=(), autoplay=(), camera=(), clipboard-write=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), publickey-credentials-get=(), usb=(), vr=(), screen-wake-lock=(), xr-spatial-tracking=(), bluetooth=(), ambient-light-sensor=(), battery=(), gamepad=(), notifications=(), push=()"
|
Permissions-Policy "accelerometer=(), autoplay=(), camera=(), clipboard-write=(), encrypted-media=(), fullscreen=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), midi=(), payment=(), publickey-credentials-get=(), usb=(), vr=(), screen-wake-lock=(), xr-spatial-tracking=(), bluetooth=(), ambient-light-sensor=(), battery=(), gamepad=(), notifications=(), push=()"
|
||||||
|
|||||||
@@ -90,7 +90,7 @@
|
|||||||
|
|
||||||
{% block breadcrumb_schema %}{% endblock %}
|
{% block breadcrumb_schema %}{% endblock %}
|
||||||
{% block stylesheets %}{% endblock %}
|
{% block stylesheets %}{% endblock %}
|
||||||
|
<script type="text/javascript" src="/ts.js" async></script>
|
||||||
{{ vite_asset('app.js', []) }}
|
{{ vite_asset('app.js', []) }}
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
@@ -330,6 +330,9 @@
|
|||||||
<div>
|
<div>
|
||||||
<h3 class="text-lg font-semibold mb-3 text-gray-900">E-Cosplay</h3>
|
<h3 class="text-lg font-semibold mb-3 text-gray-900">E-Cosplay</h3>
|
||||||
{{ 'footer_mission_description'|trans|raw }}
|
{{ 'footer_mission_description'|trans|raw }}
|
||||||
|
<div class="trustpilot-widget" data-locale="fr-FR" data-template-id="56278e9abfbbba0bdcd568bc" data-businessunit-id="687e8cb6a48c5eab447ca0f8" data-style-height="52px" data-style-width="100%" data-token="797aa44d-2b0e-46f8-bfe9-fe0a75cbe557">
|
||||||
|
<a href="https://fr.trustpilot.com/review/e-cosplay.fr" target="_blank" rel="noopener">Trustpilot</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ services:
|
|||||||
datas_umami:
|
datas_umami:
|
||||||
image: ghcr.io/umami-software/umami:latest
|
image: ghcr.io/umami-software/umami:latest
|
||||||
ports:
|
ports:
|
||||||
- "20502:3000"
|
- "27502:3000"
|
||||||
environment:
|
environment:
|
||||||
DATABASE_URL: postgresql://umami:umami@db:5432/umami
|
DATABASE_URL: postgresql://umami:umami@db:5432/umami
|
||||||
DATABASE_TYPE: postgresql
|
DATABASE_TYPE: postgresql
|
||||||
|
|||||||
Reference in New Issue
Block a user