dacr / spy   1.0.7

GitHub

spy web service with API

Scala versions: 3.x

spy service tests License

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

Quick local start

Thanks to scala-cli, this application is quite easy to start, just execute :

scala-cli --dep fr.janalyse::spy:1.0.7 -e 'spy.Main.main(args)'

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"