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

Offline fallback #67

Open
grimen opened this issue Feb 1, 2016 · 4 comments
Open

Offline fallback #67

grimen opened this issue Feb 1, 2016 · 4 comments

Comments

@grimen
Copy link
Contributor

grimen commented Feb 1, 2016

It would be of great value if this project had a fallback on offline search/filtering. Not possible with 100% Algolia dependency, but I could look into client-side approach as fallback using Lunr.js or similar.

Thoughts?

@thomaspark
Copy link
Owner

Sure, it would be great to have offline fallback as a contingency, and I suppose as a niche use case with local clone.

@grimen
Copy link
Contributor Author

grimen commented Feb 2, 2016

OK. Actually passed my mind to propose a move towards both Web and Desktop (i.e. using Electron) with same code base, and so offline makes sense. Will have a look at this then.

@coliff
Copy link
Contributor

coliff commented Dec 30, 2016

For this site to work offline I'd suggest;

  1. Get a free SSL cert for the domain from Cloudflare and point it at Github Pages (it's easy to do and free)
  2. Now the site is available over HTTPS (which has many benefits) you can now take advantage of Service Workers, so you can make the site work offline with https://www.talater.com/upup/.

@thomaspark
Copy link
Owner

Thanks for the suggestion. I've set up GlyphSearch to be available over https://glyphsearch.com, which was needed anyway.

Will look into step 2...

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

3 participants