GilbN

Community Developer
  • Posts

    272
  • Joined

  • Last visited

Everything posted by GilbN

  1. Woho! Thanks to the whole team that makes the best fileserver/media server OS out there. Here's to the next 14 years! ๐Ÿป
  2. If you need any more setup help on getting v2 up and running you can join the Organizr Discord. https://organizr.app/discord
  3. V2 lets you retain configs on future upgrades. V2 is a complete rewrite from the bottom up, that's why you can't import the old configuration. V2 has a lot of new functions and is around 2x as fast as V1. There is a v2 template in CA Apps you can use. And setup is very similar to V1, just copy paste you api keys ect. takes 15 mins if you're slow. And I don't know anything about muximux or Heimdall other that muximux is inferior, and Heimdall is not really exactly the same type of application.
  4. That said the LSIO team will support this container in regards of container issues, not application setup. @jrdnlc is part of the Organizr support team, not LSIO. Just wanted to clarify that.
  5. There is no upgrade path possible. V2 is a complete rewrite. Run both at the same time and copy paste is the simplest solution.
  6. Also, you issue is most likely permissions on those files.
  7. You can also run: docker ps -s The "size" information shows the amount of data (on disk) that is used for the writable layer of each container The "virtual size" is the total amount of disk-space used for the read-only image data used by the container and the writable layer.
  8. Try docker system df -v this command can take a while
  9. Does it not show any large json log files? --log-opt max-size=50m --log-opt max-file=1๏ปฟ that is for the extra parameters on each container
  10. You can match ID in the Docker tab to find the culprit
  11. a quick forum search gave me this. du -ah /var/lib/docker/containers/ | grep -v "/$" | sort -rh | head -60 and then delete the biggest files. You should limit docker log size though. --log-opt max-size=50m --log-opt max-file=1
  12. This is an iframe block that sab has. You will see some apps block this. Go into sab settings -> Special -> and uncheck "x_frame_options" Nex scroll down to "host_whitelist" there add your ip:port to org and or your domain. Like so: acabdf18c20f, 192.168.1.34:8283, mydomain.site
  13. yeah, worked just readding it manually
  14. It's not recommended to reverse proxy the unraid gui. Check out this post on a solution for you. https://technicalramblings.com/blog/remotely-accessing-the-unraid-gui-with-guacamole-and-vnc-web-browser/
  15. Did you install the web api?https://github.com/idlesign/deluge-webapi/tree/master/dist Download Plugin Open Deluge Web UI, go to "Preferences -> Plugins -> Install plugin" and choose egg file. Activate WebAPI plugin