-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hey, i like the project and contributed a bit to the proxy already. Now I am trying the frontend for the first time.
I got a question about where you want to take this project. As I understood it, anybody should be able to run their own proxy and frontend, right?
I have a proxy running, which works and, of course, I want to connect the frontend to my proxy, however the links in the frontend are hardcoded to go to api.routstr.com and chat.routstr.com.
Is that just temporary during the MVP-phase of the project? If this were the case, I might open a pull request changing those links to something specified by the user (in a .env file).
Also, I am new to Node.js, so if there is a way to set the backend / proxy url already, please let me know.
Any feedback would be welcome, thanks!