Tool for keeping track of media.
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.
 
 
 
 
Laura Hausmann 29a10ad2bb
Upgrade to nuget.org build
4 months ago
MediaManager Add dev environment dependency 4 months ago
.gitignore Initial public git commit 9 months ago
LICENSE Initial public git commit 9 months ago
MediaManager.sln Initial public git commit 9 months ago
README.md Upgrade to nuget.org build 4 months ago
global.json Add global.json 4 months ago

README.md

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

  • dotnet run