-
Notifications
You must be signed in to change notification settings - Fork 56
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
[Feature request] Ability to export static site (html, JS, css) #144
Comments
You can build it on your own and place it on your server. Here are the commands to do it:
Now, take the contents of the Also, have a look at https://github.com/develancer/topola-webpack It is supposed to create a standalone topola-viewer package bundled together with a GEDCOM file. |
One more, probably the easiest way. Take this zip file, unpack it and upload the contents to your server: |
Thanks, when I do that and load my GED file via URL (hosted on the same domain), I get Failed to load file Inspecting requests, it's still trying to go via https://topola-cors-server.up.railway.app. I'd like to avoid dependency on any third party service, so I can host it completely independently. GET https://topola-cors-server.up.railway.app/https://my.domain.url returns Missing required request header. Must specify one of: origin,x-requested-with Again, my goal is to self-host my tree on my own web server so I can share the URL with my family. I don't want to rely on any third-party service that could go down any time. |
Add |
Thank you, that worked! Is there a way to hide the top navigation bar? I don't want my family to be able to see all the options, I'm pre-configuring the file URL and all the options in the query string. I may also want to embed it in an iframe, so the navigation bar would be out of place there. |
Add |
Thank you! |
It would be great to export the entire site as a static site with just HTML, CSS and JS so that it could be uploaded to my own web server and served that way without relying on Topola or any server-side components. Is such a thing possible?
The text was updated successfully, but these errors were encountered: