TristBella

Members
  • Posts

    20
  • Joined

  • Last visited

Recent Profile Visitors

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

TristBella's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Unfortunately, I agree. I have made the switch to the newsletter from Tautulli which works pretty good and will link back to the Plex media. NowShowing was great when it first came around and I used it extensively. But as ninthwalker says, life gets in the way and when that happens, most projects just seem to fade away.
  2. Trying to setup an NGINX reverse proxy. All i get is 404. I have tried changing http_root and http_proxy in the config ini. Both get reverted after a reboot. location /music { include /config/nginx/includes/proxy; proxy_pass http://xxx.xxx.xxx.xxx:8181/; } My proxy conf: client_body_buffer_size 128k; #Timeout if the real server is dead proxy_next_upstream error timeout invalid_header http_500 http_502 http_503; # Advanced Proxy Config send_timeout 5m; proxy_read_timeout 240; proxy_send_timeout 240; proxy_connect_timeout 240; # Basic Proxy Config proxy_set_header Host $host:$server_port; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Ssl on; proxy_redirect http:// $scheme://; proxy_http_version 1.1; proxy_set_header Connection ""; proxy_cache_bypass $cookie_session; proxy_no_cache $cookie_session; proxy_buffers 32 4k;
  3. Container just starts and stops. I have an ovpn file from AirVPN in the config folder. Just keep getting the below over and over again. It starts, adds the following to the log, then stops. 2019-09-17 20:32:18.190676 [info] VPN_ENABLED defined as 'yes' 2019-09-17 20:32:18.243328 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/AirVPN_All-servers_TCP-443.ovpn 2019-09-17 20:32:18.190676 [info] VPN_ENABLED defined as 'yes' 2019-09-17 20:32:18.243328 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/AirVPN_All-servers_TCP-443.ovpn
  4. This is happening to me as well. I can install nextcloud using mariadb on an ubuntu vm with no issues. Installing the docker (using spacedinvader instructions) always gives me a 504 error. It is unusable at this point.
  5. Forgot to mention that I have solved this issue. I use OrganizrV2. Here is the nginx config. # Now Showing redirect location /nowshowing { return 301 /nowshowing/; } location /nowshowing/ { auth_request off; #Timeout if the real server is dead proxy_next_upstream error timeout invalid_header http_500 http_502 http_503; # Advanced Proxy Config send_timeout 5m; proxy_read_timeout 240; proxy_send_timeout 240; proxy_connect_timeout 240; # Basic Proxy Config proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host:$server_port; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; ## Swapped with line below for parity among others proxy_redirect http:// $scheme://; proxy_http_version 1.1; proxy_set_header Connection ""; proxy_cache_bypass $cookie_session; proxy_no_cache $cookie_session; proxy_buffers 32 4k; proxy_headers_hash_max_size 1024; proxy_headers_hash_bucket_size 256; proxy_pass http://xxx.xxx.xxx.xxx:6878/; } location /nowshowing/admin/ { auth_request off; #Timeout if the real server is dead proxy_next_upstream error timeout invalid_header http_500 http_502 http_503; # Advanced Proxy Config send_timeout 5m; proxy_read_timeout 240; proxy_send_timeout 240; proxy_connect_timeout 240; # Basic Proxy Config proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host:$server_port; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; ## Swapped with line below for parity among others proxy_redirect http:// $scheme://; proxy_http_version 1.1; proxy_set_header Connection ""; proxy_cache_bypass $cookie_session; proxy_no_cache $cookie_session; proxy_buffers 32 4k; proxy_headers_hash_max_size 1024; proxy_headers_hash_bucket_size 256; proxy_pass http://xxx.xxx.xxx.xxx:6878/admin; }
  6. My testing of report and email generation are successful. Email is sent and webpage is updated. However, regular use with the cron job set does not generate either. EDIT: This may be the reason. /usr/local/sbin/webreport:135:in `block in getMovies': undefined method `each' for nil:NilClass (NoMethodError) from /usr/local/sbin/webreport:112:in `each' from /usr/local/sbin/webreport:112:in `getMovies' from /usr/local/sbin/webreport:397:in `main' from /usr/local/sbin/webreport:454:in `<main>' EDIT AGAIN: I have removed all traces of the docker and reinstalled. Checked Plex to make sure I have no empty libraries. Used the filtering to filter all but one. No go. I have auto updates on for my dockers (maybe I should turn this off) and the last time I had a successful run was August 21. Email and report were generated. Since then, the above error is generated. I will just turn it off till it is sorted out.
  7. Nevermind. I needed to change the settings for the user to add podcast url.
  8. I have been looking all over the web on how to add podcasts to Airsonic. Everything talks about deleting and downloading podcasts, but nothing about how to add the podcasts for download. Have I missed something?
  9. Is it possible to "cut/paste" to this docker? Regular putty uses "highlight" to copy and "right click" to paste. I tried using the "clipboard" button, but that did not work to paste into putty.
  10. I would love to use this, however it seems the project has been abandoned. I guess it is back to my Pi.
  11. I have tried and tried to get this working. I currently have my proxy working with everything except this one. I can get the site to show, but all the CSS styling is gone.
  12. How do i use an ovpn config file from my VPN provider? I do not use PIA or any other that are listed and will have to use custom. Will I have to use something like this https://ronnieroller.com/unraid#setup-notes_vpn-setup? I have been using a windows machine with the VPN app but would like to move everything over to docker. Thanks.
  13. This happens on the latest version of Ubuntu as well. (version 18)
  14. Every time I use this feature, the network no longer works. I am using Unraid 6.4.1 with an Ubuntu 18 VM.
  15. I don't recall the exact one, but it was one of the plugins that started with Dynamix. Also I updated my plugins after upgrading to the new version of unRAID and I am sure that is probably where the issue came from.