Tool for keeping track of media.
Go to file
2023-01-24 21:09:00 +01:00
MediaManager Add dev environment dependency 2023-01-24 21:01:49 +01:00
System.Data.SQLite.Core.osx.arm64@c619b8e152 Add dev environment dependency 2023-01-24 21:01:49 +01:00
.gitignore Initial public git commit 2022-09-03 01:59:27 +02:00
.gitmodules Add dev environment dependency 2023-01-24 21:01:49 +01:00
global.json Add global.json 2023-01-24 18:32:18 +01: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
nuget.config Add dev environment dependency 2023-01-24 21:01:49 +01:00
README.md Update README.md 2023-01-24 21:09:00 +01: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 7.0 or higher; arch package dotnet-sdk)

  • ASP.NET Core Runtime (version 7.0 or higher; arch package aspnet-runtime)

  • cd MediaManager

  • git submodule update --init

  • dotnet run