-
Notifications
You must be signed in to change notification settings - Fork 225
Description
Tell us your idea.
Recently I opened a Feature Request #614 on meshtastic/web where I asked to implement basic http/https authentication in internal Web UI which is served from node itself, because I wanted to access Web UI over the internet, when at work, and I got rejected reasoning that it is not secure, and sugested to implement authenticating proxy in front of Meshtastic node, and I did just that, installed Caddy on Raspberry Pi, and it works excelent.
Now I want to connect with Android App on my phone to Meshstatic node that is on a pole, on a roof, on my house, which is connected via ethernet, and when I forward TCP port 4403 I can connect to it over the internet, and everything works OK.
But now anyone can connect to my node using Android App over the internet.
So my new Feature Request consists of 2 parts:
- in Android App implement that I can write a domain name instead only numerical IP address to connect to
- I plan to use stunnel (or something similar) running on Raspberry Pi to implement simple authenticating method in protobuf protocol on TCP port 4403, so authentification also must be implemented in Android App also
Code of Conduct
- I agree to follow this project's Code of Conduct