CoolFace
Apppublic

jimxu7/colorful-concepts-canvas

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
3 commits on main
6789e9010mo ago

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.

jimxu7
88a34f710mo ago

What actually is our service?

jimxu7
4bbbb0710mo ago

initial commit

jimxu7