Skip to content

cmahnke/iiif-proxy

Repository files navigation

IIIF Proxy

A content rewriting Proxy for IIIF

The current implementation also acts as proxy for two IIIF service of the University of Göttingen.

Downloading

git clone --recurse-submodules https://github.com/cmahnke/iiif-proxy.git

Building

docker-compose build

Running

docker-compose up

Accessing the demo application

There is a demo web application bundled, which can do the required URL rewrite.

TODO

Infrastructure

  • Finish integration of Letsencrypt
    • Test SSL

Functionality

  • Implement IIIF presentation manifest rewrite
  • Check other types of page sequences (like recto / verso)

Usability

  • Catch 415 errors (wrong media type for content, like images with transparency) in viewer
  • Update URL depending on settings
  • Work with identifier instead of URL of info.json file

Links to try