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

Add nginx forwarding #133

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

bendhouseart
Copy link
Contributor

@bendhouseart bendhouseart commented Sep 18, 2024

This adds nginx forwarding so that a local/on-prem deployment can behave a bit better.

TODO:

  • Set up redirects and forwarding so that /ezbids takes you to the expected place
  • Configure nginx to accept ssl certs and use HTTPS when available
  • Realign changes building and installing into docker images from Mac

@dlevitas I had to mess with vite and some other changes you recently made to make this behave on Mac, I'm not sure if it's worth adding in some logic to use/not use parts of the config if it's being built on Mac at all. In all honesty, it's probably best to undo those changes, but idk.

dev.sh Outdated
Comment on lines 20 to 21
(cd api && npm install -g npm@9.5.1)
(cd ui && npm install -g npm@9.5.1)
(cd api && npm install)
(cd ui && npm install)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dlevitas @anibalsolon Mac is such a nightmare, I had to mess with this stuff and disable husky to get this running on my x86 machine (old intel mac pro). As I mention in the PR description this should probably be undone, will do so once I've got https working properly.

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.

1 participant