Skip to content

tonipes/libresonic-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

DEPRECATED

This repo is deprecated as I moved to airsonic. It has an official official docker image.

Libresonic Dockerfile

This repository contains Dockerfile for Libresonic.

Setup is tested only in linux environment. However, it should work with any OS where docker is avalilable.

Dependencies

You need will need Docker.

Usage

Start Libresonic docker contained by running:

docker run --name libresonic -p 80:8080 -v <PATH_TO_YOUR_MUSIC>:/var/music tonipes/libresonic-docker
# -p 80:8080 maps your port 80 to docker container port 8080
# -v /.../:/var/music mounts your music library to container path /var/music

Docker will download image tonipes/libresonic-docker and setup container for you.

When done, libresonic will be avalilable at:

http://localhost/
OR
http://<YOUR_IP_HERE>/

Known issues

Transcoding

There might be issues with transcoding.

If .flac files won't play, you can try to change transcoding options to not use ffmpeg. See ArchWiki.

About

Dockerfile for running your libresonic in Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published