Skip to content

diginex/docker-opentimestamps-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

docker-opentimestamps-server

Usage

docker run --rm -it \
  -e BITCOIN_RPCCONNECT=<your-bitcoind-rpc> \
  -e BITCOIN_RPCPORT=<rpc-port> \
  -e BITCOIN_RPCUSER=<rpc-user> \
  -e BITCOIN_RPCPASSWORD=<rpc-password> \
  -e OTS_CALENDAR_URI=<publicly-reachable-address-of-your-calendar-server> \
  -p 14788:14788 \
  diginex/opentimestamps-server

Please note that the above exposes the server over HTTP publicly. You can use something like nginx-proxy and letsencrypt-nginx-proxy-companion to protect your users.

About

Run opentimestamps-server as a docker container

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published