vitotai / BrewPiLess

Use an ESP8266 to replace RPI and Arduino. Running BrewPi without Pi, therefore, BrewPi-Less
352 stars 131 forks source link

Authenticate apply operation #96

Open guma44 opened 6 years ago

guma44 commented 6 years ago

Hi,

I was searching but I could not find it in the options. Is it possible to authenticate apply operation? I would like to see my fermentation "on the internet" but it seems that apply operation cannot be restricted to "logged-in user". Also, is it possible to switch to https?

Rafal

allthepies commented 6 years ago

You could modify the s/w to require authentication prior to changing the BPL mode. https is beyond the capabilities of the ESP8266.

guma44 commented 6 years ago

Thanks, I thought so. I will look at the code.

vitotai commented 6 years ago

Well, the apply should already be protected if there is no bugs...

HTTPS seems not possible for ESP8266, which as too limited memory to run SSL AND other jobs.

doliver-pulsemining commented 6 years ago

Maybe run it through cloudflare or similar if you want https?

guma44 commented 6 years ago

I will check it today again, although I have a lot of problems when restarting it - sometimes it just will not generate any website ie. the ip is not accessible although I see it connected to the network. That is a different topic anyway.