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

Swap to Nginx #64

Open
thebeanogamer opened this issue Feb 9, 2022 · 1 comment
Open

Swap to Nginx #64

thebeanogamer opened this issue Feb 9, 2022 · 1 comment
Assignees

Comments

@thebeanogamer
Copy link
Member

Caddy is rubbish and it refuses to proxy websockets. Swap it out for a real web server.

@thebeanogamer thebeanogamer self-assigned this Feb 9, 2022
@thebeanogamer
Copy link
Member Author

thebeanogamer commented Feb 10, 2022

shell/public/index.html

Lines 24 to 32 in c698f01

window.env = {
footerText: '{{env "RACTF_FOOTER_TEXT"}}',
apiDomain: '{{env "RACTF_API_DOMAIN"}}',
siteName: '{{env "RACTF_SITE_NAME"}}',
apiBase: '{{env "RACTF_API_BASE"}}',
wssUrl: '{{env "RACTF_WSS_URL"}}',
gaUa: '{{env "RACTF_GA_UA"}}',
dsn: '{{env "RACTF_SENTRY_DSN"}}',
}

This is not going to be fun

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

No branches or pull requests

1 participant