Tool for keeping track of media.
Go to file
Laura Hausmann b366396039
Ignore case on sort
Signed-off-by: Laura Hausmann <laura@hausmann.dev>
2022-09-03 20:14:41 +02:00
MediaManager Ignore case on sort 2022-09-03 20:14:41 +02:00
.gitignore Initial public git commit 2022-09-03 01:59:27 +02:00
LICENSE Initial public git commit 2022-09-03 01:59:27 +02:00
MediaManager.sln Initial public git commit 2022-09-03 01:59:27 +02:00
README.md Initial public git commit 2022-09-03 01:59:27 +02:00

MediaManager

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 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)

  • cd MediaManager

  • dotnet run