Update README

This commit is contained in:
Laura Hausmann 2023-01-24 21:23:53 +01:00
parent 663fe7a86f
commit b034bce7cc
Signed by: zotan
GPG Key ID: D044E84C5BE01605
1 changed files with 1 additions and 3 deletions

View File

@ -1,13 +1,11 @@
# Trainav
## DISCLAIMER
- This app uses the `Remote-User` header for authentication. For use an auth proxy like Authelia is required.
- 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`)
- 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`