Feature #1060
Updated by Hammel 2 months ago
Although the touchscreen is useful for general drive data, it's not user-friendly for managing the stores. The Web UI will run on the PiStore System with an API for use by Ironman.
Each store needs to be configurable with
* Directories (add, remove, rename, write-enable, read-enable)
* ACLs
* Enable as PiSentry store
It should also display (but not configure)
* Data usage per directory
Don't make it complex. Use simple CSS layout with few UI components.
Web server directly accesses mount points and makes changes, so it must run as root. Touchscreen UI should NOT access this metadata - only low level drive data should be displayed.