{"id":13928874,"url":"https://github.com/PenningLabs/lxconsole","last_synced_at":"2025-07-19T10:32:22.543Z","repository":{"id":159750288,"uuid":"631747206","full_name":"PenningLabs/lxconsole","owner":"PenningLabs","description":"LXD Graphical Web Console","archived":false,"fork":false,"pushed_at":"2024-05-19T13:27:08.000Z","size":21330,"stargazers_count":63,"open_issues_count":11,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-19T14:35:33.315Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PenningLabs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"roadmap.txt","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-24T00:59:12.000Z","updated_at":"2024-05-22T10:45:20.618Z","dependencies_parsed_at":"2023-12-03T06:20:06.726Z","dependency_job_id":"913633d0-1216-4f96-ab58-00af61aee7a4","html_url":"https://github.com/PenningLabs/lxconsole","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PenningLabs%2Flxconsole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PenningLabs%2Flxconsole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PenningLabs%2Flxconsole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PenningLabs%2Flxconsole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PenningLabs","download_url":"https://codeload.github.com/PenningLabs/lxconsole/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226588855,"owners_count":17655797,"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":[],"created_at":"2024-08-07T18:01:57.875Z","updated_at":"2024-11-26T17:31:05.938Z","avatar_url":"https://github.com/PenningLabs.png","language":"HTML","readme":"# lxconsole\nThis open source application that provides a web-based user interface capable of managing multiple Incus and LXD servers from a single location. Some of the features include:\n\n- Connect and manage multiple servers\n- Create container and virtual machine instances from either a form or JSON input\n- Start, stop, rename, and delete instances\n- Copy instances to create new instances \n- Create, restore and delete snapshots of instances\n- Create instances from snaphots\n- Migrate instances between hosts on a cluster\n- Download container and virtual machine images to hosts\n- Create, edit, apply, and remove profiles\n- Create, edit, and delete networks, storage pools, storage volumes, and projects\n- Switch between projects on a host\n- Interact with instances using web-based terminal\n- Create and download backups of an instance to your local computer\n- Create local users and groups\n- Apply role based access control\n\nLxconsole is a python web application that used flask as a framework.\n\n![screenshot](screenshots/server.png)\n\nThis software is currently in BETA TESTING. Please see roadmap.txt for development plans.\n\nUse the following instructions to setup this software on a linux server:\n1. Clone the git repository (git clone https://github.com/PenningLabs/lxconsole.git)\n2. Install the python packages found in requirements.txt. (pip3 install -r requirements.txt)\n3. Using python, run the run.py file. (python3 run.py)\n4. Using your browser, visit http://YOURIPADDRESS:5000\n\n\nInstructions on setting up lxconsole as a docker image.\n1. Build the docker image (sudo docker build --no-cache -t penninglabs/lxconsole:v0.0.0 .)\n2. Run the docker container (sudo docker run -p 5000:5000 --name lxconsole -d penninglabs/lxconsole:v0.0.0)\n3. Additionally the flask session secret key can be set using the environment variable LXCONSOLE_SECRET_KEY. \n4. Mounted volumes of interest for persistence include the certs (lxconsole client.key and client.crt) and instance (db.sqlite3 database) directories:\n  - /opt/lxconsole/certs\n  - /opt/lxconsole/instance\n\n","funding_links":[],"categories":["HTML","others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPenningLabs%2Flxconsole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPenningLabs%2Flxconsole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPenningLabs%2Flxconsole/lists"}