<div dir="ltr">Q: How do you think you could enable https for local network?<br><br>I suggested in the meeting today the HTTP local tunnel.<br><br>I mention this: <a href="https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/">https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/</a><div><br></div><div>That enables a URL like  <a href="https://mymachine.mydomain.com">https://mymachine.mydomain.com</a> to point to your local host or IP address. with a proxy, and exposed to internet.</div><div><br>here are a bunch of  similar solutions<br><a href="https://github.com/anderspitman/awesome-tunneling">https://github.com/anderspitman/awesome-tunneling</a><br>The first software making this was called ngrok and it was popular!<br><br>Q: how fix mDNS for not being slow?</div><div><br>mDNS is stupid slow. xD, It is like a printer discovery protocol.<br><br>Instead of using mDNS, why not use dynamic DNS with ddclient[1]<br><br>You could have <a href="http://machine1.pioreactor.io">machine1.pioreactor.io</a> pointing to the local IP network like 10.0.0.1  and updated on every boot.</div><div><br></div><div>Or create your own protocol for support offline. <br><br>[1]: <a href="https://ddclient.net/protocols.html">https://ddclient.net/protocols.html</a><br><br>Q: update software should I use deb ?<br><br>I think the release should be by image release. You could warranty it works on every raspberry pi, and implementing a deb file could be messy. <br><br>Another possible solution is to could package your Python application using the PEP 441[2]<br><br>There are some interesting packagers like shiv <a href="https://shiv.readthedocs.io/en/latest/">https://shiv.readthedocs.io/en/latest/</a><br><br>Check this pyempaq. It's from a friend.<br><a href="https://github.com/facundobatista/pyempaq?tab=readme-ov-file#how-pyempaq-relates-to-other-similar-tools">https://github.com/facundobatista/pyempaq?tab=readme-ov-file#how-pyempaq-relates-to-other-similar-tools</a><br><br>Here a video explaining how to make the perfect deployment with shiv.<br><a href="https://www.youtube.com/watch?v=Jzf8gTLN1To">https://www.youtube.com/watch?v=Jzf8gTLN1To</a><br><br> <br>{2}: <a href="https://peps.python.org/pep-0441/">https://peps.python.org/pep-0441/</a> </div></div>