starbix

Members
  • Posts

    27
  • Joined

  • Days Won

    1

Everything posted by starbix

  1. I have been Unraid for 2 years now and it's insane how useful it is for its price. It's gotten me into writing my own Dockerfiles and I have learned a lot about self hosting. Thank you
  2. I get the same error as @GilbN I'm running 6.4 rc9f
  3. No it's not on CA. Download it using this URL https://raw.githubusercontent.com/Starbix/unRAID-plugins/master/plugins/plexdrive.plg
  4. Thank you for the feedback! I removed the plexdrive bash script alltogether and executing plexdrive will now just be the normal binary.
  5. Hey, I'm still abroad, so I can't test it. But I also added plexdrive5, so you can also use mine, I also removed mongodb as plexdrive5 won't use mongodb anymore
  6. Sorry I'm currently abroad and my VPN stopped working So I can't look it up right now, but it's similiar to a script from here: https://hoarding.me
  7. I just run this script all 5 mins together with the plexdrive stuff (which checks if it's still mounted) if [[ -s "/mnt/user/appdata/plexdrive/mongodb/mongod.lock" ]]; then echo "mongodb already started" else mongod --dbpath /mnt/user/appdata/plexdrive/mongodb & fi Oh and the plexdrive4 plugin should work, if not please create an issue on github.
  8. Thank you so much for adding IPv6. My mailserver is now working like a charm.
  9. You can use plexdrive4.plg instead of plexdrive.plg. Please report back how it works.
  10. Here's the unionfs plugin: https://raw.githubusercontent.com/Starbix/unRAID-plugins/master/plugins/unionfs.plg Oh and does it work for you? Join the plex discord if you want to, I can help there
  11. Hey I wrote a plexdrive plugin. Here it is: https://raw.githubusercontent.com/Starbix/unRAID-plugins/master/plugins/plexdrive.plg I'm totally new to plugin writing, but I also have a unionfs plugin if anyone else is interested. Hopefully it works for you guys