I am trying to access my home assistant remotely by installing dataplicity & nginx and I am at that point, when i type https://xxxxxxxxxx.dataplicity.io/ I have access to my nginx server.
server {
# Update this line to be your domain
server_name example.com;
# Ensure these lines point to your SSL certificate and key
ssl_certificate /etc/letsencrypt/live/example.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/example.com/privkey.pem;
# Use these lines instead if you created a self-signed certificate
# ssl_certificate /etc/nginx/ssl/cert.pem;
# ssl_certificate_key /etc/nginx/ssl/key.pem;
# Ensure this line points to your dhparams file
ssl_dhparam /etc/nginx/ssl/dhparams.pem;
# These shouldn't need to be changed
listen [::]:443 default_server ipv6only=off; # if your nginx version is >= 1.9.5 you can also add the "http2" flag here
add_header Strict-Transport-Security "max-age=31536000; includeSubdomains";
ssl on;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH:!aNULL:!eNULL:!EXPORT:!DES:!MD5:!PSK:!RC4";
ssl_prefer_server_ciphers on;
ssl_session_cache shared:SSL:10m;
Hi @Pharizna did you able to access both through 2 different ports ?
Hi All
Any suggestion how to do so ?
Basically i want to access my home assistant MQTT server through the URL. Currently i have forworded my home assistant 8123 port to port 80 of nginx ane able to access through a URL.
Hi. Does it work only on raspberry pi ?
I have HA alpine os running on VM on a macbook and when I add the install command to the integration , it says Error during device registration.
How to proceed ?