lxdui
lxdui copied to clipboard
LXDUI is a web UI for the native Linux container technology LXD/LXC
why it drop the bin files in $HOME/.local/ ? its a pain to create paths why not install in the bin folder like a normal person? WARNING: The script flask...
Installed /usr/local/lib/python3.7/dist-packages/Flask_Login-0.4.1-py3.7.egg Searching for bcrypt==3.2.0 Reading https://pypi.org/simple/bcrypt/ Downloading https://files.pythonhosted.org/packages/d8/ba/21c475ead997ee21502d30f76fd93ad8d5858d19a3fad7cd153de698c4dd/bcrypt-3.2.0.tar.gz#sha256=5b93c1726e50a93a033c36e5ca7fdcd29a5c7395af50a6892f5d9e7c6cfbfb29 Best match: bcrypt 3.2.0 Processing bcrypt-3.2.0.tar.gz Writing /tmp/easy_install-p91cszr2/bcrypt-3.2.0/setup.cfg Running bcrypt-3.2.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-p91cszr2/bcrypt-3.2.0/egg-dist-tmp-2mv3x6rx c/_cffi_backend.c:15:10: fatal error: ffi.h: No such file...
### Summary Found this issue at runtime: _**ImportError: cannot import name 'json' from 'itsdangerous'**_ on Ubuntu 20.04 LTS Server ... and found a workaround to fix it ### Full Error...
Fix #363. Fix #368. Close #361. Close #369.
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...
`lxdui` has an explicit build dependency on `pyyaml` 3.11. `pyyaml` 3.11 cannot be installed on Python 3.10 due to a change in the Python development headers: ext/_yaml.c:20800:21: error: ‘PyThreadState’ {aka...
https://github.com/AdaptiveScale/lxdui/blob/48e1e0689c00da42b25e8968be5dfad0f8c57741/app/ui/templates/container-details.html#L122 The information is accessible in raw json under ```json ... "disk": { "root": { "usage": } }, ... ``` It would be nice to have this information displayed to...
https://github.com/AdaptiveScale/lxdui/blob/48e1e0689c00da42b25e8968be5dfad0f8c57741/app/ui/blueprint.py#L59 I think Python >=3.7 support `text` parameter in `subprocess.check_output`. Please consider adding this information to the wiki. - https://docs.python.org/3.7/library/subprocess.html - https://docs.python.org/3.6/library/subprocess.html
I cannot enter spaces in the terminal. I need to copy and paste a space using the mouse. Can anyone confirm this issue? I use Chromium browser.
Hello, I am trying to edit a container I have - (Attempting to disable autostart) and I am receiving this error message:  I am unsure what is wrong and...