Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not really an issue: how to active ssl from DOMOTICZ_OPTS #13

Open
stromboli59 opened this issue Jul 2, 2018 · 1 comment
Open

Not really an issue: how to active ssl from DOMOTICZ_OPTS #13

stromboli59 opened this issue Jul 2, 2018 · 1 comment

Comments

@stromboli59
Copy link

stromboli59 commented Jul 2, 2018

Hi Joshua,

I've a sonos one with Alexa and i use your image to dockerize domoticz.
I'm a newbie in docker and i used the configuration by default on port 8080.
It's working nicely. But now i want to connect Alexa with domoticz and i need to use SSL port.
At my knowledge, only one skill work with Alexa, called Controlicz that only works with SSL.
I've tried " export DOMOTICZ_OPTS='-sslwww 443 -www 0' " before running docker without result
And after i used -p 443:433 in docker run.
Can you help me.
Thank for your reply.

PS: sorry for my english, i'm french.

@joshuacox
Copy link
Owner

No worries! Thanks for giving me some feedback. So far as SSL, I am not certain that image even has the facilities for certificates etc. I have always done it with something else like:
https://github.com/WebHostingCoopTeam/nginx-tiny-proxy

Although at the moment I'm transitioning to voyager:
https://appscode.com/products/voyager/6.0.0/guides/ingress/

I will update this image and give this a little thought. But the best bet is to use something dedicated to ingress like the above.

I will also try out controlicz https://www.controlicz.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants