Commit graph

3 commits

Author SHA1 Message Date
7d017d7feb
#0000 - Reorganize and enhance the NGINX configuration structure
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Introduce a refined NGINX configuration template with user, worker settings, and modular include directives. This improves clarity and allows easier integration of additional configuration files, while maintaining existing CORS settings.
2024-10-21 10:18:32 +02:00
6e94306755
#0000 - Add Nginx setup to Dockerfile with CORS support
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit introduces the Nginx setup by using the official Nginx Alpine image and copying the custom Nginx configuration into the Docker container. It also includes CORS headers in the Nginx configuration to allow requests from any origin with specific headers and methods.
2024-10-21 09:58:34 +02:00
c728b3ebe2 Implement CI-CD (#1)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Reviewed-on: #1
Co-authored-by: Guillaume "B.B." Van Hemmen <GuillaumeHemmen@noreply.git.van-hemmen.com>
Co-committed-by: Guillaume "B.B." Van Hemmen <GuillaumeHemmen@noreply.git.van-hemmen.com>
2024-10-17 11:41:36 +02:00