{"id":13474821,"url":"https://github.com/canonical/lxd-ui","last_synced_at":"2025-03-26T22:31:20.267Z","repository":{"id":64792191,"uuid":"549643808","full_name":"canonical/lxd-ui","owner":"canonical","description":"Easy and accessible container and virtual machine management. A browser interface for LXD","archived":false,"fork":false,"pushed_at":"2025-03-25T18:41:29.000Z","size":257789,"stargazers_count":327,"open_issues_count":26,"forks_count":38,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-03-25T19:30:30.177Z","etag":null,"topics":["containers","hacktoberfest","lxc","lxd","virtual-machine","web","webapp"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/canonical.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-11T14:05:30.000Z","updated_at":"2025-03-25T18:28:08.000Z","dependencies_parsed_at":"2023-10-14T14:04:07.207Z","dependency_job_id":"5d852dad-5e0e-436f-8e6c-0b11ec3ad35c","html_url":"https://github.com/canonical/lxd-ui","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/canonical%2Flxd-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/canonical%2Flxd-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/canonical%2Flxd-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/canonical%2Flxd-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/canonical","download_url":"https://codeload.github.com/canonical/lxd-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245747687,"owners_count":20665840,"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","hacktoberfest","lxc","lxd","virtual-machine","web","webapp"],"created_at":"2024-07-31T16:01:15.077Z","updated_at":"2025-03-26T22:31:17.473Z","avatar_url":"https://github.com/canonical.png","language":"TypeScript","readme":"# LXD-UI\n\nLXD-UI is a browser frontend for LXD. It enables easy and accessible container and virtual machine management.\nTargets small and large scale private clouds.\n\n# Install\n\n1. Get the LXD snap\n\n       sudo snap install lxd\n\n   Or refresh to ensure at least version 5.21 LTS is installed. Be aware, that downgrading to a previous channel will not be possible. \n\n       sudo snap refresh --channel=latest/stable lxd\n\n2. Make sure that your LXD server is exposed to the network. For example listen on port 8443 of all available interfaces:\n\n       lxc config set core.https_address :8443\n\n3. Done. Access the UI in your browser by entering the server address (for example on localhost, https://127.0.0.1:8443). You can find more information on the UI in the [LXD documentation](https://documentation.ubuntu.com/lxd/en/latest/howto/access_ui/).\n\n# Contributing\n\nYou might want to:\n\n- Read the [contributing guide](CONTRIBUTING.md), to learn about our development process and how to build and test your changes.\n- [View the source](https://github.com/canonical/lxd-ui) on GitHub.\n\n# Architecture\n\nLXD-UI is a single page application written in TypeScript and React. See [Architecture](ARCHITECTURE.MD) for details on bundling with [LXD](https://github.com/canonical/lxd) and the dev setup.\n\n# Changelog\n\nThe [changelog](https://github.com/canonical/lxd-ui/releases) is regularly updated to reflect what's changed in each new release.\n\n# Roadmap\nFuture plans and high-priority features and enhancements can be found in the [roadmap](ROADMAP.md).\n\n# Examples\n\n| Create an instance                                                                                  | Instance list                                                                                                  | Instance terminal                                                                                          |\n|-----------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|\n| ![0create](https://github.com/canonical/lxd-ui/assets/1155472/8c4f5eee-9d5a-40ca-93e1-57b1c393dbd9) | ![1instance-overview](https://github.com/canonical/lxd-ui/assets/1155472/af4a92ce-e562-43eb-945f-98b78b4bb03e) | ![2instance-term](https://github.com/canonical/lxd-ui/assets/1155472/14eaaffb-c770-4f34-936f-075ceb6be42e) |\n\n| Graphic console                                                                                                | Profile list                                                                                             | Cluster groups                                                                                                        |\n|----------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------|\n| ![3-instance-console](https://github.com/canonical/lxd-ui/assets/1155472/e3301135-e737-4f7f-8bfb-1297135402a4) | ![profile-list](https://github.com/canonical/lxd-ui/assets/1155472/f19c3d70-5c25-47b0-9c8e-636bfa42fabe) | ![6cluster](https://github.com/canonical/lxd-ui/assets/1155472/85f61ef9-a45f-4b4a-abee-8fa9dfa69bd2) |\n\n| Storage                                                                                               | Operations                                                                                             | Warnings                                                                                             |\n|-------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|\n| ![5storage](https://github.com/canonical/lxd-ui/assets/1155472/d78759a6-9e54-41d4-b9b9-f9905c550763)  | ![operations](https://github.com/canonical/lxd-ui/assets/1155472/c8dfd5c8-5634-4d2e-9167-204c730df574) | ![warnings](https://github.com/canonical/lxd-ui/assets/1155472/a22334c8-61b8-4f8a-b49e-b4d4ad311285) |\n","funding_links":[],"categories":["TypeScript","HarmonyOS","hacktoberfest"],"sub_categories":["Windows Manager"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcanonical%2Flxd-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcanonical%2Flxd-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcanonical%2Flxd-ui/lists"}