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

Choose a tag to compare

@smthngslv smthngslv released this 09 Oct 13:50
646024f

Add docs, fix dockerfile.

v1.0.0

Choose a tag to compare

@smthngslv smthngslv released this 03 Oct 19:17
7b322c9

Fix captcha, regex, cleaning.

First Alpha version.

First Alpha version. Pre-release
Pre-release

Choose a tag to compare

@smthngslv smthngslv released this 25 Aug 06:57

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