bodleian / iiif-manifest-editor

The Bodleian's IIIF Manifest Editor
http://dmt.bodleian.ox.ac.uk/
MIT License
82 stars 22 forks source link

Save manifest to myjson.com does not work anymore #53

Closed mnscholz closed 4 years ago

mnscholz commented 4 years ago

The site myjson.com is set as default when creating a new manifest at https://digital.bodleian.ox.ac.uk/manifest-editor .

However, it seems to be down for some time.

Does anyone know a replacement store?

schwemmer commented 4 years ago

Too bad that myjson.com doesn't work anymore. It seems to be permanently down.

You could use this alternative: https://github.com/textandbytes/iiif-manifest-store

But you would have to host it yourself.

mnscholz commented 4 years ago

ok. Thanks for the hint!

schwemmer commented 4 years ago

You're welcome. I actually want to leave this issue open because it doesn't look like myjson.com is coming back, in which case it should be removed as the default store and some of the dialogs need to be updated.

regisrob commented 4 years ago

Hi Rafael 😉 FWIW I've recently managed to configure a new JSON endpoint (directly through the Manifest Editor UI, which is great!) and store my custom Manifest on this 3rd-party service: https://jsonstorage.net The endpoint URL is: https://jsonstorage.net/api/items The question is: how long will it stay alive? 😬

schwemmer commented 4 years ago

Hi Régis! That's great! Maybe I can configure this as the default (when I get to it). Thanks for the tip!

schwemmer commented 4 years ago

@mnscholz Thanks for bringing this to my attention. I replaced myJson.com with JsonStorage.net as suggested by Régis, so the remote storage feature is now available again and you don't need to host anything yourself. You can see it in action here: http://iiif-manifest-editor.textandbytes.com/ (don't forget to delete your browser cache first)

@regisrob Thanks again for the great suggestion, Régis, it works like a charm!

schwemmer commented 4 years ago

PS: this also fixes manifest validation which was going through myJson.com and now goes through JsonStorage.net (can't POST directly to the IIIF Validator)

regisrob commented 4 years ago

Thanks Rafael, that was a quick fix! Cheers from Paris

mnscholz commented 4 years ago

Thanks for the fix!

Your changes, however, only apply to the editor found on http://iiif-manifest-editor.textandbytes.com/ , but not to the version I mentioned first at https://digital.bodleian.ox.ac.uk/manifest-editor . Will the latter also be updated?

schwemmer commented 4 years ago

Yes

ahankinson commented 4 years ago

I've just updated the Bodleian hosted manifest editor to the latest version. You may need to clear your browser caches if it doesn't work as expected.