/lxweb

Browser-based instance manager for LXD

Primary LanguageTypeScript

lxweb

An experimental web-based instance manager for LXD.

This project is implemented using the Quart web framework, React for frontend components and Vanilla Framework for layout and styling.

Local development

The simplest way to run lxweb locally is to use dotrun.

If you want to manage a local LXD server listening on a Unix socket, you will need to give dotrun permission to access the socket:

$ sudo snap connect dotrun:lxd lxd:lxd

Run the project with:

$ dotrun

Once the server has started, you cah visit http://localhost:8701/ in your browser.