COAR Notify LDN inbox and validation test system
Instructions for using the system appear on the home page of the webservice (see source for this)
docker build -t notify_ldn_inbox .
(for publishing to Antleaf Docker repo)
docker image tag notify_ldn_inbox:latest antleaf/notify_ldn_inbox:1.2
docker login
docker push antleaf/notify_ldn_inbox:1.2
With defaults:
docker run \
-it \
--rm \
-p 80:80 \
antleaf/notify_ldn_inbox:1.2
Specifying arguments:
docker run \
-it \
--rm \
-p 80:80 \
antleaf/notify_ldn_inbox:1.2 \
notify_ldn_inbox -db=/opt/data/ldn_inbox.sqlite -host=http://localhost -port=1313 -debug=true