redalert11

Members
  • Posts

    15
  • Joined

  • Last visited

Converted

  • Gender
    Male

Recent Profile Visitors

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

redalert11's Achievements

Noob

Noob (1/14)

0

Reputation

  1. yah im using version 6.1.9 and it worked for me. i know this was an old topic but it was the top google result for me.
  2. i have noticed that over the last 2 weeks my sickrage docker has stoped transfering my tv and movies into myplex folder. it will still search and snatch the files but it wont copy them out of the downloads folder or see any that are in the movies or tv folders. has anyone else had this problem? or it this maybe a simple re-install fix? i did just recently replace a drive that had some non offline correctible errors. found that my docker folder setting were only set to use one disk... doesn't work so well when it fills up and your using other disks.
  3. you can change the permissions with a chmod command. i would use the the permission squid has mentioned. not that this would be your problem. but i had this problem when i originally set up my unraid server. the version of transmission i had would change the file permissions randomly to "nobody". this was corrupting my files as they were being moved into plex. i had to download "community applications" and found that the docker i was using was unsupported. the new one i downloaded all i needed to do was change the username and password and it worked correctly. did you download your version of transmission through the community applications? http://lime-technology.com/forum/index.php?topic=40262.0
  4. that's looks awesome. i was wondering about making a sub domain and seeing how it worked. when i was looking around i seen that to get plex to work you needed to make a sub domain. so i happy to see your post. ill update mine after i make the changes. i work for a company that blocks everything on there corporate network but when i reverse proxy it allows to get to everything. that my reason for reverse proxy and going through all this trouble. here we are "not" allowed to VPN or remote desktop on the corporate computers and cell phone data doesn't make it very far.
  5. check out my working nginx-lets encrypt config. i finally got most of my stuff working and even got the unraid web gui is passed through. https://lime-technology.com/forum/index.php?topic=51720.0
  6. i know that unraid does not recommend this. but i have been looking around and couldn't really find any help on this. i have only been using nginx-let's encrypt for a week now. i got most things working in a reverse proxy. but the unraid dashboard has been a little tricky. it mostly works except for logs and control. but it does looks like the dashboard if you were at home. some feedback would be welcome I'm not very experienced in this. just thought i would put it out there to save some headache for others. this is what i got... it gives me a "A" for my encryption at https://www.ssllabs.com/ssltest/ server { # redirect all trafic to HTTPS listen 80; server_name my.domain.com; # change this to your ip or domain that is pointed at your server return 301 https://$server_name$request_uri; } server { listen 443 ssl default_server; root /config/www; index index.html index.htm index.php; server_name _; ssl_certificate /config/keys/fullchain.pem; ssl_certificate_key /config/keys/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 / { # root /config/www; # index index.html index.htm index.php; # auth_basic "Restricted"; # auth_basic_user_file /config/nginx/.htpasswd; # } location /couchpotato { include /config/nginx/proxy.conf; proxy_pass http://xxx.xxx.xxx.xxx:5050/couchpotato; } location /requests { include /config/nginx/proxy.conf; proxy_pass http://xxx.xxx.xxx.xxx:3000/requests; } location /sickrage { include /config/nginx/proxy.conf; proxy_pass http://xxx.xxx.xxx.xxx:8081/sickrage; } location /transmission { include /config/nginx/proxy.conf; proxy_pass http://xxx.xxx.xxx.xxx:9091/transmission; } # not working yet needs to be its own domain I'm assuming # location /owncloud { # include /config/nginx/proxy.conf; # proxy_pass http://xxx.xxx.xxx.xxx:8000/owncloud; # } location / { include /config/nginx/proxy.conf; proxy_pass http://xxx.xxx.xxx.xxx:78/; } } proxy.conf client_max_body_size 10m; 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_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; i did not create these configs myself if i find the links to the unraid posts ill add them. but this was a what worked for me from the unraid forms. thank you to the previous people that have posted on this. http://lime-technology.com/forum/index.php?topic=38875.0 https://www.linuxserver.io/index.php/overview-reverse-proxy-with-docker/ http://www.htaccesstools.com/htpasswd-generator/
  7. this helped me i would like to clarify that config/go location is /boot/config/go this was the top google result for me so hopefully this helps the next person.
  8. anyone having problems with watch folder not adding torrents from sickrage or CP. the folder works fine when i copy and paste into the folder but not automatically. i have to cut and paste the files out of the folder and paste them back in for them to work? im pointed at the following /watch folder = /mnt/use/appdata/Torrents *edit* found that with sick rage was not set to use the downloader just the black hole. poped in my login and it works now. CP has the right login but is not working ill fix it later or re-add the docker.
  9. i installed transmission from the author "linuxserver" it had a 16 star rating. i can now kill transmission trough the dashboard. edit the settings.json. start transmission through the dashboard. then user name and password now change to what i want. now to re-connect it to everything else... and what was my stupid unmask value.... lol this problem has been on the back burner for like 3 months. THANKS AGAIN!!!!!
  10. i read the search tips i couldn't find anything more on this transmission problem. i was able to install the community applications app and found my currently installed dockers under the installed apps tab. my version from gfjardim has a moderator comment that he is now recomending that i install one from a different repo. ill uninstall it and search the CA app for one with a good star rating. i post again after i install the new one and let you know if it is fixed.
  11. gfjardim/transmission:latest is the Author/Repo the template for the repositories is this link: https://github.com/gfjardim/docker-containers/tree/templates
  12. im using: Transmission 2.84 (14307) Docker version: 1.7.1 i have tried what ever i could find on google ill check out your sig links. if i dont post back i wasn't able to find the solution.
  13. use coutch potato and sickrage with transmission they can extract the rar files and rename everything for you. they will also move them to the correct folder for you as well.
  14. this has probably been answered a million times here but ill ask it again. how do i change my username and password. i have tried changing the settings.json file and everytime it automatically changes it back to the defaults. the steps that i have been following have been.... shutting down the daemon (though the dashboard) i have verified it is shut down using "# ps -eo 'tty,pid,comm' | grep ^?" i will see a service called "transmission-da" when its running and it disapers when it is stopped next ill edit the settings.json file changing the following "rpc-username": "admin", "rpc-password": "{81d2dfc14b953583723c5fcbb7914455c108da59Kdqpld82", i save it and then start the the daemon. the username and password always revert back to the defaults. can anyone point me to the solution for this please. or if anyone can help it would be greatly appreciated.