Commit graph

12 commits

Author SHA1 Message Date
99800ab3a7
#0000 - Modify OAuth discovery to hard-coded configuration
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Replaced the dynamic useAutoDiscovery function with a hard-coded configuration object. This change ensures more control over OAuth parameters and might address any dynamic discovery issues encountered before.
2024-10-21 10:53:59 +02:00
54f17cc4f2
#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:25:13 +02:00
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
d15bf1c7d3
#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:06:40 +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
6352d7f8a0
#0000 - Update redirect URI and client ID for authentication
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Changed the redirect URI and client ID to align with the new POC setup. This update ensures compatibility with the new authentication server configuration.
2024-10-17 12:52:33 +02:00
96d4db86ca
#0000 - Update OAuth discovery URL in app/index.tsx
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Changed the OAuth discovery URL to point to the integration environment. This ensures the authentication flow interacts with the intended backend during development and testing.
2024-10-17 12:50:33 +02:00
7f267ed579
#0000 - Fix repo URL case sensitivity in .woodpecker.yml
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Corrected the capitalization of the repository username in the configuration. This ensures that the Docker build process points to the correct repository path.
2024-10-17 12:44:29 +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
144e823c77
#0000 - Upgraded expo and his dependencies 2024-10-17 10:23:38 +02:00
d95bfc99a6
add sso 2024-05-14 13:43:07 +02:00
97e93286f1
Initial commit
Generated by create-expo-app 2.3.1.
2024-05-06 11:06:27 +02:00