View Single Post
Old 09-01-2018, 08:05 AM   #9
ohIdon'tknow
Member
ohIdon'tknow began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Jan 2015
Location: The People's Republic of... to be honest, now that you ask, it seems to have entirely slipped my mind... oh well!
Device: kobo Aura One, Samsung tablet, Necronomicon - extra evil version
Downloading is working just fine now. It would have taken me days-weeks to discover the problem. Thanks for being so thoughtful.

While it's not a big deal, I do have a small problem with the GUI. I can't make the Ignored Categories permanent. When I return to the URL the COPS webpage is back to the default. Is there something else I need to change in the config file or elsewhere?

Also, I'm having a little difficulty with the Resilio Sync docker. I've pulled, created and started the docker but the webpage (http://ipaddress:8888) is missing. No doubt I've made some very basic mistake, but I've no clue where. My attempt at creation below. If it's not too much bother, please could you help me with this final hurdle?

Code:
docker run -d \
  --name=resilio-sync \
  -v /home/pirate/resilio/config/:/config \
  -v /home/pirate/resilio/sync/:/sync \
  -v /home/pirate/resilio/downloads/:/downloads \
  -e PGID=1000 -e PUID=1000  \
  -e UMASK_SET=022 \
  -p 8888:8888 \
  -p 55555:55555 \
  lsioarmhf/resilio-sync
ohIdon'tknow is offline   Reply With Quote