This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
trainav/README.md
2022-05-03 01:40:30 +02:00

14 lines
494 B
Markdown

# Trainav
## DISCLAIMER
- This app uses the `Remote-User` header for authentication. For use an auth proxy like Authelia is required.
## Development / testing requirements
- .NET Core SDK (version 6.0 or higher; arch package `dotnet-sdk`)
- ASP.NET Core Runtime (version 6.0 or higher; arch package `aspnet-runtime`)
- Redis instance running on localhost
- `cd trainav.web`
- Generate a random string (or use something else) and save it to `regkey.txt` to allow registrations
- `dotnet run`