View your tickets and plan future trips
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.
Go to file
Laura Hausmann 1d51d32bc8
Rename debug user
2023-02-27 16:15:38 +01:00
trainav.web Rename debug user 2023-02-27 16:15:38 +01:00
.gitignore Update gitignore 2020-06-12 18:19:29 +02:00
LICENSE Update 'LICENSE' 2021-07-20 23:24:05 +02:00
README.md Rename debug user 2023-02-27 16:15:38 +01:00
trainav.sln Rename to trainav 2022-04-29 15:01:16 +02:00

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 to debuguser by default. This can be changed in AuthUtil.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