Hi Jeff
Ooh, you are right. I do not need to specify my output interface for an input rule. Removing this entry, fixed my issue.
Thanks!
Marco
Hi Jeff
Thanks for the answer.
I now installed Flask on the Conduit and basically run a second separate web server for my settings. This even allows me to create complete custom settings pages 😀
If we brainstorm, I would suggest following:
On the app page in the web interface is a configure button. If this button is pressed, inside the existing web interface the custom settings of the app are opened. In the background the web server is calling the Python application over WSGI or FastCGI. This would allow the app developer to create complete custom app pages in the existing web interface.
Regarding Security, in my opinion as long as the app settings are only accessible after login it should be fine.
A solution with Device HQ is for my application not possible, because we have the requirement for the solution to work without an Internet connection.
Marco