5 commands. Backend runs in 30 seconds on any Docker host.
Three steps. No account, no server, no config.
-
$ git clone https://github.com/REPLACE_PERSONA/goon.git
-
$ cd goon && cp .env.example .env
-
$ # edit .env: set TPDB_API_TOKEN, STASHDB_API_KEY, API_KEYS
-
$ docker compose up -d
-
$ curl localhost:8000/health
-
{"status":"ok"}
-
- Then download the APK above, point it at your backend, paste an API key.
- Full docs in the
- README.
-