Jump to content

plantsandbinary

Members
  • Posts

    346
  • Joined

  • Last visited

Everything posted by plantsandbinary

  1. 16GB of ECC DDR4 RAM because I thought I'd be using loads of VMs and other stuffs but now all I really use is just docker and I don't need basically any RAM at all for that. So it's just sitting there lol.
  2. NordVPN Now can someone tell me why I can't download anything via RSS?
  3. Hey folks. I can't get RSS to auto download anything. Whenever it tries I just get an error: [03.09.2018 21:44:43] Error loading torrent. (<torrentURL>)
  4. Was the update important? Sounds like a pain so I don't think I will update at this time.
  5. Ghost docker isn't working any more. Seems to be a problem with the MySQL docker needing to be updated. Here's the log: [2018-08-26 16:11:29] [31mERROR[39m [31m [31mNAME: DatabaseError[39m [31mCODE: ER_NOT_SUPPORTED_AUTH_MODE[39m [31mMESSAGE: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client[39m [37mlevel:[39m[37mnormal[39m [33mUnknown database error[39m [37mDatabaseError: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client at DatabaseError.KnexMigrateError (/var/lib/ghost/versions/2.0.3/node_modules/knex-migrator/lib/errors.js:7:26) at new DatabaseError (/var/lib/ghost/versions/2.0.3/node_modules/knex-migrator/lib/errors.js:56:26) at connection.raw.catch (/var/lib/ghost/versions/2.0.3/node_modules/knex-migrator/lib/database.js:40:19) at tryCatcher (/var/lib/ghost/versions/2.0.3/node_modules/bluebird/js/release/util.js:16:23) at Promise._settlePromiseFromHandler (/var/lib/ghost/versions/2.0.3/node_modules/bluebird/js/release/promise.js:512:31) at Promise._settlePromise (/var/lib/ghost/versions/2.0.3/node_modules/bluebird/js/release/promise.js:569:18) at Promise._settlePromise0 (/var/lib/ghost/versions/2.0.3/node_modules/bluebird/js/release/promise.js:614:10) at Promise._settlePromises (/var/lib/ghost/versions/2.0.3/node_modules/bluebird/js/release/promise.js:689:18) at Async._drainQueue (/var/lib/ghost/versions/2.0.3/node_modules/bluebird/js/release/async.js:133:16) at Async._drainQueues (/var/lib/ghost/versions/2.0.3/node_modules/bluebird/js/release/async.js:143:10) at Immediate.Async.drainQueues (/var/lib/ghost/versions/2.0.3/node_modules/bluebird/js/release/async.js:17:14) at runCallback (timers.js:810:20) at tryOnImmediate (timers.js:768:5) at processImmediate [as _immediateCallback] (timers.js:745:5) Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client Could you please set this up to work with MariaDB, or even better. Could you set it up to work without even needing a relational database? It's definitely possible as shown here: https://blog.alexellis.io/your-ghost-blog/ Relational databases are a total pain in the ass to setup and maintain and they're really easily corrupted. Finally, is mailgun also really necessary? They want my credit card information AND my mobile phone number. AFAIK the SMTP part of Ghost is just for getting email notifications of new comments and for also making posts via email etc. but I think most of us don't need or care about that. Especially when Ghost for desktop has notifications built in and there are also Ghost plugins for Desktop notifications via eg. Chrome etc. Could you please look into these issues and look at making the install process more streamlined?
  6. No I asked specifically HERE in this thread about reverse proxying this particular container with letsencrypt. I don't have memory problems, someone deleted my post. It's still indexed in various search engines but the link just redirects to the first page in this thread. I shouldn't have to spell this out. There is literally no reason why my post should have been deleted. If someone has a working reverse proxy config for this, please share it.
  7. Anyone got a working reverse proxy .conf for this? Could you please share.
  8. It doesn't work. I've literally tried everything. I can see all information except for docker containers, vms, or any of my logs what-so-ever from the Android app. I'm using the latest plugin version and the latest Android store app. It just says that I need to install the server. Can you please give me the login information so I can see maybe if there's a setting in there I need to change or something, I dunno.
  9. I know I asked somewhere how to reverse proxy this with the letsencrypt container. Was my post deleted? I cannot find it any more. It shows up in Google that I asked, but my post is literally nowhere in this thread. I'd still like to know how to reverse proxy this docker app. If anyone has a proxy .conf file or something I'd honestly appreciate it and if my post was deleted I would like to know why because it's a legitimate question.
  10. For people having issues getting this to work under reverse proxy with linuxserver.io's letsencrypt docker, see my post in the other thread here for the vpn version of qBittorrent: Would be great to see an official vpn version of this container set up by linuxserver.io
  11. After 3 days and about 20 cups of coffee trying to work how to reverse proxy this container I finally got it sorted. Using linuxserver.io's letsencrypt docker. I made my own proxy.conf file here: # qBittorrent devs on Github indicated the Origin and Referer headers needed to be surpressed, # and that the X-Forwarded-Host needed to match what was seen in the browser, # as of version 4.0.3 these are the working settings. # Note: For some users, several windows in the Web UI will still be blank, such as when adding # a new torrent from a URL/magnet or local file. # If so, uncomment the last line "add_header" # to enable password access, uncomment the two auth_basic lines location /qbt/ { # auth_basic "Restricted"; # auth_basic_user_file /config/nginx/.htpasswd; proxy_pass http://192.168.1.50:8080/; proxy_set_header X-Forwarded-Host $server_name:$server_port; proxy_hide_header Referer; proxy_hide_header Origin; proxy_set_header Referer ''; proxy_set_header Origin ''; # add_header X-Frame-Options "SAMEORIGIN"; } This successfully fixes the redirection issue due to mismatching header data and well... it just works in general. I tried for ages to get it working on a subdomain but I just couldn't. Always ended up getting the blank page issue. Either way I'm not picky. This works fine for my needs. Credits mostly to: https://github.com/qbittorrent/qBittorrent/wiki/NGINX-Reverse-Proxy-for-Web-UI The developer of this container @ MarkusMcNugen may be able to use the same thing to fix the inherent issue regarding the webUI redirect problem mentioned in the first post.
  12. I've got a problem with this. Using UNRAID 6.5.3 I can't see any of my docker containers, vms, or any of my logs what-so-ever from the Android app. All I can do is see storage space and spin down/shutdown the server. Also what's the login information for the Webui via the plugins tab? I do have that installed.
  13. @MarkusMcNugen Hi and firstly thanks so much for this amazing docker. The VPN credentials part was by far the easiest of any docker I've used here. Binhex's dockers are great but require a crazy amount of configuring to get working. Just being able to drop my .ovpn config server file of choice in and throw in my username and password is exactly the kind of simplicity I honestly expected from other dockers, instead of being tailored the hard way to only work with one or two providers. I have a problem though. No matter what I do or what interface or port I choose, I absolutely cannot open the WebUI. You said that clicking "WebUI" from unraid doesn't work. But neither does going to http://<MYIP>:8080 or whatever port that I pick. I've tried every interface I've created and made available except Host. I either just get a completely blank page or a "page cannot be displayed" error. Can you give me a hand? Also is there any chance you could set up some kind of SSL and .htaccess security for this? I know I'm just being lazy asking for it but running over HTTP is kinda crazy in this day and age. When I get the WebUI sorted I'm going to try and reverse proxy this so I can access it from the web but keep it secure with .htaccess. I'm happy to do both in the meantime but without the webui loading I can't do anything. I'd post a log but it looks like everything is meant to be working correctly. It's just the UI that does not load. I did attach my .ovpn config file though. Here's the last part: Thanks, and I seriously hope I see more dockers from you with the same simplicity. se44.nordvpn.com.udp.ovpn
  14. The watch folder apparently works for everyone else, so it may be an unraid specific problem. Could you please look at it? As for port fowarding I read the readme.md and got it sorted.
  15. Can I get some help getting this to work with NordVPN? Has anyone else got it going? I'd search the thread but there doesn't seem to be the option on the forums here and there's 135 pages...
  16. Hi. Thanks for the Transmission_VPN docker. It's great. I'm using it with NordVPN. Took some trouble but it worked eventually. I've got some issues though I'd like help with. 1. The watch folder doesn't work. I set it to: /mnt/user/tank/user/downloads/[[[[torrentfiles]]]/ I've tried many other names too: eg. /- Torrents or just /torrentfiles etc. Nothing works. It doesn't upload the .torrent files from that directory and then delete them after being added. 2. The update/refresh speed of the UI seems really slow whilst watching a download. It's about 3s or something. Is there a way to change it so it refreshes every 1s or even faster actually? 3. What do we do about port forwarding? What takes precedence here? The VPN port on the docker config page is 1198, but the port listed in the Transmission config on the web-ui is: 51413. Then there's the VPN port that my provider says I should use for torrenting. If I even change the port in the web ui to something else, does that persist on reload or not? So which port is really the proper port for downloading that I need to forward?
  17. Any idea how to run this container through https instead of through http? Default setting is sadly http with no cert autogen or anything.
  18. I realised I should probably upgrade my Unraid installation. I'm running 6.4.1. I'll upgrade it to 6.5.3 and hopefully it'll just work out of the box using default proxy confs in letsencrypt.
  19. Yeah a different PC did the job for me. Had this issue with both a locally downloaded .zip and downloading via the USB creator. A different PC and USB port helped.
  20. Hey @CHBMB I'm having the same problem as this guy and trying to do the exact same thing with Heimdall but through letsencrypt as a reverse proxy but I'm a little behind maybe. I have a domain hat I own eg. "mysite.com" and I've set it up to work over duckdns to connect to letsencrypt's docker front page. So that's done. Now I want to setup Heimdall to work over reverse proxy, with security and I'm trying to follow these instructions on the github page: https://github.com/linuxserver/Heimdall#reverse-proxy I haven't been able to get this working. I'm trying to edit the file site-confs/default file in my letsencrypt docker. I'm not sure if this is the right one though as it seems to be in a different path than the one you both have. I don't have: /config/letsencrypt/nginx/site-confs/ ---- inside the letsencrypt docker. Mine is: /config/nginx/site-confs/ So /config/nginx/site-confs/default seems to be my config file. I've got the Heimdall docker setup over port 443. Letsencrypt docker running on port 81 for http and 444 for https. I'm pretty sure portforwarding is set up correctly. So I added the line inside the letsencrypt docker: /config/nginx/site-confs/default # Heimdall location /heimdall { include /config/nginx/proxy.conf; proxy_pass https://192.168.1.206:443/; } After restarting the docker I navigated to: https://mysite.com/heimdall Input the username and password at the .htaccess prompt (this .htaccess comes from the Heimdall docker not the letsencrypt docker) and none of the images or links on the Heimdall page work... https://www.***mysite***.com/heimdall My page looks like this, none of the images are loading. What's left to do?
×
×
  • Create New...