More > JRiver Media Center 27 for Linux

Docker access issue

<< < (2/2)

mwillems:

--- Quote from: HaWi on December 29, 2020, 02:27:22 pm ---Thank you
I'll give this a go. Will have to figure out how to enable authentication. I suppose I'll have to modify my docker-compose file?  This is what I have now:

--- End quote ---

You need to change it in the GUI I think by VNCing into the docker image, I'm not sure there's any way to enable or disable it via the command line. 

HaWi:
Thank you, I'll investigate

max096:

--- Quote from: HaWi on December 29, 2020, 02:27:22 pm ---Thank you
I'll give this a go. Will have to figure out how to enable authentication. I suppose I'll have to modify my docker-compose file?  This is what I have now:


--- Code: ---version: '3'
services:
  jrivermc27:
    image: shiomax/jrivermc27
    restart: always
    container_name: jrivermc27
    network_mode: host
    environment:
      - VNC_PASSWORD=___________
      - USER_ID-1026
      - GROUP_ID=101
      - DISPLAY_WIDTH=2560
      - DISPLAY_HEIGHT=1440
      - TZ=America/New_York
    volumes:
      - /volume1/docker/MC27/config:/config:rw
      - /volume1/music:/data/music:rw
      - /volume1/docker/MC27/data/Library:/data/Library:rw
--- End code ---

--- End quote ---

The password you put into the compose file is just for the vnc / novnc access to get to the UI. It has nothing to do with MC itself. You can setup username/password authentication in MC (Tools > Options > Media Network > Authentication). That youŽd do on the server. Then you need those to connect to it from other MC instances.

HaWi:
Yes, that's it. Thank you so much!

Navigation

[0] Message Index

[*] Previous page

Go to full version