iDashboard-PHP icon indicating copy to clipboard operation
iDashboard-PHP copied to clipboard

Multiple users with different permissions

Open AddAndy opened this issue 9 years ago • 5 comments

It would be nice if there was the ability to have more than 1 user/groups with different permissions.

So myself (admin) would have access to everything, my housemates would have access to most services, and remote users would have read-only access to most of the info.

AddAndy avatar Oct 01 '16 15:10 AddAndy

I did this exact thing on a fork from Muximux...

https://github.com/causefx/MMHTPC-ManageMyHTPC

Not sure if I should do something similar with this.

causefx avatar Oct 18 '16 22:10 causefx

I would also like to see this if possible. As I allow my media pc for friends and family I would like to add in a way for them to request movies/tv shows using another tool and would like to incorporate it into the dashboard

derrickmehaffy avatar Oct 26 '16 13:10 derrickmehaffy

@AddAndy & @derrickmehaffy

Not sure if this will help you but you could possibly run two instances of iDashboard like they way I'm doing right now to have nested tabs with different passwords. The only problems is if there are 2 different instances with 2 different passwords, it bugs out when you refresh the main page and you have to log back in, I could code it so it is more unique to each instance or I could just revisit the whole different users thing.

image

causefx avatar Oct 26 '16 22:10 causefx

That's not a bad idea, slightly more complicated but not too difficult to do. Just curious with things like your Sonarr and what not, do you have authentication enabled on those as well as the main iDashboard? I'm under the assumption your running all those sites on localhost and using the idashboard to iframe them.

I have not yet installed the dashboard and was going to do so right now. :)

derrickmehaffy avatar Oct 27 '16 05:10 derrickmehaffy

Correct, I have all of my services running on my server and they are all behind a reverse proxy in nginx.

causefx avatar Oct 27 '16 15:10 causefx