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

12 lines
466 B
Markdown
Raw Permalink Normal View History

2022-04-29 14:59:24 +02:00
# Trainav
2020-06-11 20:29:16 +02:00
## DISCLAIMER
2023-02-27 16:15:38 +01:00
- 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 `debuguser` by default. This can be changed in `AuthUtil.cs`.
## Development / testing requirements
2023-02-27 16:15:38 +01:00
- .NET Core SDK (version 7.0 or higher; arch package `dotnet-sdk`)
- ASP.NET Core Runtime (version 7.0 or higher; arch package `aspnet-runtime`)
2022-04-29 14:59:24 +02:00
- `cd trainav.web`
- `dotnet run`