Sign inSign up

romancin/bliss

By romancin

•Updated almost 5 years ago

Docker container including bliss (https://www.blisshq.com)

Image
1

100K+

romancin/bliss repository overview

⁠bliss-docker

A repository for creating a docker container including bliss (https://www.blisshq.com⁠)

docker pulls docker stars Donate

Latest versions:

Docker Image Version (latest semver) docker size

You can invite me a beer if you want ;)

This is a completely funcional Docker image with Bliss HQ.

Based on Alpine Linux, which provides a very small size.

Tested and working on Synology and QNAP, but should work on any x86_64 devices.

Instructions:

  • Map any local port to 3220 for web access
  • Map any local port to 3221 (used for bliss internal web server)
  • Map a local volume to /config (Stores configuration data)
  • Map a local volume to /music (This is the directory wher you should put your music for bliss to scan)

NOTE: In order to migrate from the old container, you need to enter the local directory you are mapping to /config, create a ".bliss" directory on it and move all files and directories to this directory. This container fixes persitent data. With the older container it didn't work.

Sample run command:

docker run -d --name=bliss \
-v /share/Container/bliss:/config \
-v /share/MyMusic:/music \
-e PGID=0 -e PUID=0 \
-e TZ=Europe/Madrid \
-p 3220:3220 \
-p 3221:3221 \
romancin/bliss:latest

Tag summary

Content type

Image

Digest

Size

191 MB

Last updated

almost 5 years ago

docker pull romancin/bliss