ThEdOtOr

Members
  • Posts

    14
  • Joined

  • Last visited

Recent Profile Visitors

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

ThEdOtOr's Achievements

Noob

Noob (1/14)

5

Reputation

  1. This is very cool like you can run it in docker and access via the webui, it would be pretty cool if you could get moonlight game streaming ( https://moonlight-stream.org/ ) running in a docker and using the webui and running that in a browser.
  2. Just trying to set this up followed all the steps and have magic dns enabled but eveytime i try to pt the ip address tailscale gives or the local ip for the server it times out, when i start the container at the top i get this in yellow, 2021/07/24 10:44:58 router: disabling tunneled IPv6 due to system IPv6 config: kernel doesn't support IPv6 policy routing: ip -6 rule failed: RTNETLINK answers: Address family not supported by protocol and when i try to do some with my phone or laptop i get this in red, 2021/07/24 10:44:59 [unexpected] peerapi listen("fd7a:115c:a1e0:ab12:4843:cd96:6268:1e33") error: listen tcp6 [fd7a:115c:a1e0:ab12:4843:cd96:6268:1e33]:0: bind: cannot assign requested address Any clue ? anyone else come accross this ?
  3. I'm having the same issue with drives not spinning down after upgrading to 6.9 i have Telegraf installed and getting the 341.00b/s read on the drives, and dont have the Dynamix Auto Fan Control installed.
  4. @IanB That is fair enough its a bloody good hobby great work ! wish i could do stuff like that, 😅 yeah i have it installed was just thinking it would be easier in one app but i understand that you would wanna keep them separate. Awesome many thanks for your time and the excellent work you are doing !
  5. Love the app, top quality amazing features and can't wait to see what else is to come, was curious if you could get plex stream's to work ? and the ability to move the tab's around on the main screen to anyones liking ? can't wait to keep using this ! great work !😁
  6. Create a necessary folder in \\yourservername\appdata\binhex-qbittorrentvpn\qBittorrent Create a folder called ssl Open up terminal and type, cd /mnt/user/appdata/binhex-qbittorrentvpn/qBittorrent/ssl This will make it so the directory is now active. Now we can generate the self signed key and certificate pair. In terminal add this command. openssl req -new -x509 -nodes -out server.crt -keyout server.key Answer the questions or press enter to leave blank. You should now have two files in your ssl folder. server.crt server.key Now go to your qbittorrent web-interface then open the Tools -> Options... in the menu bar (or click the screwdriver or cogwheel icon depending on your version), and click on the tab labelled WebUI. Enable HTTPS and add the location of the files. Add to the boxes, /config/qBittorrent/ssl/server.crt /config/qBittorrent/ssl/server.key Close the page and edit the qbittorrent container in advance mode and on the line WebU: Change http://[IP]:[PORT:8080] / to https://[IP]:[PORT:8080]/ when you go to the docker webui you will now see this page. Select advanced and proceed to the docker login page, you will notice it still says not secure ( https:// ) don't worry thats because of the self signed certificate. Because its self signed its not been verified by a third party, so will show not secure ( to my knowledge ) Now when you click on register to handle magnets a pop up box will apper. Click allow, A pop up box ( user account control ) will open click yes to continue you can now open magnets, that will open qbittorrent stright away with the necessary URL Have tested this with Google Chrome and Microsoft Edge. Hope this makes sense.
  7. you sir are a legend !! running it and restarting container done the trick Many thanks for your time !!
  8. tried toggle it to false and back to true, no luck
  9. I have run the command and restart the container, but still getting the same result [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 01-envfile: executing... [cont-init.d] 01-envfile: exited 0. [cont-init.d] 10-adduser: executing... usermod: no changes ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io ------------------------------------- To support LSIO projects visit: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 911 User gid: 911 ------------------------------------- [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] 40-config: executing... Starting 2019/12/30, GeoIP2 databases require personal license key to download. Please manually download/update the GeoIP2 db and save as /config/geoip2db/GeoLite2-City.mmdb [cont-init.d] 40-config: exited 0. [cont-init.d] 50-speedtest: executing... Copying latest site files to config Database file exists Env file exists Running database migrations Nothing to migrate. App key exists JWT secret exists Slack webhook set, updating db Not enough arguments (missing: "webhook"). Telegram chat id and bot token unset Base path is unset Clearing old jobs from queue [cont-init.d] 50-speedtest: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. nginx: [alert] detected a LuaJIT version which is not OpenResty's; many optimizations will be disabled and performance will be compromised (see https://github.com/openresty/luajit2 for OpenResty's LuaJIT or, even better, consider using the OpenResty releases from https://openresty.org/en/download.html) ============================================================================== You may only use this Speedtest software and information generated from it for personal, non-commercial use, through a command line interface on a personal computer. Your use of this software is subject to the End User License Agreement, Terms of Use and Privacy Policy at these URLs: https://www.speedtest.net/about/eula https://www.speedtest.net/about/terms https://www.speedtest.net/about/privacy ============================================================================== To accept the message please run speedtest interactively or use the following: speedtest --accept-license [cont-finish.d] executing container finish scripts... [cont-finish.d] done. [s6-finish] waiting for services. [s6-finish] sending all processes the TERM signal. [s6-finish] sending all processes the KILL signal and exiting. [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 01-envfile: executing... [cont-init.d] 01-envfile: exited 0. [cont-init.d] 10-adduser: executing... usermod: no changes ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io ------------------------------------- To support LSIO projects visit: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 911 User gid: 911 ------------------------------------- [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] 40-config: executing... Starting 2019/12/30, GeoIP2 databases require personal license key to download. Please manually download/update the GeoIP2 db and save as /config/geoip2db/GeoLite2-City.mmdb [cont-init.d] 40-config: exited 0. [cont-init.d] 50-speedtest: executing... Ookla GDPR and EULA accepted. Downloading Speedtest CLI. Connecting to bintray.com (75.126.118.184:443) Connecting to dl.bintray.com (35.157.128.28:443) Connecting to akamai.bintray.com (104.110.245.139:443) saving to 'speedtest.tgz' speedtest.tgz 100% |********************************| 908k 0:00:00 ETA 'speedtest.tgz' saved Copying latest site files to config Database file exists Env file exists Running database migrations Nothing to migrate. App key exists JWT secret exists Slack webhook set, updating db Not enough arguments (missing: "webhook"). Telegram chat id and bot token unset Base path is unset Clearing old jobs from queue Not enough arguments (missing: "webhook"). Telegram chat id and bot token unset Base path is unset Clearing old jobs from queue [cont-init.d] 50-speedtest: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. nginx: [alert] detected a LuaJIT version which is not OpenResty's; many optimizations will be disabled and performance will be compromised (see https://github.com/openresty/luajit2 for OpenResty's LuaJIT or, even better, consider using the OpenResty releases from https://openresty.org/en/download.html) [cont-init.d] 50-speedtest: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. nginx: [alert] detected a LuaJIT version which is not OpenResty's; many optimizations will be disabled and performance will be compromised (see https://github.com/openresty/luajit2 for OpenResty's LuaJIT or, even better, consider using the OpenResty releases from https://openresty.org/en/download.html) ============================================================================== You may only use this Speedtest software and information generated from it for personal, non-commercial use, through a command line interface on a personal computer. Your use of this software is subject to the End User License Agreement, Terms of Use and Privacy Policy at these URLs: https://www.speedtest.net/about/eula https://www.speedtest.net/about/terms https://www.speedtest.net/about/privacy ============================================================================== To accept the message please run speedtest interactively or use the following: speedtest --accept-license ============================================================================== You may only use this Speedtest software and information generated from it for personal, non-commercial use, through a command line interface on a personal computer. Your use of this software is subject to the End User License Agreement, Terms of Use and Privacy Policy at these URLs: https://www.speedtest.net/about/eula https://www.speedtest.net/about/terms https://www.speedtest.net/about/privacy ============================================================================== To accept the message please run speedtest interactively or use the following: speedtest --accept-license
  10. output as follows - [s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 01-envfile: executing... [cont-init.d] 01-envfile: exited 0. [cont-init.d] 10-adduser: executing... usermod: no changes ------------------------------------- _ () | | ___ _ __ | | / __| | | / \ | | \__ \ | | | () | |_| |___/ |_| \__/ Brought to you by linuxserver.io ------------------------------------- To support LSIO projects visit: https://www.linuxserver.io/donate/ ------------------------------------- GID/UID ------------------------------------- User uid: 911 User gid: 911 ------------------------------------- [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] 40-config: executing... Starting 2019/12/30, GeoIP2 databases require personal license key to download. Please manually download/update the GeoIP2 db and save as /config/geoip2db/GeoLite2-City.mmdb [cont-init.d] 40-config: exited 0. [cont-init.d] 50-speedtest: executing... Copying latest site files to config Database file exists Env file exists Running database migrations Nothing to migrate. App key exists JWT secret exists Slack webhook set, updating db Not enough arguments (missing: "webhook"). Telegram chat id and bot token unset Base path is unset Clearing old jobs from queue [cont-init.d] 50-speedtest: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. nginx: [alert] detected a LuaJIT version which is not OpenResty's; many optimizations will be disabled and performance will be compromised (see https://github.com/openresty/luajit2 for OpenResty's LuaJIT or, even better, consider using the OpenResty releases from https://openresty.org/en/download.html) ============================================================================== You may only use this Speedtest software and information generated from it for personal, non-commercial use, through a command line interface on a personal computer. Your use of this software is subject to the End User License Agreement, Terms of Use and Privacy Policy at these URLs: https://www.speedtest.net/about/eula https://www.speedtest.net/about/terms https://www.speedtest.net/about/privacy ============================================================================== To accept the message please run speedtest interactively or use the following: speedtest --accept-license ============================================================================== You may only use this Speedtest software and information generated from it for personal, non-commercial use, through a command line interface on a personal computer. Your use of this software is subject to the End User License Agreement, Terms of Use and Privacy Policy at these URLs: https://www.speedtest.net/about/eula https://www.speedtest.net/about/terms https://www.speedtest.net/about/privacy ============================================================================== To accept the message please run speedtest interactively or use the following: speedtest --accept-license
  11. Have speedrest-tracker installed and running but all the tests come back with an ( x ) have checked the log and this keeps comming up any help ? You may only use this Speedtest software and information generated from it for personal, non-commercial use, through a command line interface on a personal computer. Your use of this software is subject to the End User License Agreement, Terms of Use and Privacy Policy at these URLs: https://www.speedtest.net/about/eula https://www.speedtest.net/about/terms https://www.speedtest.net/about/privacy ============================================================================== To accept the message please run speedtest interactively or use the following: speedtest --accept-license not sure where / what to do with ( speedtest --accept-license )
  12. Are you still looking for a fix for this ? I was playing about last night and have managed to worked out how to do this !