This is a development version of the documentation. Content may change without notice.
Voke Documentation
Reference

Public Endpoints

Production and development URLs + ports for every Voke surface.

Production domains

ServiceURLAuth notes
Admin SPAhttps://voke.lovinka.comhttpOnly-cookie auth
REST APIhttps://api.voke.lovinka.comBearer + cookie auth
Documentationhttps://docs.voke.lovinka.comThis site

MQTT listeners

Production hostname: mqtt.voke.lovinka.com.

ListenerPortAuthWhen to use
mTLS8886Device certificateDefault production path
JWT8887RS256 JWT (PKCS#1 DER public key)Managed devices with rotating creds
Password8885mosquitto_passwdDev / low-trust only

Full onboarding instructions live under PLC / Devices.

Development ports

Standard ports when running the stack locally (bun run docker:up + bun run dev:apps).

ServicePort
API4410
Admin4010
Docs4020
PostgreSQL + TimescaleDB5434
Redis6381
Mosquitto (internal)1883
Mosquitto (PASSWORD)8885
Mosquitto (mTLS)8883
Mosquitto (JWT)8884
MailHog SMTP / Web1027 / 8027

Note: MQTT listener ports differ between dev and production. mTLS is 8883 locally and 8886 on the VPS; JWT is 8884 locally and 8887 on the VPS. The PASSWORD listener is 8885 in both environments.

On this page