summaryrefslogtreecommitdiff
path: root/server/Rocket.toml
AgeCommit message (Collapse)Author
2025-01-04Add docker compose for developmentJoel Klinghed
As both compiling, tests and well, running, needs mariadb setup add a docker image for it. Also prepare for ldap support by adding a openldap image as well. Included .env as well, used by sqlx when compiling query!.
2024-12-29Rework auth to include sessionJoel Klinghed
The actual authentication is still fake.
2024-12-28fixup! Database connectionJoel Klinghed
2024-12-28Database connectionJoel Klinghed