{"id":13489810,"url":"https://github.com/aarnaud/lxd-webui","last_synced_at":"2026-01-18T03:58:39.433Z","repository":{"id":59823484,"uuid":"54480007","full_name":"aarnaud/lxd-webui","owner":"aarnaud","description":"Web interface (GUI), web frontend to manage the LXD Containers","archived":false,"fork":false,"pushed_at":"2017-07-18T21:00:00.000Z","size":5431,"stargazers_count":96,"open_issues_count":8,"forks_count":12,"subscribers_count":14,"default_branch":"master","last_synced_at":"2024-10-31T03:35:10.614Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://aarnaud.github.io/lxd-webui/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aarnaud.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-22T14:06:31.000Z","updated_at":"2024-07-23T20:05:14.000Z","dependencies_parsed_at":"2022-09-22T16:51:56.828Z","dependency_job_id":null,"html_url":"https://github.com/aarnaud/lxd-webui","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarnaud%2Flxd-webui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarnaud%2Flxd-webui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarnaud%2Flxd-webui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aarnaud%2Flxd-webui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aarnaud","download_url":"https://codeload.github.com/aarnaud/lxd-webui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245978200,"owners_count":20703675,"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-07-31T19:00:35.755Z","updated_at":"2026-01-18T03:58:39.428Z","avatar_url":"https://github.com/aarnaud.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# LXD WebUI [![Build Status](https://travis-ci.org/aarnaud/lxd-webui.svg?branch=master)](https://travis-ci.org/aarnaud/lxd-webui)\n\n\u003e Demo on http://aarnaud.github.io/lxd-webui/\n\n![Screenshot-details](doc/img/screenshot-details.png)\n\n\n## Release builds\n\n**The release builds of static webapp is available on https://github.com/aarnaud/lxd-webui/releases**\n\n## Build from sources\n\nFollow the instructions in this [link](doc/build-from-sources.md) \n\n## Configuration on LXD\n\n### Allow LXD to listen on 8443 port\n\n```bash\nlxc config set core.https_address [::]:8443\n```\n\n### Add CORS settings on LXD (Since LXD 2.0.0.rc2)\n\n```bash\nlxc config set core.https_allowed_origin \"*\" # SECURITY WARNING: prefer to restrict with lxd-webui url \nlxc config set core.https_allowed_methods \"GET, POST, PUT, DELETE, OPTIONS\"\nlxc config set core.https_allowed_headers \"Content-Type\"\nsudo service lxd restart # sometimes is required\n```\n\n### Accept self-sign server certificate \n\nGo on LXD server url (example: https://127.0.0.1:8443) with your browser.\n\n### Generate x509 certificate for browser authentification\n\n- Generate a client private key\n```bash\nopenssl genrsa -out lxd-webui.key 4096\n```\n\n- Generate a certificate request (csr)\n```bash\nopenssl req -new -key lxd-webui.key -out lxd-webui.csr\n```\n\n- Generate an auto-sign certificate\n```bash\nopenssl x509 -req -days 3650 -in lxd-webui.csr -signkey lxd-webui.key -out lxd-webui.crt\n```\n\n- Export keys to pkcs12 for use in browers\n```bash\nopenssl pkcs12 -keypbe PBE-SHA1-3DES -certpbe PBE-SHA1-3DES -export -in lxd-webui.crt -inkey lxd-webui.key -out lxd-webui.pfx -name \"LXD WebUI\"\n```\n\n- Import lxd-webui.pfx in your brower : \n    - [Google Chrome on Linux](https://support.globalsign.com/customer/portal/articles/1215006-install-pkcs-12-file---linux-ubuntu-using-chrome)\n    - [Google Chrome on Windows](https://www.comodo.com/support/products/authentication_certs/setup/win_chrome.php?key5sk1=649f7696ddcd15b926ed0862b303a6e7b4dd8204) \n    - [Firefox](http://www.digi-sign.com/support/client%20certificates/import%20firefox)\n    \n- Authorize the certificate on LXD server.\n```bash\nlxc config trust add lxd-webui.crt\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarnaud%2Flxd-webui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faarnaud%2Flxd-webui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faarnaud%2Flxd-webui/lists"}