Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.

Releases: innonymous/api-server

v.1.0.1

09 Oct 13:50
646024f

Choose a tag to compare

Add docs, fix dockerfile.

v1.0.0

03 Oct 19:17
7b322c9

Choose a tag to compare

Fix captcha, regex, cleaning.

First Alpha version.

25 Aug 06:57

Choose a tag to compare

First Alpha version. Pre-release
Pre-release

Basic functional, no docs.

.env file example:
API_DATABASE_URL=postgresql+asyncpg://username:password@host/innonymous
API_JWT_KEY=32 bytes in hex, can be generated as $(openssl rand -hex 32)

Run with docker:
docker run --env-file .env -p 8000:8000 smthngslv/innonymous-api-server:latest