Some checks failed
Testing/Linting / test (analysis) (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
Testing/Linting / test (backend) (push) Successful in 11m31s
592 B
592 B
Knifer
A self-hosted demo analysis tool. Migrated from GitHub
Usage
Environment Variables
DATABASE_URLSTEAM_API_KEYBASE_URL
If using the 's3' storage backend
S3_ACCESS_KEYS3_SECRET_KEYS3_REGIONS3_ENDPOINTS3_BUCKET
Needed external Software
postgresql
Development
Frontend
- Navigate to the frontend folder
- Run
trunk watch
Backend
- Navigate to the root folder
- Run
cargo run --bin backend
DB Stuff
We use diesel as the ORM and using the cli for all the migrations