https://github.com/buda-base/buda-iiif-server
the buda Image server based on hymir iiif-server
https://github.com/buda-base/buda-iiif-server
Last synced: 3 months ago
JSON representation
the buda Image server based on hymir iiif-server
- Host: GitHub
- URL: https://github.com/buda-base/buda-iiif-server
- Owner: buda-base
- License: mit
- Created: 2018-02-27T11:25:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-12-22T11:55:29.000Z (6 months ago)
- Last Synced: 2026-01-19T19:43:57.162Z (5 months ago)
- Language: Java
- Size: 19.2 MB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BUDA IIIF image server
The buda IIIF image server, based on [hymir](https://github.com/dbmdz/iiif-server-hymir).
### API
See [API.md](API.md) for a description of the API and the different ways to access an image.
## Configuration
Two profiles are available : `PROD` or `local`, they can be customized in `/src/main/resources/application.yml`.
### Configuring resolver for amazon S3 repository
Follow these instructions:
https://docs.aws.amazon.com/cli/latest/userguide/cli-config-files.html
### Configuration files and configuration path
A config path should be set to indicate where to find `iiifserv.properties` and `iiifserv-private.properties` (see templates in the root dir of this repo).
In addition, a server-specific Spring config is passed in the `application.yml` file (see template in the root dir of this repo).
### compile and run:
in the buda-iiif-server directory, run:
```
mvn clean package
```
then using your favorite port and profile (here 8080 and "local"), run:
```
java -Dserver.port=8080 -Dspring.profiles.active=local -Diiifserv.configpath=/your/config/path/ -Dspring.config.location=file:/your/spring/config/pathFor/application.yml -jar target/buda-hymir-1.0.0-SNAPSHOT-exec.jar
```
### Note
You must implement `de.digitalcollections.core.backend.impl.file.repository.resource.resolver.S3Resolver` if you wish to use a different identifier format (see `Bdrcs3Resolver` for BDRC's identifer format).
https://www.qoppa.com/pdfwriter/