mediamanager/README.md

13 lines
500 B
Markdown
Raw Normal View History

# 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
2023-01-24 21:09:00 +01:00
- .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`
2023-01-24 21:09:00 +01:00
- `git submodule update --init`
- `dotnet run`