19 Commits

Author SHA1 Message Date
negodiy
8b3a78be3e nginx: speed up dhparam generation to avoid Coolify build timeout
Made-with: Cursor
2026-03-16 10:13:45 +00:00
maxlath
2d223df234 nginx: add /assets location to fit Vite build 2025-10-10 16:51:15 +02:00
maxlath
0e31506126 replace shared volume between the inventaire and nginx services by a multi-stage copy
See https://docs.docker.com/build/building/multi-stage/#use-an-external-image-as-a-stage

The shared volume was making updates complicated, as the persisted volume data would not be overriden by the new container
2025-06-29 19:19:03 +02:00
maxlath
61d466f7a2 nginx: fix inconsistencies in certbox public file directory
Some where referring to /var/www/html, some to /var/www/certbot: now everything should be in /var/www/html,
that should fix certificate renewal
2025-05-31 16:50:14 +02:00
jums
ab286b4968 Dockerfile.nginx: only generate pem key if the file does not exist 2025-02-28 11:42:48 +01:00
maxlath
5109271529 nginx: fix /tmp/nginx permission issues 2025-02-28 11:42:48 +01:00
maxlath
f91ad3c8a3 nginx: fix proxy_store 2025-02-28 11:42:48 +01:00
maxlath
b4d42a83e5 nginx: recover location @invimg 2025-02-28 11:42:48 +01:00
maxlath
f128298778 nginx: recover catch all (aka client router) location 2025-02-28 11:42:48 +01:00
maxlath
19383ebc29 nginx: removing obsolete comment
relative to aliases http://nginx.org/en/docs/http/ngx_http_core_module.html#alias
which aren't used in this config
2025-02-28 11:42:48 +01:00
maxlath
238f2c51d0 nginx: use http2 directive
following the deprecation warning in the logs
See http://nginx.org/en/docs/http/ngx_http_v2_module.html
2025-02-28 11:42:48 +01:00
maxlath
abbfa8216d nginx template: rename the upstream to avoid confusions with the container name 2025-02-28 11:42:48 +01:00
maxlath
095293b0a5 nginx: recover access to the inventaire files and API 2025-02-28 11:42:48 +01:00
maxlath
5e408aad2b nginx: disable compression to mitigate BREACH exploit 2025-02-28 11:42:48 +01:00
maxlath
b4b0ddab6f nginx: fix ssl_certificate* paths 2025-02-28 11:42:48 +01:00
maxlath
02454e39cf nginx Dockerfile: generate dhparam.pem 2025-02-28 11:42:48 +01:00
jums
e077f29cba make agnostic forge links 2025-02-28 11:42:48 +01:00
jums
ba42f2e009 package reverse proxy in docker-compose 2025-02-25 21:11:43 +01:00
jums
c14c486a35 package and document reverse proxy configuration 2025-02-23 08:59:58 +01:00