You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
trainav.web | 2 months ago | |
.gitignore | 3 years ago | |
LICENSE | 2 years ago | |
README.md | 3 months ago | |
trainav.sln | 1 year ago |
README.md
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 todebuguser
by default. This can be changed inAuthUtil.cs
.
Development / testing requirements
-
.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
) -
cd trainav.web
-
dotnet run