Migrated to using Bun instead of Node and PNPM. This also brings in a Devcontainer which enables quick and easy development of the project. Additionally this adds connectivity to S3 (with a default Minio server pre-created) this enables Files to be uploaded against Mantises. There's also a new Internal Notes feature to store arbitrary text notes against a Mantis.

This commit is contained in:
Cameron Redmore 2025-04-27 21:18:01 +00:00
parent 80ca48be70
commit 3b846b8c8e
23 changed files with 3210 additions and 6490 deletions

View file

@ -1,5 +1,5 @@
RP_ID=localhost
RP_NAME=StylePoint
ORIGIN=http://localhost:9100
DATABASE_URL="postgresql://sts-sls-utility:MY_SECURE_PASSWORD@localhost:5432/sts-sls-utility?schema=public"
SESSION_SECRET=MY_SECURE_SESSION_SECRET
DATABASE_URL="postgresql://stylepoint:{{POSTGRES_PASSWORD_REPLACE_ME}}@localhost:5432/stylepoint?schema=public"
SESSION_SECRET=SESSION_SECRET_REPLACE_ME