causefx / iDashboard-PHP

HTPC Dashboard to load website services, written in PHP
MIT License
123 stars 20 forks source link

Webmin not displaying #7

Closed damianeickhoff closed 8 years ago

damianeickhoff commented 8 years ago

First off all, you did a great job! I like the guest option for my PlexRequest.

Although I'm also using Webmin. I added this with the correct link, but it won't display the page in the Dashboard.

Any idea what it could be?

causefx commented 8 years ago

let me download that and try it on my local machine.

causefx commented 8 years ago

@damiantje99

In the config file (e.g. /etc/webmin/config)

Set: no_frame_options=1

Let me know if this worked for you.

damianeickhoff commented 8 years ago

Hmmm, one step closer!

Now i'm getting this capture

The menu isn't clickable.

causefx commented 8 years ago

are there any errors in the console log in your web inspector?

damianeickhoff commented 8 years ago

I'm getting this:

capture

causefx commented 8 years ago

have you tried matching the protocols?

damianeickhoff commented 8 years ago

So if I got it right, the problem is that Webmin is SSL secured and Dashboard not? Could that be the strange menu problem?

causefx commented 8 years ago

i believe so, it will block some elements from not loading. I serve my dashboard through SSL.

damianeickhoff commented 8 years ago

Hmmm, I wan't that too, could it be done with apache only?

causefx commented 8 years ago

yes, have it listen to port 443.

damianeickhoff commented 8 years ago

Alright, I will look into that, thanks!

causefx commented 8 years ago

@damiantje99 did it work out for you?

damianeickhoff commented 8 years ago

Can't seem to figure out how to let it listen to 443. Not so much time today, perhaps tomorrow evening, I'll let you know.

causefx commented 8 years ago

Sounds good. Let me know if you need help.