• Joined on 2025-01-31
matt pushed to main at matt/monacousa-portal 2025-08-07 12:55:17 +02:00
2c545dcaaa Fix login authentication flow and improve proxy configuration
matt pushed to main at matt/monacousa-portal 2025-08-07 12:46:13 +02:00
57428f437c feat: enhance session cookie handling with domain configuration and expiration settings
matt pushed to main at matt/monacousa-portal 2025-08-07 12:35:16 +02:00
c2c9f2fb8e fix: ensure session cookie is properly read by forcing page reload on login success
matt pushed to main at matt/monacousa-portal 2025-08-07 12:28:43 +02:00
cd29123e23 Refactor authentication system with tier-based access control
matt pushed to main at matt/monacousa-portal 2025-08-07 03:43:28 +02:00
2c2c0f5c33 feat: implement custom login system with direct authentication
308c58e924 fix: add missing newline at end of .env.example file
Compare 2 commits »
matt pushed to main at matt/monacousa-portal 2025-08-07 03:17:28 +02:00
858b252a7e Add debug logging and cookie domain configuration to auth flow
matt pushed to main at matt/monacousa-portal 2025-08-07 02:56:55 +02:00
d8420b8f9e feat: add debug entrypoint script and enhance health check logging
matt pushed to main at matt/monacousa-portal 2025-08-07 01:32:38 +02:00
378e730c68 chore: update Docker deployment guide and configuration
matt pushed to main at matt/monacousa-portal 2025-08-06 15:59:46 +02:00
902f36ee12 Refactor Docker workflow to remove Node.js installation and streamline image build and push steps
matt pushed to main at matt/monacousa-portal 2025-08-06 15:56:01 +02:00
0e9aaa90f1 Refactor Docker installation step to simplify setup and ensure service starts
matt pushed to main at matt/monacousa-portal 2025-08-06 15:55:38 +02:00
e5dcc3d67b Refactor Docker setup step to check for existing installation and verify functionality
matt pushed to main at matt/monacousa-portal 2025-08-06 15:53:32 +02:00
13eb09035f Refactor Docker workflow to streamline image build and push steps
matt pushed to main at matt/monacousa-portal 2025-08-06 15:46:09 +02:00
e0b9c5be68 Add Node.js installation step to Docker workflow
matt pushed to main at matt/monacousa-portal 2025-08-06 15:42:08 +02:00
d524011060 Refactor Docker image build process to use Buildx for improved efficiency
matt pushed to main at matt/monacousa-portal 2025-08-06 15:28:24 +02:00
45de58cbf3 Update GitHub Actions workflow to change runner to ubuntu-22.04
matt pushed to main at matt/monacousa-portal 2025-08-06 15:25:29 +02:00
df5cdd7a55 Update GitHub Actions workflow to change runner from monacousa-portal to monacousa
matt pushed to main at matt/monacousa-portal 2025-08-06 15:20:38 +02:00
633384564f Update GitHub Actions workflow to use monacousa-portal-runner for Docker jobs
matt pushed to main at matt/monacousa-portal 2025-08-06 15:15:25 +02:00
8d93f4cd2e Refactor code structure for improved readability and maintainability
matt pushed to main at matt/monacousa-portal 2025-08-06 15:00:01 +02:00
870be11f7f Recreate create-and-push-image.yaml workflow for building and pushing Docker images
matt pushed to main at matt/monacousa-portal 2025-08-06 14:57:20 +02:00
ae928bbb9b Update Dockerfile and docker-compose.yml to change application port to 6060; add health check endpoint. Add cookie dependency to package.json and create health check API endpoint.