The technology & security foundations of PiCockpit
I was asked to elaborate a bit about the security & technology foundations of PiCockpit.The parts which are involvedPiCockpit consists of several parts:picockpit-clientpicockpit-frontendpicockpit-backendpicockpit-api (“papi”)the databasethe MQTT serverthe picockpit Package repositoryThe MQTT serverData between the picockpit-frontend and picockpit-client is exchanged using the MQTT server (called “broker”), via Websockets. We use VerneMQ for this purpose. MQTT is [...]