You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use snippet box with home assistant, but locally as it works with http I can not see the content if I am not in my wifi, so I created a cloudflare tunnel to make the connection https and see the content outside my wifi, but as there is not login for the app, anyone can access my snippet box instance. Is ther any way I can make the app https but also secure?
The text was updated successfully, but these errors were encountered:
You can block access to methods other than GET, this works great for restricting access outside my network. internally i can use the service's port number or an internal host
location/ {
limit_except GET { deny all; }
include /etc/nginx/proxy.conf;
proxy_pass http://localhost:40106;
}
I am trying to use snippet box with home assistant, but locally as it works with http I can not see the content if I am not in my wifi, so I created a cloudflare tunnel to make the connection https and see the content outside my wifi, but as there is not login for the app, anyone can access my snippet box instance. Is ther any way I can make the app https but also secure?
The text was updated successfully, but these errors were encountered: