kaneg / lxdui

Web UI for LXD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LXD UI

Web UI for LXD

Requirement

Usage

python main.py

Configuration

1. Settings

In settings.py, you can change below settings:

server_host = '0.0.0.0'
server_port = 8080
debug = False

lxd_api_url = 'unix:/var/lib/lxd/unix.socket'
ssl_key_path = '~/.config/lxc/client.key'
ssl_crt_path = '~/.config/lxc/client.crt'
web_shell_host = 'http://%(host)s:9090/?arg=%(container)s'
login_required = True
admin_user = 'admin'
admin_password = 'admin'

2. Users:

Create a json file under the root folder, named it to users.json based on the template users.tpl.json. In the json file, you can add users with password and different permissions.

About

Web UI for LXD

License:Apache License 2.0


Languages

Language:HTML 59.6%Language:Python 38.1%Language:CSS 2.0%Language:Shell 0.3%