{"id":13401416,"url":"https://github.com/AdaptiveScale/lxdui","last_synced_at":"2025-03-14T07:31:38.059Z","repository":{"id":25309862,"uuid":"103704757","full_name":"AdaptiveScale/lxdui","owner":"AdaptiveScale","description":"LXDUI is a web UI for the native Linux container technology LXD/LXC","archived":false,"fork":false,"pushed_at":"2024-06-06T22:52:07.000Z","size":5203,"stargazers_count":722,"open_issues_count":40,"forks_count":155,"subscribers_count":37,"default_branch":"develop","last_synced_at":"2024-09-24T12:17:36.036Z","etag":null,"topics":["containers","linux-containers","lxc","lxd","lxd-ui","virtualization"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdaptiveScale.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-15T21:56:20.000Z","updated_at":"2024-09-22T02:53:51.000Z","dependencies_parsed_at":"2024-06-20T01:39:13.697Z","dependency_job_id":"d0b69059-a5b8-418a-b896-0bb8b833b3b2","html_url":"https://github.com/AdaptiveScale/lxdui","commit_stats":{"total_commits":547,"total_committers":33,"mean_commits":"16.575757575757574","dds":0.5009140767824497,"last_synced_commit":"48e1e0689c00da42b25e8968be5dfad0f8c57741"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaptiveScale%2Flxdui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaptiveScale%2Flxdui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaptiveScale%2Flxdui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdaptiveScale%2Flxdui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdaptiveScale","download_url":"https://codeload.github.com/AdaptiveScale/lxdui/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243541997,"owners_count":20307803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["containers","linux-containers","lxc","lxd","lxd-ui","virtualization"],"created_at":"2024-07-30T19:01:02.431Z","updated_at":"2025-03-14T07:31:38.046Z","avatar_url":"https://github.com/AdaptiveScale.png","language":"HTML","readme":"![logo](https://github.com/AdaptiveScale/lxdui/blob/master/app/ui/static/images/logo.png)\n### A web UI for Linux containers based on LXD/LXC.  \nLearn more about Linux containers and LXD/LXC here: [linuxcontainers.org](https://linuxcontainers.org/)\n\nLXDUI leverages LXD's Python client library, \n[**pylxd**](https://github.com/lxc/pylxd), for interacting with the LXD REST API.  It allows for rapid provisioning and management of large number of containers from a web browser, and you can simultaneously create any number of containers, even from multiple images, in one step.\n\n## Version 2.0\n[Version 2.0](https://github.com/AdaptiveScale/lxdui/wiki/New-in-2.0) of LXDUI is a complete rewrite of the application that better exposes LXD's feature set with additional functionality. A new CLI is now available for managing LXDUI as well. Learn more about the CLI [here](https://github.com/AdaptiveScale/lxdui/wiki/LXDUI's-CLI). \n\n[New in 2.0](https://github.com/AdaptiveScale/lxdui/wiki/New-in-2.0)\n\n\n## Screencast\n![Screencast](https://github.com/vhajdari/testsite/blob/master/lxdui_screencast_2.gif)\n##\n\n# Getting Started\n\nAs the name suggests, LXDUI is a visual interface for the LXD \u0026 LXC toolset.  In order to use LXDUI you need to have LXD installed on your system.  The following instructions walk you through the installation process so that you have a working system with LXD and LXDUI.\n\nThese instructions are targeted for an Ubuntu distribution, but you should be able to adapt the instructions to use in any distribution where LXD is supported.\n\nFor more detailed instructions please refer to the [wiki page](https://github.com/AdaptiveScale/lxdui/wiki).\n\n### Install\n**1.** Install the Prerequisites - [instructions here](https://github.com/AdaptiveScale/lxdui/wiki/Installing-the-Prerequisites)\n\n**2.** Clone LXDUI from the GitHub repo:\n\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp; `git clone https://github.com/AdaptiveScale/lxdui.git`\n\n**3.** **[Optional]** Create a virtual environment for testing. Skip this step if you want to install it globaly on your system.\n\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp; `python3 -m venv mytestenv`\n\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp; Activate the virtual environment:\n\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp; `source mytestenv/bin/activate`\n\n**4.** Run Setup\n\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp; `cd lxdui`\n\n\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp; `python3 setup.py install`\n\n\n### Start LXDUI\nAt this point LXDUI should be installed and ready to start.\n\nTo start the app run: `python3 run.py start`  \nor use the new CLI:  \u0026nbsp;\u0026nbsp;`lxdui start`\n\nWhen the app starts open a browser to the following link to access the app:\n[http://127.0.0.1:15151](http://127.0.0.1:15151)\n\n**Log In.**  The default account and password are: **admin** | **admin**\n\n## CONTRIBUTION\n\nYour contribution is welcome and greatly appreciated.  Please contribute your fixes and new features via a pull request.\nPull requests and proposed changes will then go through a code review and once approved will be merged into the project.\n\n## AUTHOR\n\nAdaptiveScale, Inc.\n[http://www.adaptivescale.com](http://www.adaptivescale.com)\n\n## LICENSE\nCopyright © 2018 AdaptiveScale, Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 \nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. For details see the file COPYING or visit: http://www.gnu.org/licenses/\n","funding_links":[],"categories":["UI","HTML","others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdaptiveScale%2Flxdui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAdaptiveScale%2Flxdui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAdaptiveScale%2Flxdui/lists"}