plexdrive / plexdrive

Plexdrive mounts your Google Drive FUSE filesystem (optimized for media playback)
MIT License
1.75k stars 203 forks source link

Would it be possible to run plexdrive without 'sudo' privileges? #248

Open wardiam opened 7 years ago

wardiam commented 7 years ago

Hi guys,

I use a seedbox (Debian) with PLEX Media Server installed but I don't have 'sudo' permissions. For some time I have been constantly banning the Google Drive account mounted on the seedbox with rclone because of the high number of connections rclone makes. I think the best option is plexdrive to avoid banning and I would like to install/run in my seedbox.

Would it be possible to install it without 'sudo' privileges?.

Thank you very much.

Best regards, Wardiam

chancemon commented 7 years ago

Root access is not required to install or use Plexdrive as it comes in a precompiled binary. Root would be required to enable FUSE, which is required by Plexdrive, so you would have to ask your provider about doing so if it isn't already available.

wardiam commented 7 years ago

FUSE is enable in my seedbox to use rclone. I don't know if it's possible currently to use Plexdrive 5 but Plexdrive 4 could not to install because mongoDB installation required root permission.

chancemon commented 7 years ago

Then you're good to go.

wardiam commented 7 years ago

But the database BoltDB?

chancemon commented 7 years ago

Built into Plexdrive, isn't it?

wardiam commented 7 years ago

Would I need to install BoltDB database as mongoDB?