- Notifications
You must be signed in to change notification settings - Fork3
kaneg/lxdui
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Web UI for LXD
- pip install -r requirements.txt
- Gotty:https://github.com/yudai/gotty
python main.py
In settings.py, you can change below settings:
server_host='0.0.0.0'server_port=8080debug=Falselxd_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=Trueadmin_user='admin'admin_password='admin'
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.