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
2023-01-24 21:23:53 +01:00

12 lines
462 B
Markdown

# Trainav
## DISCLAIMER
- This app uses the `Remote-User` header for authentication. For production use an auth proxy like Authelia is required. In development mode the user is set to `zotan` by default. This can be changed in `AuthUtil.cs`.
## 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`)
- `cd trainav.web`
- `dotnet run`