ft_transcendence/nginx
Maieul BOYER 1cbd778131 feat(auth/user): Finished User Rework to handle Guest
- Split userinfo APIs to their own service (`user`)
- Added user service to nginx and docker-compose
- Cleaned up package.json across the project to remove useless
  depedencies
- Added word list for Guest username generation (source in file itself)
- Reworked internal of `user` DB to not have a difference between "raw"
  id and normal ID (UUID)
2025-10-11 14:29:00 +02:00
..
conf feat(auth/user): Finished User Rework to handle Guest 2025-10-11 14:29:00 +02:00
15-local-resolvers.envsh getting merged anyway lol 2025-07-29 14:15:25 +02:00
17-add-template-prefix.sh getting merged anyway lol 2025-07-29 14:15:25 +02:00
Dockerfile feat(infra): reworked everything so that a single docker builds all + made sure everything works 2025-07-29 14:15:25 +02:00
README.md getting merged anyway lol 2025-07-29 14:15:25 +02:00

Nginx Configuration

You want to have a new microservice ?

Edit/add a file in conf/locations/ take example on conf/locations/icons.conf on how to make a reverse proxy and on how to serve static files

Good Luck Have Fun