I work for agriculture I would like to build a file storage app with Django and vue that allow to upload files that can be associated with owners (which are different from users) Each file will have associated comment, date, owner ... There will be a view to see all owners with html cards. When clicked, views will lead to a page with several sub views - file views with categories - kpi wiews with categories - daily comment view and history - access management (files shared) CSV files should be displayed as graph when opened in the browser New file, new owner, new daily comment, new share popups In résumé : - User - owner 1 - Files + daily comments + share rights etc - owner 2 - ... Platform will be deployed with docker compose and sso will be keycloak Amazon S3 will store the files A virtual machine (fedora silverblue, immutable) should be created with node red, and flows to send data to first platforms should be constructed 4 pure html interfaces should be created and connected to nodered through web socket. Each interface will contain 4 cards with ws values and 2 plots. Interface will be modern but basic Quote should have several lines Architecture Development of main platform In option : encryption of files (which allow to share : each user has public an private key, each document has symetrical key) Nodered integration in VM