Lol3rrr 48e7c5c5b7
Some checks failed
Testing/Linting / test (analysis) (push) Has been cancelled
Testing/Linting / test (backend) (push) Has been cancelled
Testing/Linting / lint (analysis) (push) Has been cancelled
Testing/Linting / lint (backend) (push) Has been cancelled
build-docker-image / docker (push) Has been cancelled
Start work on #34
Started work on the garbage-collection module. This for now just loads the stored demo ids
and checks if they are also found in the database, logging every demo that could not be found
and should at some point delete these demos
2024-11-17 20:55:55 +01:00
2024-10-13 22:44:17 +02:00
2024-11-05 07:50:43 +01:00
2024-11-17 20:55:55 +01:00
2024-11-05 07:50:43 +01:00
2024-11-05 07:50:43 +01:00
2024-11-05 07:50:43 +01:00
2024-09-29 13:29:27 +02:00
2024-10-13 22:44:17 +02:00
2024-09-07 02:57:04 +02:00
2024-11-02 03:30:28 +01:00
2024-11-01 04:03:35 +01:00

Knifer

A self-hosted demo analysis tool

Usage

Environment Variables

  • DATABASE_URL
  • STEAM_API_KEY
  • BASE_URL

If using the 's3' storage backend

  • S3_ACCESS_KEY
  • S3_SECRET_KEY
  • S3_REGION
  • S3_ENDPOINT
  • S3_BUCKET

Needed external Software

  • postgresql

Development

Frontend

  1. Navigate to the frontend folder
  2. Run trunk watch

Backend

  1. Navigate to the root folder
  2. Run cargo run --bin backend

DB Stuff

We use diesel as the ORM and using the cli for all the migrations

Description
No description provided
Readme 1 GiB
Languages
Rust 97.9%
PLpgSQL 0.7%
Dockerfile 0.6%
CSS 0.5%
HTML 0.3%