For all the weird people who track songs in TV shows.
docker run --name thesonglist -d -p 80:80 halomademeapc/thesonglist
You will need to provide your own appsettings.json
Additional configuration is needed for authentication
{
"Authentication": {
"Google": {
"ClientId": "YOUR_ID",
"ClientSecret": "YOUR_SECRET"
}
},
"Lastfm": {
"ClientId": "YOUR_ID",
"ClientSecret": "YOUR_SECRET"
}
}
To build
- .NET Core 2.2 SDK
- Node.js
To run
- .NET Core 2.2 Runtime
dotnet publish ./PokeR.csproj
dotnet ./PokeR.csproj