fredamn76

Members
  • Posts

    13
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

fredamn76's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hi. I'm using the script to write zeros on my 240 gb SSD. It has run over 6 hours no and still says "Clearing Disk 1 ..." . I cannot see a progressbar. How long should the script take?
  2. Where should the config.gateway.json file be located? No sites folder has been created by the system in my data folder
  3. I think you need to give all your channels a number in Tvheadend. it worked for me.
  4. I'm assuming your running 6.1.9 and thus updates are broken, to work around this enable advanced view and then select force update to force the update. Sent from my SM-G900F using Tapatalk ive just checked and its not been updated on AUR yet so no update to 1.1.0 is available. once the image is built you would need to do a stop of your existing container, then remove image and container and then re-pull down and create the container by issuing the docker run command. Thank you for your response. I'll wait for AUR then. just so you know, this did get released and ive built the image so its now available. Thank you it works! However 7zip is missing. See attachmet. Can you fix it?
  5. I'm assuming your running 6.1.9 and thus updates are broken, to work around this enable advanced view and then select force update to force the update. Sent from my SM-G900F using Tapatalk ive just checked and its not been updated on AUR yet so no update to 1.1.0 is available. once the image is built you would need to do a stop of your existing container, then remove image and container and then re-pull down and create the container by issuing the docker run command. Thank you for your response. I'll wait for AUR then.
  6. I'm not running your container on Unraid at the moment. I use it on a Ubuntu system with docker installed. I'm assuming your running 6.1.9 and thus updates are broken, to work around this enable advanced view and then select force update to force the update. Sent from my SM-G900F using Tapatalk
  7. I got it working when i opened port 58846 -p 58846:58846 \
  8. Any ideas why my downloads dont start downloading? docker run --restart always \ --cap-add=NET_ADMIN \ -p 9080:9080 \ --name=rtorrent \ -v /docker/fileshare/Downloading/:/data \ -v /docker/container-data/deluge:/config \ -v /etc/localtime:/etc/localtime:ro \ -e VPN_ENABLED=yes \ -e VPN_USER=username \ -e VPN_PASS=password \ -e VPN_REMOTE=nl.privateinternetaccess.com \ -e VPN_PORT=1198 \ -e VPN_PROTOCOL=udp \ -e VPN_PROV=pia \ -e STRONG_CERTS=no \ -e ENABLE_PRIVOXY=no \ -e LAN_NETWORK=192.168.0.0/24 \ -e DEBUG=false \ -e PHP_TZ=Europe/Stockholm \ -e PUID=1000 \ -e PGID=1000 \ binhex/arch-rtorrentvpn
  9. Here we go localclient:5a710d20da30a6e110fe2fa445572b6c6c4aa26d:10 user76:Passwordfza904:10
  10. Hi, I'm trying to get couchpotato to connect to DELUGEVPN. I fo?lowed this guide but can't get it working. I get error: Connection failed. My Couchpotato does not show any errors. Sickrage can connect just fine. I use this on a ubuntu box and not Unraid. Q6. How do i connect CouchPotato to DelugeVPN? A6. To connect CouchPotato to DelugeVPN perform the following:- IMPORTANT - If your connecting to DelugeVPN from a traditional (non dockerized) installation of CouchPotato then please ensure you have configured the LAN_NETWORK (see Q7. for details) environment variable for DelugeVPN (you can left click and "Edit" the configuration if you've already created the container). 1. Start DelugeVPN and login to the webui, then enable Preferences->Daemon->Allow Remote Connections 2. Restart DelugeVPN Docker container 3. Open Deluge "auth" file in /config and note username and password, it should be in the following format, if it doesn't exist then please add:- <admin username>:<admin password>:10 - e.g. admin:deluge:10 4. Go to the CouchPotato webui->Settings->Downloaders->Deluge 5. Configure Host as <unraid_server_ip>:58846 6. Configure the Username and Password as specified in the auth file 7. Click on Test Deluge button, if it all works then you should see success. My settings in Couchpotato. Deluge Use Deluge to download torrents. Label: movies Username: fred Password: ••••••••••••••••••• Directory: /downloads Host: 192.168.0.29:58846 My code for DelugeVPN looks like this docker run --restart always \ --cap-add=NET_ADMIN \ -p 8112:8112 \ -p 8119:8119 \ -p 58846:58846 \ --name=deluge \ -v /docker/fileshare/Downloading/:/data \ -v /docker/container-data/deluge:/config \ -v /etc/localtime:/etc/localtime:ro \ -e VPN_ENABLED=yes \ -e VPN_USER=pmyusername \ -e VPN_PASS=mypass \ -e VPN_REMOTE=nl.privateinternetaccess.com \ -e VPN_PORT=1198 \ -e VPN_PROTOCOL=udp \ -e VPN_PROV=pia \ -e STRONG_CERTS=no \ -e ENABLE_PRIVOXY=no \ -e LAN_NETWORK=192.168.0.0/24 \ -e DEBUG=false \ -e PUID=1000 \ -e PGID=1000 \ binhex/arch-delugevpn
  11. Is it possible to automatic enable plugins such as labels?