Overview

I introduced how to use the Docker version of Cantaloupe in the following article.

To use this Docker-based Cantaloupe in a (non-large-scale) production environment, connection to Amazon S3 and SSL support are required. Here is an example of how to do this.

Connecting to Amazon S3

The official documentation is available at:

https://cantaloupe-project.github.io/manual/5.0/sources.html#S3Source

The following Japanese article is also available:

For the Docker version covered here, information was found at:

https://github.com/Islandora-Devops/isle-buildkit/blob/main/cantaloupe/README.md#settings

I created a repository for establishing a minimal connection with S3.

https://github.com/nakamura196/docker_cantaloupe_s3

Rename or copy .env.example to .env and fill in the required values.

SSL Support

I referenced the following article. I installed Docker on EC2 and used nginx-proxy and nginx-proxy-lets-encrypt for SSL.

https://qiita.com/atsuya/items/7cb6e0ccee63d751d41f

v#sneeoerprnllchvdtdsrvgeuethhweioiiicplrticd---mrmopofeoxcnmoooaesmoeoetlsaraxnyexanr--l---b-seanp"lcvhss:trkutn:s-gttuetngtenuehtv:::aslea:peas""mhdvc/l"aceangmromam:trm'r:i:84ethhesscrr:idietslr::ne3on04smporar:otynsnsst:a:'xje:3:lastrm:pje_x:::rlywr8::rts//.trro-/uu:c:i_04/a::rdga:c_npeesnoln"4um//uoilsn:rttrmda3s:eenctw/aoccdmem"rtt/khalmx/sooreeccdeuyeeynnhcn/:st//orbst:"ggak_nhcnnc/.siirelgna/ggknjennneriigrniiegrngxx.nniegnnricci/nskxn/ixx.nsrncvgo-xnn/sx.yxehicp-gxco-lp-ronkrpi/hecpetptsx:orndorkrt-rst/xoxhst:sno:.hvyx/ptsxegxrdtayha.:tyniywmrtrdrm-cn-l/maopwrxlrlm/iy-eudtpptnohtrs/c-_o-dkenxeoengyncrci-ck.rncresyxoyrop_mp.ctpptsk/rao:loncroxikogyo::_nr/covoamrp/alnoigo/nn.gnignixnx_proxy"
sneerctdvaweinierofectmneraxeaavCCCCCCCCVLLskutnslgiAAAAAAAAIEEtslea:oerNNNNNNNNRTTa:trmu:oTTTTTTTTTSSr:nepnAAAAAAAAUEEta:eimLLLLLLLLANN:l:seOOOOOOOOLCC:clnUUUUUUUU_RRaoatPPPPPPPPHYYlmn:EEEEEEEEOPPwmd________STTaooEESSSSSST__ynrNNO33333:HEs_aDDUSSSSSOMl/PPROOOOO<SAicOOCUUUUUcTInaIIERRRRRu:LknNN_CCCCCs:tTTSEEEEEt<a__T_____oc<lAAAASRBLmueoDDTCEEAO-smuMMICCGSOdtapIICERIIKooieNN:SEOCUmml:__STNLPa--2ESS__:O_ida.NE3KKOSnod0ACSEE$KT>md.BRoYY{URar1LEu_:CPAie0ETrIASTnsD:cD$NTE>s:e:{TRG>mCAAYfy$ALT:a_{NOElaCTUGBsdAAPYaemNLE_siTO_BinAUSUc_LP3CLpOESKoaU_OEosPSUTksE3R_u_SCNpSOEAS3U_MtSRRErOCE:aUEGtR_I$eCSO{gEENCy_C}AARN#CETCTAOE_LrSKOSEUa_YPnK}EoE_tYSh_3eISrDO}UsRtCrEa_tBeAgSyICiLfOOnKeUePdSeTdRATEGY_BUCKET_NAME}

Summary

For small-to-medium scale use of IIIF image servers, the approach described above is one of the relatively easy deployment methods.

For IIIF image delivery using S3, the following tool is also available:

https://github.com/samvera/serverless-iiif

While the following Japanese article may not reflect the latest content of the above repository, I hope it also serves as a useful reference:

I hope this serves as a useful reference as one approach to deploying a IIIF image server.