Skip to content

Commit

Permalink
Update iiif config for local deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
joschrew committed Nov 14, 2024
1 parent 6a88c79 commit 5ab9820
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions cfg/local/iiif.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
Iiif_Base_Url_GDZ="https://gdz.sub.uni-goettingen.de/"
Iiif_Base_Url_Digizeit="{{HOST_BASE_URL}}/"
Iiif_Base_Url="{{HOST_BASE_URL}}/"
Iiif_Base_Url_NLH=TODO
Iiif_Base_Url_NLH="TODO-Iiif_Base_Url_NLH-%s"

Iiif_Manifest_URL_GDZ="https://manifests.sub.uni-goettingen.de/iiif/presentation/%s/manifest"
Iiif_Manifest_URL_Digizeit="{{HOST_BASE_URL}}/iiif/presentation/%s/manifest"
Iiif_Manifest_URL="{{HOST_BASE_URL}}/iiif/presentation/%s/manifest"
Iiif_Manifest_URL_NLH=TODO
Iiif_Manifest_URL_GDZ="TODO-Iiif_Manifest_URL_GDZ-%s"
Iiif_Manifest_URL_Digizeit="{{HOST_BASE_URL}}/iiif/manifest?id=%s"
Iiif_Manifest_URL="{{HOST_BASE_URL}}/iiif/manifest?id=%s"
Iiif_Manifest_URL_NLH="TODO-Iiif_Manifest_URL_NLH-%s"

Iiif_Manifest_URL_Related_Digizeit="{{HOST_BASE_URL}}/iiif/presentation/%s/manifest"
Iiif_Manifest_URL_Related="{{HOST_BASE_URL}}/iiif/presentation/%s/manifest"
Iiif_Manifest_URL_Related_GDZ=TODO
Iiif_Manifest_URL_Related_NLH=TODO
Iiif_Manifest_URL_Related_Digizeit="Iiif_Manifest_URL_Related_Digizeit-unused-%s"
Iiif_Manifest_URL_Related="TODO-Iiif_Manifest_URL_Related-%s"
Iiif_Manifest_URL_Related_GDZ="TODO-Iiif_Manifest_URL_Related_GDZ-%s"
Iiif_Manifest_URL_Related_NLH="TODO-Iiif_Manifest_URL_Related_NLH-%s"

# https://dev.aws.digizeitschriften.de/search?direction=asc&sorting=_score&access=all&scope=all&filter[Objekttyp][1]=periodical&from=&to=&q=479468729
# https://dev.aws.digizeitschriften.de/search?q=345574974
Expand All @@ -23,10 +23,8 @@ Iiif_Search_By_Id_URL_GDZ=TODO
Iiif_Search_By_Id_URL_NLH=TODO

Iiif_Image_Converter_URL_GDZ="https://images.sub.uni-goettingen.de/iiif/image/%s"
Iiif_Image_Converter_URL_Digizeit="{{HOST_BASE_URL}}/iiif/image/%s"
#Iiif_Image_Converter_URL="{{HOST_BASE_URL}}/iiif/image/%s"
#Iiif_Image_Converter_URL="{{HOST_BASE_URL}}/api/export/file?id=<pid>&path=<pageid_path>
Iiif_Image_Converter_URL="{{HOST_BASE_URL}}/export/file?id=%s&path=%s"
Iiif_Image_Converter_URL_Digizeit="TODO-Iiif_Image_Converter_URL_Digizeit-%s"
Iiif_Image_Converter_URL="{{HOST_BASE_URL}}/iiif/image?id=%s&path=%s"
Iiif_Image_Converter_URL_NLH=

# /api/iiif/presentation/:workid/:filegrp/:pageid
Expand Down Expand Up @@ -60,7 +58,7 @@ Iiif_Viewer_Sequence_Resolving_URL_NLH=
Iiif_Viewer_Resolving_URL_GDZ="https://manifests.sub.uni-goettingen.de/id/%s"
Iiif_Viewer_Resolving_URL_Digizeit="{{HOST_BASE_URL}}/id/%s"
Iiif_Viewer_Resolving_URL="{{HOST_BASE_URL}}/id/%s"
Iiif_Viewer_Resolving_URL_NLH="https://nl.sub.uni-goettingen.de/id/%s?origin=/collection/%s"
Iiif_Viewer_Resolving_URL_NLH="https://nl.sub.uni-goettingen.de/id/%s?origin=/collection/%s"

Iiif_Viewer_Canvas_Resolving_URL_GDZ="https://manifests.sub.uni-goettingen.de/iiif/presentation/%s/canvas/%s:%s:%s"
Iiif_Viewer_Canvas_Resolving_URL_Digizeit="{{HOST_BASE_URL}}/iiif/presentation/%s/canvas/%s:%s:%s"
Expand Down

0 comments on commit 5ab9820

Please sign in to comment.