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.
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
Password protected web server
Is there a way to secure connection to Event ghost web server?
- Bitmonster
- Site Admin
- Posts: 2239
- Joined: Mon Feb 06, 2006 10:28 pm
Re: Password protected web server
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!
Re: Password protected web server
OK the PHP script on Apache is good solution.
Than you
Than you
Re: Password protected web server
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
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
- Bitmonster
- Site Admin
- Posts: 2239
- Joined: Mon Feb 06, 2006 10:28 pm
Re: Password protected web server
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!