[Support] Linuxserver.io - gazee


Recommended Posts

linuxserver_medium.png?v=4&s=4000

Application Name: gazee
Application Site: https://github.com/hubbcaps/gazee
Docker Hub: https://hub.docker.com/r/linuxserver/gazee/
Github: https://github.com/linuxserver/docker-gazee

 

Please post any questions/issues relating to this docker you have in this thread.

 

If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.

Edited by linuxserver.io
Link to comment

started using this today found a problem

 

1. Default directories do not map back: /comics and /mylar do not map in the docker image, you have to go into the app itself after startup to add the config file locations. This will cause any changes you make to be null and void.

 

2. mylar directory: i changed this once to be /mylar in the application itself but when i restarted the app the changes was not saved and it reverted my user additions and password changes.

 

Link to comment

1.  In the default template you set your /comics and your /mylar config.  These drive mappings are not carried over when the application starts to automatically populate the Settings>Server>Comic Library Path or Mylar Path. You have to manually go in and set them in the application's WebUI

 

2. I'm not selecting anything but letting the system use the default which is mapped to my cache/docker/appdata/gazee/mylar  I'm not entirely sure it's writing to that dir or to the base image itself.

 

Link to comment

Please provide a screenshot of your template so I can see what you are entering.

 

1. Mapping folders to a container doesn't make the settings in the app populate. That you have to do yourself. Sometimes we add the settings if its possible, so might not be an easy way to do it with this app.

 

2. The default is not adding mylar to the end. Did you by any chance use /mnt/cache/appdata/gazed/mylar for the /mylar volume mapping?

Link to comment
3 hours ago, ffhelllskjdje said:

getting an error from "fix common problems" plugin

Docker Application gazee is currently set up to run in bridge mode The template for this application specifies that the application should run in mode.  Application Support Thread 

 

Ignore it. We had some issues getting the template right and this might be a remnant of those issue. 

It's supposed to be ran in bridge.

Link to comment
On 1/4/2018 at 4:48 PM, Bigdady92 said:

if i remove the folder mapping the docker container won't start. That path for mlyar needs to be populated in the template.

 

I'm seeing the same behavior:

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="gazee" --net="bridge" -e TZ="America/Los_Angeles" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 4242:4242/tcp -v "/mnt/user/appdata/gazee":"/config":rw -v "/mnt/user/Comics/":"/comics":rw -v "":"/mylar":rw linuxserver/gazee

/usr/bin/docker: Error response from daemon: Invalid volume spec ":/mylar:rw": Invalid volume specification: ':/mylar:rw'.
See '/usr/bin/docker run --help'.

The command failed.

Link to comment
1 minute ago, drsparks68 said:

 

I'm seeing the same behavior:

 

root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name="gazee" --net="bridge" -e TZ="America/Los_Angeles" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 4242:4242/tcp -v "/mnt/user/appdata/gazee":"/config":rw -v "/mnt/user/Comics/":"/comics":rw -v "":"/mylar":rw linuxserver/gazee

/usr/bin/docker: Error response from daemon: Invalid volume spec ":/mylar:rw": Invalid volume specification: ':/mylar:rw'.
See '/usr/bin/docker run --help'.

The command failed.

 

Remove the /mylar mapping from the template

Link to comment
  • 4 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.