torn8o

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

torn8o's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I am having an issue with files being moved prior to processing. Looking at your video again and I have my setup just as yours. My question is the entry in sonarr and radarr dealing with downloads. /mnt/user/Downloads/':'/data if my data is set to downloads wont sonarr and radarr grab them before processing is completed? How does one get sonarr and radarr not to scan that main download folder? here is my template for review. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='binhex-radarr' --net='tornnet' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'UMASK'='000' -e 'PUID'='99' -e 'PGID'='100' -p '7878:7878/tcp' -v '/mnt/user/Downloads/':'/data':'rw' -v '/mnt/user/movies/':'/media':'rw' -v '/mnt/user/Downloads_postprocess/movie/':'/data/usenet/completed/movies':'rw' -v '/mnt/user/Downloads_postprocess/media/':'/data/torrents/completed/media':'rw' -v '/mnt/user/appdata/binhex-radarr':'/config':'rw' 'binhex/arch-radarr'
  2. I'd be interested in trying out your docker. I do not seam to have handbreak setup correctly. Handbreak is not converting files or it is just under 100 mbps. Are there any tutorials on setting up handbreak?
  3. I do have the error but it is only for a file that I deleted and sonarr is trying to import it. Trying to figure out how to clear that out of the logs. This maybe because I deleted all the downloaded files in the download folder. I will clear my logs and check it in a bit.
  4. Does anyone have a solution to having sonarr continue to import downloaded files? I will get my setup to work for a few days and then it stops importing files. I have to manually import under the wanted tab. The files are being sent to deluge or nzbget. It doesn't appear that sonarr is either being notified or looks in the folder. I read that there can be issues with the directories staying active over different operating systems. I am using the ben-hex delugevpn docker and this sonarr docker. Any settings I can change to be able to have the log pull up more details? THhe log right now does not show files being passed back to sonarr.
  5. Any steps or info on where these hoops are to jump through? I can't seem to get composer installed inside the nextcloud docker image. I have tried everything I could find. I know need to install php with the The phar extension is missing. Install it or recompile php without --disable-phar
  6. If my docker restarts I need to go into my config folder and delete my perms.txt file. I have to do this every time the docker starts. Is there a way to fix this so It works after a restart without having to delete the perms.txt file? I do have the same issue with a nzbgetvpn docker also fyi. I may have fixed my issue. I changed the ownership to match the other files in folder and restarted the docker and it appears to have restarted properly. I am having to delete my perms.txt file if I restart my server and the benhex-deluge docker restarts. Anyone know what could be causing this?
  7. I am having issues when trying to view the web gui. It does not populate the files in the ui. I cant seem to get the torrents to delete or remove after seeding.
  8. upstream backend { server 192.168.1.47:19999; keepalive 64; } server { listen 443 ssl default_server; listen 80 default_server; root /config/www; index index.html index.htm index.php; server_name _; ssl_certificate /config/keys/letsencrypt/fullchain.pem; ssl_certificate_key /config/keys/letsencrypt/privkey.pem; ssl_dhparam /config/nginx/dhparams.pem; ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA'; ssl_prefer_server_ciphers on; client_max_body_size 0; location = / { return 301 /htpc; } location /sonarr { include /config/nginx/proxy.conf; proxy_pass http://192.168.1.47:8989; } location /radarr { include /config/nginx/proxy.conf; proxy_pass http://192.168.1.47:7878/radarr; } location /htpc { include /config/nginx/proxy.conf; proxy_pass http://192.168.1.47:8085/htpc; } location /downloads { include /config/nginx/proxy.conf; proxy_pass http://192.168.1.47:8112/; proxy_set_header X-Deluge-Base "/downloads/"; } #PLEX location /web { # serve the CSS code proxy_pass http://192.168.1.47:32400; } # Main /plex rewrite location /plex { # proxy request to plex server proxy_pass http://192.168.1.47:32400/web; } location /nextcloud { include /config/nginx/proxy.conf; proxy_pass https://192.168.1.47:444/nextcloud; } location ~ /netdata/(?<ndpath>.*) { proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Server $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://backend/$ndpath$is_args$args; proxy_http_version 1.1; proxy_pass_request_headers on; proxy_set_header Connection "keep-alive"; proxy_store off; } } I followed this tutorial. I suspect it is a bit dated with the new images out.
  9. I did get letsencrypt working and all. is this the right place to find out whats wrong with nginx server? possibly a tutorial on how to set it up with sonarr etc? I get error on the upstream *1 connect() failed (113: Host is unreachable) while connecting to upstream, client: XX.XX.XX.XX
  10. I have been reading the thread for a few days and have tried most if not all of the settings to try to get letsencrypt to work properly. I have cone to the realization that I need some help. here are my docker commands pic for port forwarding docker settings and log. Please review and point me to the right direction User uid: 99 User gid: 100 ------------------------------------- [cont-init.d] 10-adduser: exited 0. [cont-init.d] 20-config: executing... [cont-init.d] 20-config: exited 0. [cont-init.d] 30-keygen: executing... using keys found in /config/keys [cont-init.d] 30-keygen: exited 0. [cont-init.d] 50-config: executing... 2048 bit DH parameters present SUBDOMAINS entered, processing Sub-domains processed are: -d www.duckdns.org -d *****.duckdns.org E-mail address entered: *******@gmail.com Different sub/domains entered than what was used before. Revoking and deleting existing certificate, and an updated one will be created usage: certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ... Certbot can obtain and install HTTPS/TLS/SSL certificates. By default, it will attempt to use a webserver both for obtaining and installing the certificate. certbot: error: argument --cert-path: No such file or directory Generating new certificate Saving debug log to /var/log/letsencrypt/letsencrypt.log Plugins selected: Authenticator standalone, Installer None Obtaining a new certificate Performing the following challenges: http-01 challenge for duckdns.org http-01 challenge for www.duckdns.org http-01 challenge for ******.duckdns.org Waiting for verification... Cleaning up challenges Failed authorization procedure. duckdns.org (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://duckdns.org/.well-known/acme-challenge/5DjNjApDhgxwNVsF1Q6lWYBssBPsq5R5LcM43nyAZHg: "<html> <head><title>404 Not Found</title></head> <body bgcolor="white"> <center><h1>404 Not Found</h1></center> <hr><center>", www.duckdns.org (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://www.duckdns.org/.well-known/acme-challenge/movR-LxQjAQuGhXp8wzWU9LjdT99d5UBC_3o0n7RnXA: "<html> <head><title>404 Not Found</title></head> <body bgcolor="white"> <center><h1>404 Not Found</h1></center> <hr><center>" IMPORTANT NOTES: - The following errors were reported by the server: Domain: duckdns.org Type: unauthorized Detail: Invalid response from http://duckdns.org/.well-known/acme-challenge/5DjNjApDhgxwNVsF1Q6lWYBssBPsq5R5LcM43nyAZHg: "<html> <head><title>404 Not Found</title></head> <body bgcolor="white"> <center><h1>404 Not Found</h1></center> <hr><center>" Domain: www.duckdns.org Type: unauthorized Detail: Invalid response from http://www.duckdns.org/.well-known/acme-challenge/movR-LxQjAQuGhXp8wzWU9LjdT99d5UBC_3o0n7RnXA: "<html> <head><title>404 Not Found</title></head> <body bgcolor="white"> <center><h1>404 Not Found</h1></center> <hr><center>" To fix these errors, please make sure that your domain name was entered correctly and the DNS A/AAAA record(s) for that domain contain(s) the right IP address. - Your account credentials have been saved in your Certbot configuration directory at /etc/letsencrypt. You should make a secure backup of this folder now. This configuration directory will also contain certificates and private keys obtained by Certbot so making regular backups of this folder is ideal. ERROR: Cert does not exist! Please see the validation error above. The issue may be due to incorrect dns or port forwarding settings. Please fix your settings and recreate the container