|
||
---|---|---|
trainav.web | ||
.gitignore | ||
LICENSE | ||
README.md | ||
trainav.sln |
README.md
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