Jump to content

hello guys

 

i have another question, before i do something wrong again witch i probaly  did already, i want to know if i go in the right direction,

i am following some youtube vid and trying to get some info from the net, linux arnt my thing sadly , i still try to use it but i cant find my ways in it,

 

anyways

i want to instal deluge in docker on my qnap nas , i want deluge to have access to my download / fansub folder,  because the deluge rss have to place completed files to a other folder

last time i used entware with deluge in it, it worked good but somehow it fucked up my nas permissions over time , and i could not even move/copy files anymore, could not delete them either, even qnap remote support dont know what happend, so i formatted my nas system

 

somehow making the group probaly already gone wrong judging by this

33.png.646128a32dae3a830600d4587f7e3df0.png

 

this is the create setup i guess and i dont know if i done it right with folders and settings

 

docker create \
  --name=deluge \
  --net=host \
  -e PUID=1003 \
  -e PGID=100 \
  -e TZ=Europe/Amsterdam \
  -e UMASK_SET=022 `#optional` \
  -e DELUGE_LOGLEVEL=error `#optional` \
  -v /share/Deluge/config:/config \
  -v /share/Downloads/Incomming:/downloads \
  --restart unless-stopped \
  linuxserver/deluge

 

unknown.png

 

i  want to learn more about linux, but without any teacher it will be difficult for me even if there are plenty guides and videos, i tried many  guides and videos for other things and games and in the ned i either screw it up or make it harder than it looks

Link to comment
https://linustechtips.com/topic/1184802-deluge-docker-qnap/
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×