No description
Find a file
2025-07-21 15:17:33 +02:00
.vscode got started on new look. pivoting to api implementations now 2025-04-01 14:17:20 +02:00
better-auth_migrations worked on various things 2025-06-17 16:13:40 +02:00
docs/design alright, got it to the point where it'll automatically download new entries. now to fix the UX of it all... 2025-06-16 16:15:45 +02:00
patches add patch for solid start (tanstack underneath) 2025-05-14 13:51:33 +02:00
public woooot, got streaming via the jellyfin api working! 2025-05-28 13:16:54 +02:00
src worked on various things 2025-06-17 16:13:40 +02:00
.gitattributes recommitting after removing lfs files 2025-06-16 11:11:38 +02:00
.gitignore lovely. got a couple of partial implementations.... 2025-04-14 00:15:18 +02:00
app.config.ts kaas 2025-06-28 19:25:54 +02:00
auth.sqlite worked on various things 2025-06-17 16:13:40 +02:00
bun.lock update deps 2025-07-21 15:17:28 +02:00
bunfig.toml finish migration to less deps 2025-03-31 14:49:31 +02:00
Caddyfile started implementing radarr and sonarr 2025-06-05 20:24:17 +02:00
docker-compose.mocks.yml started implementing radarr and sonarr 2025-06-05 20:24:17 +02:00
docker-compose.yml recommitting after removing lfs files 2025-06-16 11:11:38 +02:00
flake.nix worked on various things 2025-06-17 16:13:40 +02:00
package.json update deps 2025-07-21 15:17:28 +02:00
README.md recommitting after removing lfs files 2025-06-16 11:11:38 +02:00
tsconfig.json worked on various things 2025-06-17 16:13:40 +02:00

Notes

Setting up the project

run the command bun --bun run db:generate in order to create and populate the better-auht database

APIS

Host mocked api's

docker compose up

Generate openapi client

  • path to source yml or json
  • path to output, will create a typescript file

example

bunx openapi-typescript .\src\features\content\apis\api.json -o .\src\features\content\apis\api.generated.ts