CyberMew

Members
  • Posts

    409
  • Joined

Everything posted by CyberMew

  1. Ok I get now how it roughly works, however I'm still baffled as to why it isn't loading correct for me. It just "refused to connect". proxy_pass url is definitely correct. I even typed in the exact server_name ombi.domain.com. If anyone has any ideas on how to solve it I would appreciate it a lot!
  2. Sorry but I don't understand, ah so you mean so we can't ever do something like https://ombi.domain.com:12345 because https overwrites the 12345 port with 443? If so that is ok for me, since I want https://ombi.domain.com to point to http://192.168.1.55:12345. The problem now is I'm getting ERR_CONNECTION_REFUSED when accessing https://ombi.domain.com. I manage to solve Point 1 by adding this server block of code in case someone is looking for it too: server { listen 80 default_server; server_name _; return 301 https://$host$request_uri; }
  3. I got it working lets encrypt part now, but however the server part doesnt seems to be working.. Currently ombi.domain.com is pointing to my server's wan ip address. I have portforwarding done for 12345. If I access http://ombi.domain.com:12345, it loads correctly. However if I do https://ombi.domain.com:12345, it redirects me back to http. I actually wanted it to: 1. when accessing http, redirect to https 2. when access subdomain, it loads ombi, no manual input of port required. This is my current default file: server { listen 443 ssl; root /config/www; index index.html index.htm index.php; server_name ombi.*; # removed the default ssl stuff here for brevity client_max_body_size 0; location / { include /config/nginx/proxy.conf; proxy_pass http://192.168.1.55:12345; } } Not sure if I am doing this correctly?
  4. I have a main domain that is under hosting by dreamhost and bought/handled by namecheap. My www.domain.com is already https by lets encrypt under dreamhost hosting. What should I do in order to get mysubdomains.domain working under our lets encrypt, no matter the ports? Currently I have ddns to sub1.domain.com pointing to namecheap name servers and namecheap is pointing the subdomain to my unraid machine via A + Dynamic DNS Record. Hence something like sub1.domain.com:9091 is pointing to my transmission docker without issues. However I want it to be directed/protected by https, and same if I want sub2.domain.com (CNAME to sub1.domain.com). Do I need to have hosting for those subdomains or something? Do I have to turn off SSL for my domain in dreamhost for it to work?
  5. Are we suppose to use host mode or bridge mode? My controller thinks the ip is the docker internal ip, which also results in the cloud controller connecting me to the wrong ip. it should either be some domain i specify or at least the correct local ip 192.168.1.x edit: also for some reason the unifi controller is seeing TOWER (192.168.1.x) as some other internal docker ip (my dropbox in fact) at times
  6. I just upgraded to the latest python 2.7.14 via the nerd pack (not sure what python version was running before nor how it was installed), but for some reason subliminal broke. easy_install too, any idea how I can revert back or fix this?
  7. Now I'm thinking is it possible to add a opt-out section for emails? I have it set to email all users and one guy wanted to opt out, so it would be great if I could do that. Also now I think that adding a custom message section in the email would be good because I can then say something like "email sent weekly, if you want to opt out, contact me at +xxxxxxxx or reply to the email directly" or something like that too
  8. Ah I see, I thought the grid was for email, no worries. I don't use the web portion at all since I don't want to expose it out. Actually I was thinking of like putting a link to a telegram group chat so people know we have a chat group, and maybe to write important annoucements that I want to make, that's why I wanted a text field where we can write stuff and be shown at the top of the email when sent out.
  9. Thanks for the info! The option is under Report tab instead of the Plex tab. I changed the setting to NO, and did a on demand report (not sure how to do the test one but I know now). Seems like the email is sent successfully I like the stats too, but I selected Grid and it gave me Table layout instead though. Tested with the on demand report and test report. Tried both grid and table options, same effect. I think this is a bug? Edit: I think a textfield for us to type in html into the report would be a very nice addition as well!
  10. I have Email Plex Users: Yes Report type is Email and Web. Recent NowShowing Logs (last 25 lines) is not showing anything weird, just tv/movie updates. For some reason I have not been getting emails (even to myself!) for the past 1-2 weeks now (last sent was 20th July), not sure what's up. New movies/episodes have been added a lot over the past 10 days. Though at the top of the screen i see a "TEST CRON ENABLED" message. What's that about? I think it could be better if there is an inclusions field instead of an exclusions field. Different users have different accesses to different libraries, and the ones that overlap isn't a lot. Actually might be better if both in/ex fields are there with the ex field taking higher precedence. Anyway looking forward to test my exclusions once the email bug is solved!
  11. For some reason I’m the only one to get the emails. Others don’t get them at all even if they have access to the libraries. Weird..
  12. Thanks! That is really helpful, the /mnt trick seems to be very useful (I created another host path in settings, hope it didn't break anything that also uses /mnt internally), though I guess giving the whole /mnt might be a little too much. The link that you gave is also very useful for understanding as well. I'm already used to sab so I'm going with that but I'm changing over to Radarr from CP soon since CP isn't that reliable for me sometimes.
  13. My current setup is such that Sabnzbd docker volumes is pointing to /mnt/cache/appdata/sabnzbd/complete-download for Downloads and /mnt/cache/appdata/sabnzbd/incomplete-download for Incomplete Downloads. So from my understanding so far, Sonarr needs to point it's container /downloads path to /mnt/cache/appdata/sabnzbd/complete-download instead of what I am currently setting it as (/mnt/cache/appdata/sonarr/downloads)? Assuming the above is correct, then how would I get Sonarr to move the downloaded files to it's final destination? I am also assuming it's through the /tv path in Sonarr? So this would mean I need to change ALL of my current config in Sonarr from /mnt/user/TVShows/* to /tv/TVShows/* right? Thank you very much for your help!
  14. Thanks, think that's the way to go for now. I finally got time to configure this again, and having some confusion in making it work similar to Phaze plugin. With Phaze plugin we had direct access to the file system, so the Categories had their path in absolute format. However with docker, and that I also moved Sonarr from Phaze over to docker, Sonarr will not have access to Sabnzbd's final download folder. How would Sonarr monitor the tv category and the file path (/Downloads that's visible in Sabnzbd) and move the file (that Sonarr can't see I think?) in the correct folder that's been set inside Sonarr?
  15. Yea was playing around. Any idea how to use port 9090 as the default or is this just the way it is for this docker?
  16. I set Port 1 to 7979, Port 2 to 9090 (the default), went into sabnzbd settings and edited the port from 8080 to 9090, but it didnt work, it's stuck with 8080. Even tried editing the config.ini directly, no go. Seems like there's just no way to switch the ports..
  17. I'm trying to shift from PhaZe plugins to Dockers, and for sabnzbd, I'm used to using port 9090. However in this Docker, there are 2 ports being shown, 8080 and 9090. Why is there 2 of the ports and how can I make it only use 9090? 8080 is currently taken up by unifi already.
  18. I recently installed a 8tb drive to my system, and think I successfully replace my parity drive of 6tb with that, less some disk read errors on my disk1. I tried to use my apps and realise that it is very very slow, in fact there's something wrong and somehow they aren't responding correctly. Like file listing takes forever, plex scanning not working etc. I did a restart, and it got stuck on getting diagnostics, so i had to do a reboot. Rebooted and it took a very long time to start everything before i could use the main website. Saw that it detected an unclean shutdown and was trying to do a parity check again. Apps are still slow, this time did a powerdown -r without issues, but it still took a long time to load. My drives are quite filled so I'm guessing the lack of space is causing the slowness (though i highly doubt that is the cause, as it was working fine previously), so I wanted to do a parity check before replace disk1 with my 6tb parity disk to see if space indeed was the issue. Started the check and my disk1 are having errors, and parity check speed is like 4 MB/sec which doesn't makes sense, probably due to the errors disk1 is encountering. Also did a short self-test on disk1 without issues. Running a long self-test now. I'm not sure what is going on, is there not enough power to my drives or what? What could be the cause? Have attached my log to see if there's anything out of the ordinary, you might've noticed the long loading times as well for the plugins/dockers. tower-diagnostics-20180628-2347.zip
  19. Copied over from plexpy the database files and renamed them to tautulli and also copied over the config file to the new tautulli folder, no issues. Seems to be working great.
  20. Hmm now that I tried it again, the log viewer buttons are working now, not sure if it's because I restarted the browser due to os update.. I think the issue is that one usually would expect to write the ip and port themselves, and not expect the default port to be appended by default. In fact I could be using localip with a custom port of say 84280 and it would probably try to append :32400 behind (did not try). I think the confusion comes because the tooltip examples mixes both ip without port and ip with port. Naturally I would think that since I input the port myself, it should take precedence and not have the system append :32400 for me automatically. Maybe it would be better to have 2 text boxes separated by ":" and have the user fill in the port textbox themselves (and maybe default the textbox field to 32400)? One other question that I have is I just tried to do a on-demand report, and I'm the only one receiving the emails. Are my friends who have access to my server suppose to get these reports as well? And what if some of them don't have/or have access to some libraries only, will they still see those in their email or would it be personalised for them? Thank you for the reply!
  21. I just started using this app again, and I have everything set up but sending the Test Report via the admin page seems to do nothing. Any ideas? Edit: Removing port from the ip:port seems to do the trick. The UI is a little misleading Edit2: seems like the viewer buttons in Log Viewer dont work too
  22. Yea the errors just came out of the blue after running so long.. so I just need to stop and start the array again to get the red ball fixed by restoring the drive right? I think I will do a drive check on the error drive in the meantime.
  23. I currently have a 6tb parity drives with errors, was planning to replace it with a 8tb drive that is currently on it's way to me. I did a long test on the drive without errors, so I assumed it was a one off thing. Yet today, one drive red ball errored out, and the other also got some errors seemingly around the same time. Not sure what's going on, the computer case hasn't been touched in a long while. So that's 1 red ball drive and 2 drives with errors. Any advice would be appreciated, should I stop my server right now so that no more drives can give me a red ball error? Or should I try to run a long disk check on the 2 drives that gave me errors today? tower-diagnostics-20180606-0006.zip
  24. Sorry I thought I had replied but to answer your question no I didn't have any errors. I think I had, but I just deleted the files and tried again a few times and then it worked.