{"id":50536743,"url":"https://github.com/benzino77/lazyprox","last_synced_at":"2026-06-03T17:01:05.385Z","repository":{"id":361613571,"uuid":"1246346595","full_name":"benzino77/lazyprox","owner":"benzino77","description":"Simple Proxmox TUI Manager","archived":false,"fork":false,"pushed_at":"2026-05-31T12:54:47.000Z","size":728,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-31T14:21:23.675Z","etag":null,"topics":["client","console","homelab","manager","proxmox","terminal","tui"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benzino77.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-22T05:35:12.000Z","updated_at":"2026-05-31T12:54:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/benzino77/lazyprox","commit_stats":null,"previous_names":["benzino77/lazyprox"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/benzino77/lazyprox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benzino77%2Flazyprox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benzino77%2Flazyprox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benzino77%2Flazyprox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benzino77%2Flazyprox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benzino77","download_url":"https://codeload.github.com/benzino77/lazyprox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benzino77%2Flazyprox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33874679,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-03T02:00:06.370Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["client","console","homelab","manager","proxmox","terminal","tui"],"created_at":"2026-06-03T17:01:04.490Z","updated_at":"2026-06-03T17:01:05.374Z","avatar_url":"https://github.com/benzino77.png","language":"Python","funding_links":["https://ko-fi.com/s/353196d42e"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"./docs/images/lazyprox-logo.svg\" width=\"60%\"\u003e\n\u003c/div\u003e\n\n# LazyProx\n\nLazyProx is a lightweight Proxmox management helper that makes it easy to view and act on nodes, containers, and virtual machines. It provides a clean UI for exploring your Proxmox infrastructure and quickly selecting actions.\n\n![view-1](./docs/images/main-graph.png)\n![view-2](./docs/images/main-summary.png)\n![view-3](./docs/images/main-action.png)\n\nSee the included asciinema animation for a short demo of how the tool works.\n\n[![asciicast](https://asciinema.org/a/SsAswPbstoAz1H0y.svg)](https://asciinema.org/a/SsAswPbstoAz1H0y)\n\n## Installation\n\nYou have to have Python 3.10 or higher installed on your system to run the tool. LazyProx is developed and tested on Linux, it is tested also on Windows WSL2, but it should work on any platform that supports Python.\n\n\u003e [!NOTE]\n\u003e LazyProx is using HTTP API of Proxmox, so you need to have access to it from the machine you want to run the tool on. \n\n### Using UV\n\nto install run `uv tool install git+https://github.com/benzino77/lazyprox.git`\n\nto upgrade run `uv tool upgrade lazyprox`\n\nto uninstall run `uv tool uninstall lazyprox`\n\n\u003e [!NOTE]\n\u003e UV can be installed following instructions on [uv Installation page](https://docs.astral.sh/uv/getting-started/installation/)\n\n### Using pipx\n\nto install run `pipx install git+https://github.com/benzino77/lazyprox.git`\n\nto upgrade run `pipx upgrade lazyprox`\n\nto uninstall run `pipx uninstall lazyprox`\n\n## Running\n\nTo run the tool, simply run `lazyprox` in your terminal. To get best experience you should use `Nerd Font` family fonts in your terminal.\n\nAlthough it is rather easy to get information about the structure of the configuration file from the code, and what needs to be configured on the proxmox server side, you can also get it in a more user-friendly format by buying me a coffee. If you want to support the project and get the instructions on how to create the configuration file with all the necessary details and examples in PDF format, you can do so via [Ko-fi](https://ko-fi.com/s/353196d42e).\n\n## Running in Docker\n\nYou can also run LazyProx in a Docker container - you do not have to install it via `uv` or `pipx` directly on your system. You can build the Docker image using the provided `Dockerfile` and then run the container or you can pull the prebuilt image from github container registry.\n\n```\ndocker run --name lazyprox -it --rm -v /path/to/config.toml:/config.toml ghcr.io/benzino77/lazyprox:latest -c /config.toml\n```\n\n## Disclaimer\n\nEverything you do, you do on your own responsibility. I do not take any responsibility for damages or problems, that may arise as a result of using this solution or its products. It is provided \"as is\" without any warranties or guarantees. Use it at your own risk.\n\n## License\n\nLazyProx is licensed under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenzino77%2Flazyprox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenzino77%2Flazyprox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenzino77%2Flazyprox/lists"}