MiniDLNA app, there are alternatives?

  • @raulfg3

    Unfortunately, your docker code doesn't work. I entered "host" in Network and adjusted the volumes with those of my setting... Error message: Connection Lost


    Log:

    [ERROR] [/root/.cargo/registry/src/github.com-1ecc6299db9ec823/r2d2-0.8.10/src/lib.rs:121] Unable to open the database file

    my code works for me, revise permission of your config folder when database is stored.


    and yes my-net is my user-defined bridge network for all my dockers: https://docs.docker.com/network/drivers/bridge/

  • Care to post your YML?

    Mask sensible data

    version: "3"

    container_name: polaris

    networks: host

    image: ogarcia/polaris:latest

    volumes:

    - /srv/dev-disk-by-uuid-743B2C9399754F5B:/music:ro

    - /srv/dev-disk-by-uuid-e499c926-df7e-459b-99be-698a180558af/Docker/appdata/polaris:/var/lib/polaris

    ports:

    - 5050:5050

    restart: unless-stopped


  • strange: It says here that the container is running, but cannot delete it either.

    At "Files" the docker is stopped and deleted.


    Outputs inside CODE boxes, please.

    The symbol </> on the blue banner of the post box:



    docker ps -a

    ls -al /srv/dev-disk-by-uuid-743B2C9399754F5B

    ls -al /srv/dev-disk-by-uuid-e499c926-df7e-459b-99be-698a180558af/Docker/appdata/polaris

  • That's why I have my music run over a second Raspi.

    Are you running docker Polaris on a Pi?

  • No, OMV Docker... Mini-PC

    And the outputs of post #24?

  • That has nothing to do with what I asked.


    docker ps -a


    ls -al /srv/dev-disk-by-uuid-743B2C9399754F5B


    ls -al /srv/dev-disk-by-uuid-e499c926-df7e-459b-99be-698a180558af/Docker/appdata/polaris

  • is this OK?

  • sudo docker stop 6bbf82afeb70

    sudo docker rm 6bbf82afeb70


    This is as instructed on the Github:


    On CLI run these commands:

    sudo mkdir -p /srv/dev-disk-by-uuid-e499c926-df7e-459b-99be-698a180558af/Docker/appdata/polaris/data

    sudo mkdir -p /srv/dev-disk-by-uuid-e499c926-df7e-459b-99be-698a180558af/Docker/appdata/polaris/cache

    sudo chown -R 100:100 /srv/dev-disk-by-uuid-e499c926-df7e-459b-99be-698a180558af/Docker/appdata/polaris/data

    sudo chown -R 100:100 /srv/dev-disk-by-uuid-e499c926-df7e-459b-99be-698a180558af/Docker/appdata/polaris/cache



    Go to the compose GUI and make a new file named "polaris" and copy/paste this code:


    Something like this:


    Save, accept the changes and launch it.


    It will be:


    Post the output of any error or of sudo docker logs polaris

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!