jsonresume / resume-website

Website for JSON Resume. 🏡 DEPRECATED - SEE MONO

Home Page:https://github.com/jsonresume/jsonresume.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

registry.jsonresume.org is down

24thsaint opened this issue · comments

I'm getting Error 502: Bad gateway. Although the jsonresume.org is up, registry.jsonresume.org seems to be down.

Same. :(

Working on it.

also, Kendall theme's preview is down. I wonder why?

Yeah, all theme previews and the editor is down =[

Can we help?

Will definitely finish the fix today. And then move towards a serverless architecture for next release.

This has been resolved, reference jsonresume/registry-server#98

This seems to be down for couple of days now. I need to fetch my resume json so that I can update the same. Is there a workaround to fetch the json if the above mentioned URL is down ?

This appears to be happening again.

+1

Can we help?

Thanks. Working on it. Tech and billing problem -.-

Need help @thomasdavis? I can give a hand

So mainly we need a way to execute npm packages (themes) against a POST'ed resume.json.

In the past I use to run a server (theme-server) that pulled down jsonresume-theme-* packages and ran them against resume.jsons. It was too hard to manage. I'm wondering if there is a way we can do it serverless.

I will be deploying a new serverless theme server within the hour, all themes will need to be manually added to the project to deploy.

As for the registry, I am trying to figure out some nice instructions to self host instead of publishing to a shared database.

I really like that idea. I was playing with the proyect yesterday and saw a lot of flaws that the theme-server has because of how it's pulling NPM packages dynamically.

If you start a project I can help you, if not, I can start something out tonight.

Awesome, new work can be found here jsonresume/registry-server#105

Much simpler so far