dacr / spy   1.0.5

GitHub

spy web service with API

Scala versions: 2.13

spy service tests License

It has been deployed on https://mapland.fr/spy

Quick local start

Thanks to coursier from @alxarchambault, this application is quite easy to start, just execute :

cs launch fr.janalyse::spy:1.0.0

Configuration

Environment variable Description default value
SPY_LISTEN_IP Listening network interface "0.0.0.0"
SPY_LISTEN_PORT Listening port 8080
SPY_PREFIX Add a prefix to all defined routes ""
SPY_URL How this service is known from outside "http://127.0.0.1:8080"
SPY_STORE_PATH Where data is stored "/tmp/spy-data"