You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running it behind nginx proxy manager and it seems to work, however it loads without the settings and documents i set via localhost, looks like a clean install. Kinda weird.
Description
A typical user will want to host Verba behind a web proxy or a load balancer which will be fronted by a domain.
Is this a bug or a feature?
Steps to Reproduce
Launch your Verba locally:
verba start --host localhost --port 8080
Then for example add an ngrok SSL proxy:
ngrok http --domain=mycooldomain.com 8080
This will result in a forever Loading Verba screen, because the api.ts file is hardcoded with localhost.
Suggestion
I suggest to add another parameter into Verba which will then override the localhost in api.ts
For example:
verba start --host localhost --domain mycooldomain.com --port 8080
The text was updated successfully, but these errors were encountered: