jimxu7/colorful-concepts-canvas
I need a dockerized website that show, load, apply and save configuration in JSON that operates and manages an embedded Linux device. The docker will run on Ubuntu 22.04 desktop that has ssh access the device. Let's name the Ubuntu host "nuc" and the device "ct". The host can "ssh ct" without password which is setup in host ~/.ssh/config file. The website docker should be built on a generic Ubuntu 22.04 docker image. The website has a top banner with home icon and login button; a left-side navigation bar with links to subpages. The top link should be "Dashboard" which is linked to the home icon. The top banner has fixed height and auto-sized width, while the left nav-bar has fixed width and auto-sized height. The rest of the page is the content frame that contains the subpage that each nav-bar link leads to.
What actually is our service?
initial commit
