iDashboard v1.0 Released


Version 1.0 is ready for everyone. Same concept as Managethis but with more features…

  • Password Security [hashed in the ini file]
  • Ability to change password
  • Guest support - choose which tabs guests can see
  • Color customization
  • Default Tab support
  • Over 550+ icons for tab visuals
  • Even more visual customizations!!!

Direct Download: https://github.com/causefx/iDashboard-PHP/archive/1.00.zip

Screenshots: http://imgur.com/a/WW34v

Mobile Screenshots: http://imgur.com/a/ugVoI

Let me know what you think and if you see any issues…

:slight_smile:

installed.

loaded /index.php - multiple include errors, loads some dashboard eliments. main page / proxy shows glype proxy page. every instance of \setup.php fails as notice: undefined variable.

no initial password to login; no setup page to specify new password.

readme.md instructions very unclear. there must be additional steps that need to be done for this to work.

@m1e1w1 Default Password is “iCauseFX” which is listed on the Readme page… I’ll make it in bold and highlight it, thanks for the heads up… as for the errors, can you screenshot what you are seeing? I would like to see what the errors are.

I apologize. i see where you have the password in the readme.md in quotes. I can change the password, but a lot of items are not loaded. included screen shot examples.
I see that the pages all need to be custom configured to there intended targets. other then the undefined variable errors it does load all pages.

this issue is present in windows xampp/apache. running the web app in synology web station has no errors. I haven’t tested linux with nginx yet, still cant get any web apps to load with it.





Ahhh, thank you very much. I will turn off the error messages. those undefined variables are ok.

This is awesome. Quick question though if I wanted to use Internal URLs for if the service is on the same server or an adjacent one . . .

internals will only work if you are on the same network so if you are outside it will not work.

Thanks for this it is awesome ! :slight_smile:

you’re welcome

Really nice dashboard, quick and easy to use.

Keep up the good work and improve it further :wink:

@elRadix Yeah, I’m trying, i’m currently writing in a popup msg notifier.

Sounds interesting. Pop up notifier such as pushbullet?
Any history cue? Like last 10 or whatever number items or just a live feed?

@m1e1w1 that sounds better than what I was going to do lol

I was just going to add like a bulletin style board that would throw a popup msg when the page loaded of the most recent msg.

I seems if you have too many tabs, the browser will Not resize correctly in desktop mode if you have more 12 tabs.

Been a while. any update with your notification feature? So far, i’ve tested a few other plex front page / landing page projects and i can’t really get any of them to work in my environment. Your idashboard is the only one i can get working; displaying all my pages. So great work, thanks.

Hello there nice work, but i get 2 pages white screen ? can you tell me why ? because without youre dashboard it works thnx

hmmm no activity

@m1e1w1 @dbbdark

Sorry guys I got real busy… The Notifications are almost done, I just need ti finish up a few more things.

As for the 2 blank pages, what are the links pointing to? Some webpages block iframes…

add iframe
https://172.16.0.4/ Failed to load resource: net::ERR_INSECURE_RESPONSE
tabs.min.js:1 add iframe
about:blank:1 Refused to display ‘https://darkonline.nl:10001/’ in a frame because it set ‘X-Frame-Options’ to ‘SAMEORIGIN’.

One page is : owncloud running on port 443
other page are: openmediavault running on poort: 10001 both protocols are https

I had read this on OwnCloud:

in lib/template.php comment out:
header('X-Frame-Options: Sameorigin');

OMV:

look at this link