Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Authentication Implementation #8

Open
wants to merge 56 commits into
base: main
Choose a base branch
from

Conversation

jonathanpmoraes
Copy link

User Authentication Implementation

This pull request includes significant updates to the web server's Docker setup, including the addition of new Dockerfiles, a docker-compose configuration, and an NGINX configuration for handling SSL and OAuth2 proxy.

Docker setup improvements

  • web-server/Dockerfile: Introduced a new Dockerfile for the web server based on Node.js 18, including the installation of dependencies, building TypeScript code, and setting up authbind for port binding.
  • web-server/nginx/Dockerfile: Added a Dockerfile for NGINX, including the installation of OpenSSL, generation of self-signed certificates, and copying custom NGINX configuration.

Docker Compose configuration

  • web-server/docker-compose.yaml: Added a docker-compose.yaml file to define services for the web application, including the web server, NGINX proxy, and OAuth2 proxy, along with their dependencies and network configurations.

NGINX configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants