Self-Hosting with my own CORS server #114
-
As mentioned in another thread, I am self-hosting Topola to load up with my own CORS server. This will allow me to load a restricted URL (ie: Google Drive) and potentially show custom information in my family trees. Eventually I'd like to put it behind a password-protected site. Looking through the source, I found that topola-cors.herokuapp.com is hard coded in /src/datasource/load_data.ts. Should I be changing the URL there to my own CORS server, or is there a better way? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Just as a followup to my own question: Yes, changing the hard-coded topola-cors.herokuapp.com to my own cors server and then running cors-anywhere will allow me to self-host topola-viewer. |
Beta Was this translation helpful? Give feedback.
Just as a followup to my own question: Yes, changing the hard-coded topola-cors.herokuapp.com to my own cors server and then running cors-anywhere will allow me to self-host topola-viewer.