developeranaz / RCLONE-SERVE-INDEX

Heroku Rclone Index Any Remote cloud drives to Index page
154 stars 176 forks source link

need auth option #6

Closed rsoorajs closed 3 years ago

rsoorajs commented 3 years ago

can you add an option for auth as a config far like uesername:password, it should be an optional config

auth = test : test

developeranaz commented 3 years ago

it is not possible because google drive and some other Cloud services doesn't allow this user and password directly.

But mega would allow that option thats why i had made Mega.nz-Rclone-index-HEROKU

rsoorajs commented 3 years ago

what about http basic auth,isnt that possible ?

rsoorajs commented 3 years ago

it is not possible because google drive and some other Cloud services doesn't allow this user and password directly.

But mega would allow that option thats why i had made Mega.nz-Rclone-index-HEROKU

i saw some gdrive index providers supports auth function

eg https://github.com/ParveenBhadooOfficial/Google-Drive-Index

developeranaz commented 3 years ago

Ok, Now i get it Here, OAuth process is done by rclone and rclone encrypt your secret. I can Add it in deployment section But this is a common index, this repo can index all rclone supported cloud. ie., Ondrive, Mega ,googledrive, googlephotos, BOX etc...

like this https://github.com/ParveenBhadooOfficial/Google-Drive-Index I can make it in another repository only for google drive seperately. unfortunately i'mm already working on some other projects. So i don't have time to make a new one. please kindly understand my situation.

I will make that repository and publish it soon.

rsoorajs commented 3 years ago

I got it.kindly tag me when you make one