Sign inSign up

yuuza/musiccloud

By yuuza

Updated 11 months ago

Image
1

1.4K

yuuza/musiccloud repository overview

MusicCloudServer

The server of MusicCloud implemented in C# with ASP.NET Core.

Run in Docker Docker Cloud Build Status

docker run -d --name mc yuuza/musiccloud
With custom data location
docker run -d --name mc -v /PATH_TO_DATA:/app/data yuuza/musiccloud

Build / Run Manually

Requirements
Build
dotnet build

or

dotnet build -c Release
Configure Back-end

Edit file appsettings.json.

(Please ensure staticdir is configured correctly.)

Run
dotnet run

or

dotnet run -c Release

Now you can access http://localhost:5000/

Tag summary

Content type

Image

Digest

sha256:9315f28f2

Size

99.8 MB

Last updated

11 months ago

docker pull yuuza/musiccloud