-
v0.0.1
Stablereleased this
2026-01-03 10:52:36 +01:00 | 14 commits to master since this releaseFeatures
- add link creation and lookup (
d7f4006) - add sample endpoint to test JWT (
c19a098) - add link generation support (short/sentence links) + wordlist (
f86630c) - add CORS support with user-sourced trusted origins from .env (
6ad9c6f) - major code refactor, add login and register endpoints with swagger (
41f3b0f) - add 404 handling (
bade2f9) - refactor docker workflow; build both amd64 and arm64 docker images (
2e325fe) - add Gitea workflow for Docker image building (
09f0d3c) - add a Dockerfile for image building (
6b2f93b) - create basic express server with swagger documentation (
1e60fc2) - prepare TypeORM support for Postgres db calls (
56975a0)
Bug Fixes
- actually support JWT bearer authentication (
ec5cedc) - fix CORS import (
f0ca4e8) - global key retrieval not converting snake_case to UPPER_SNAKE_CASE (
7abf5ba) - add revised migration (
3f225a1) - use debian-based container for image building (
8fb05f2) - respect debug flag in .env for swagger endpoint generation (
52dbd15) - add .dockerignore to not build containers with .env secrets (
bf6fb81) - typo in Gitea workflow 2 (
7bb2dd5) - typo in Gitea workflow (
fa5932d) - add type hints for nullable columns (
1b8c9cc)
Downloads
- add link creation and lookup (