Giter VIP home page Giter VIP logo

lxd-ui's Introduction

LXD-UI

LXDui screen

A simple easy to use GUI for your local LXD server.

No dependencies! simply run the self contained AppImage!

You must be using >= LXD 2.17

Features:

  • Create, edit, start, restart, stop, freeze, thaw and snapshot containers.
  • Launch containers from images, from any defined LXD remote e.g: local:, images:, ubuntu:, ubuntu-daily:, production:.
  • Direct access into the containers using xterm.js terminal.
  • Create images from containers.
  • Edit local images.
  • Easily edit core LXD settings.
  • Scripts, launch a container and execute a deployment shell script (not cloud-init so it works with all remotes and you fully see the process).
  • Single click to automatically copy users SSH key to root users authorized_keys file.
  • Service port checks:
    • If port 22 open, shows link to open in file explorer over SSH.
    • If port 80 open, shows link to open in browser.
    • If port 5901 open, shows link to open vncviewer.
  • ngrok HTTP tunnel.

Planned features:

  • Finish off:
    • Create image from snapshot.
  • Manage profiles (configuration done, still need to add devices).
  • Add app settings.
  • Add in-app docs.

Want anything else added? Feel free to open an issue...

Screens Screenshot

XFCE4 over VNC! Screenshot

Downloads (.AppImage)

File Description Platform
LXDui-1.0.0-x86_64.AppImage Version 1.0.0 - Release Notes Linux

As versions are released, they will be posted here: https://github.com/lcherone/lxd-ui/releases which you can just download and run. Or you can build as shown below. Windows or mac its not supported.

Build Setup

# download source
git clone [email protected]:lcherone/lxd-ui.git && cd lxd-ui

# install dependencies
npm install

# build application - built app will be in: ./build
npm run build

Developer Setup

# download source
git clone [email protected]:lcherone/lxd-ui.git && cd lxd-ui

# install dependencies
npm install

# serve with hot reload
npm run dev

# run unit & end-to-end tests
npm test

# lint all JS/Vue component files in `src/`
npm run lint

Issues

  • Home and Containers pages hang :( - This will happen if you have an older version of LXD installed or you have recently installed the LXD snap without removing the old apt version of lxd and the lxd-client, the app does not check for lxd.lxc but instead expects the standard lxc commands to hit the correct binary.

If you encounter anything else which does not work, please open an issue.

Developer Support / Sponsor

If you enjoy using this app and want to show your appreciation, please feel free to make a donation https://www.paypal.me/lcherone, thanks.

Built with electron-vue.

lxd-ui's People

Contributors

lcherone avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lxd-ui's Issues

Cannot install - electron-chromedriver fails

npm install fails:

npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] install: `node ./download-chromedriver.js`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the [email protected] install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /root/.npm/_logs/2021-06-02T13_06_10_641Z-debug.log

2021-06-02T13_06_10_641Z-debug.log

Remote server control

Is it possible to set up connection to remove server? Then you can make a cross-platform app as real lxd ui.

Application stuck

Haven't succesfully use lxd-ui
OS : Ubuntu Zesty 64 bit
lxd-ui version = 0.0.5
lxc --version = 2.12
Problem : dashboard only displaying spinning cursor

Tried with normal user and sudo

Can't start appimage

OS: OpenSUSE Tumbleweed

$ chmod +x LXDui-1.0.0-x86_64.AppImage
$ ./LXDui-1.0.0-x86_64.AppImage 

(lxdui:14706): Pango-ERROR **: 22:46:18.874: Harfbuzz version too old (1.4.2)

Trace/breakpoint trap (core dumped)

Looking for a web based UI..

"Looking for a web based UI? Try Conext the full-featured decentralized LXD server control panel with sugar!"
The link to that repo is dead :(

I am looking for a web based UI though, yes!

Segmentation Fault

OS: OpenSUSE Tumbleweed: Latest Build
Output:

$ ./LXDui-1.0.0-x86_64.AppImage 
installed: X-AppImage-BuildId=f577b3d0-5a01-11a8-0ac6-f33c83a5ffc7 image: X-AppImage-BuildId=f577b3d0-5a01-11a8-0ac6-f33c83a5ffc7
Segmentation fault (core dumped)

It says "core dumped" but I don't see a core file anywhere in my homedir.

Running on server enviornment with no gui.

I suppose this can only be run on Desktop/GUI environment like Ubuntu 18.04 Desktop and not the server environment. I mistook it to be web/http based tool which can be run in server environment and attempted to run it on Ubuntu 18.04 server, it complained about a few libraries which i installed but then now it is complaining "desktop-file-install is missing. Skipping /tmp/.mount_LXDui-1Vaycv/AppRun"

Ubuntu 18.04 Desktop - Gtk-Message: Failed to load module "canberra-gtk-module"

Hi,

This LXD UI looks awesome. I can't get the appimage to launch on Ubuntu 18.04 Desktop (kernel 4.15.0-22-generic) with LXD snap v3.1 installed.

I get an error message at launch:

Gtk-Message: Failed to load module "canberra-gtk-module"

Then the UI appears and tries to refresh forever...

Let me know if I can try something to get it to work. Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.