You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
trainav.web | 1 month ago | |
.gitignore | 2 years ago | |
LICENSE | 12 months ago | |
README.md | 2 months ago | |
trainav.sln | 2 months ago |
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