ThijsRay / podimo

https://podimo.thijs.sh
European Union Public License 1.2
41 stars 16 forks source link

PODIMO_PROTOCOL=https doesn't work #19

Closed pven closed 10 months ago

pven commented 10 months ago
# docker run --rm -e PODIMO_HOSTNAME=localhost:12104 -e PODIMO_BIND_HOST=0.0.0.0:12104 -e PODIMO_PROTOCOL=https -e DEBUG=True -p 12104:12104 podimo:latest
[2023-09-11 18:08:54 +0000] [1] [INFO] Running on http://0.0.0.0:12104 (CTRL + C to quit)

I expected to see https. When I check it, it is indeed still running on http.

pven commented 10 months ago

'PODIMO_PROTOCOL Sets the protocol that is displayed in the interface. For local deployments it can be useful to set this to http. Defaults to https.'

Never mind, I misunderstood the parameter.