-
Notifications
You must be signed in to change notification settings - Fork 115
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
Is there a dev.env template missing? #36
Comments
I'll upload an example soon. We've added several new variables. Also there is no more automatic TLS, we made a number of changes so that we could terminate TLS externally. |
Thanks! |
Please #define soon. |
As of the latest commit (b041699), the project uses the following environment variables:
You can look at this commit to see some of the variables' values: 7fc28b1#diff-e45e45baeda1c1e73482975a664062aa56f20c03dd9d64a827aba57775bed0d3 I listed them using this command: |
Yes I've seen these and tried creating a dev.env file with these in, and what I thijnk should be the roght values based on the docker-compre.yml of the original xsshunter-express, but I can't get it to work. I just keep gerting this error repeatedly after doing
Were you able to install a local version successfully? |
Same same... decided to stick to the original version |
This error is due to the variable
Please note that you have to supply your own Google OAuth client ID and secret, and I disabled Sentry and Google Cloud Storage. The app also only listen on localhost:8080. So you have to modify the docker configuration or use a reverse proxy (you have to anyway since this fork does not come with SSL by default). I used a self signed cert here to quickly demonstrate: Here is my nginx config, this fork won't work without the
|
Thank you @catmandx !! 🤘 |
dev.env file still not in the repo. |
Not to mention the readme.md being completely out of date - might as well archive this repo so other forks have a better chance of picking up the torch |
agreed, or at least bring on someone to maintain it. |
Hi
The
docker-compose.yml
file refers todev.env
. Is there a template for that? What fields need to be referenced? I tried the same as the original xsshunter environment variables but I couldn't get it to work.Thanks
The text was updated successfully, but these errors were encountered: