Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Password protected web server

If you have a question or need help, this is the place to be.
Post Reply
martin.m
Posts: 8
Joined: Mon Sep 22, 2008 7:31 pm

Password protected web server

Post by martin.m »

Is there a way to secure connection to Event ghost web server?
User avatar
Bitmonster
Site Admin
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: Password protected web server

Post by Bitmonster »

No. I haven't found any valuable code for this in python. And including a whole webframework like Django would be overkill. Best choice if you really need it, is to use an Apache server and some PHP scripts to route the messages to EG. Somewhere here I have posted such script.
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
martin.m
Posts: 8
Joined: Mon Sep 22, 2008 7:31 pm

Re: Password protected web server

Post by martin.m »

OK the PHP script on Apache is good solution.

Than you
CHeitkamp
Plugin Developer
Posts: 49
Joined: Sun Jan 27, 2008 12:42 pm
Location: M├╝nster / Germany

Re: Password protected web server

Post by CHeitkamp »

I submitted a new version of this plugin to SVN.
It supports basic authencation (Username+Password) now.

It doesn't support encryption, but for basic security it should be enough :)
Attachments
__init__.zip
Updated Webserver PlugIn
(3.9 KiB) Downloaded 168 times
User avatar
Bitmonster
Site Admin
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Re: Password protected web server

Post by Bitmonster »

Very nice work. Hadn't thought, the code would look that easy.
Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!
Post Reply