GilbN

Community Developer
  • Posts

    272
  • Joined

  • Last visited

Everything posted by GilbN

  1. Im getting this when I try to update rclone plugin: updating: rclone.plg plugin: downloading: http://beta.rclone.org/rclone-beta-latest-linux-amd64.zip ... done +============================================================================== | Skipping package rclone-2016.11.19-bundle (already installed) +============================================================================== Archive: /boot/config/plugins/rclone-beta/install/rclone-beta-latest.zip creating: /boot/config/plugins/rclone-beta/install/rclone-v1.37-157-g5a3a56ab#U03b2-linux-amd64/ inflating: /boot/config/plugins/rclone-beta/install/rclone-v1.37-157-g5a3a56ab#U03b2-linux-amd64/rclone inflating: /boot/config/plugins/rclone-beta/install/rclone-v1.37-157-g5a3a56ab#U03b2-linux-amd64/README.txt inflating: /boot/config/plugins/rclone-beta/install/rclone-v1.37-157-g5a3a56ab#U03b2-linux-amd64/README.html inflating: /boot/config/plugins/rclone-beta/install/rclone-v1.37-157-g5a3a56ab#U03b2-linux-amd64/rclone.1 inflating: /boot/config/plugins/rclone-beta/install/rclone-v1.37-157-g5a3a56ab#U03b2-linux-amd64/git-log.txt Copy failed - rclone running plugin: run failed: /bin/bash retval: 1 How can I stop rclone and update?
  2. Is there a place I can find a list of the specific versions?
  3. Try to comment out the X-Frame option in your nginx.conf file in the nginx folder. e.g /appdata/letsencrypt/nginx/nginx.conf # add_header X-Frame-Options SAMEORIGIN;
  4. In tab you need to enter the whole subdomain. When using just /home Organizr is trying domain.com/home and that doesn't exist. So input sub.domain.com
  5. In homepage settings you should use local-IP:port and API key. Or is headphones not on the same lan as Organizr?
  6. I use openvpn and local ip:port. Not the best solution but works for me
  7. With this, server based auth works! @a_n_d_y location /auth-admin { internal; proxy_pass http://local-Organizr-IP:PORT/auth.php?admin; proxy_set_header Content-Length ""; } location /auth-user { internal; proxy_pass http://local-Organizr-IP:PORT/auth.php?user; proxy_set_header Content-Length ""; } Looks like this only works with sub directory
  8. You want to expose your unraid GUI to the net? Not really safe. Use a vpn instead.
  9. Yeah, I got sonarr and radarr to "work" with auth. Could log in, and browse around. But when trying to add movies/series it would fail. Also trying to test indexer connection or download client connection it would alwasy fail. So I also went with cookie auth, works well enough.
  10. Did you ever get auth to work? I think I'm having the same isseue. I'm getting 500 Internal Server Error when I try to log in.
  11. Where are the ombi files located? In the appdata\ombi there are just the sqlite file, logs folder and backupSystem folder.
  12. Has anyone gotten the chat function to work? It says it needs SQLITE3..
  13. Use a VPN instead. Spaceinvader one has made a video about openvpn.
  14. How can I add cpufreq and temperature ?
  15. I noticed that something was constantly writing to my cache and see in the Resource monitor tab that organizr has "downloaded" 1,8GB of data? Has anyone else had this issue?