{"id":24108218,"url":"https://github.com/maxfreck/lxc-tmblr","last_synced_at":"2026-06-07T22:33:09.096Z","repository":{"id":271779769,"uuid":"913029953","full_name":"maxfreck/lxc-tmblr","owner":"maxfreck","description":"An LXC orchestrator that allows you to start or stop containers based on their dependencies","archived":false,"fork":false,"pushed_at":"2025-01-10T19:22:39.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-22T22:04:27.662Z","etag":null,"topics":["go","golang","lxc","lxd","orchestration"],"latest_commit_sha":null,"homepage":"","language":"Go","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/maxfreck.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,"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":"2025-01-06T22:19:28.000Z","updated_at":"2025-01-10T19:22:15.000Z","dependencies_parsed_at":"2025-01-09T20:37:11.557Z","dependency_job_id":"f1e2ded3-8c2c-45da-8254-52a92c3b5165","html_url":"https://github.com/maxfreck/lxc-tmblr","commit_stats":null,"previous_names":["maxfreck/lxc-tmblr"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/maxfreck/lxc-tmblr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxfreck%2Flxc-tmblr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxfreck%2Flxc-tmblr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxfreck%2Flxc-tmblr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxfreck%2Flxc-tmblr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxfreck","download_url":"https://codeload.github.com/maxfreck/lxc-tmblr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxfreck%2Flxc-tmblr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34041087,"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-07T02:00:07.652Z","response_time":124,"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":["go","golang","lxc","lxd","orchestration"],"created_at":"2025-01-10T23:26:28.539Z","updated_at":"2026-06-07T22:33:09.051Z","avatar_url":"https://github.com/maxfreck.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LXC Tumbler\n\nLXC Tumbler is an LXC orchestrator that allows you to start or stop containers based on their dependencies.\n\n## Usage\n\n```sh\nlxc-tmblr [commands]\n```\n\n### Available Commands\n\n```sh\n-start    Start the container with all the dependencies\n\n-stop     Stop the container with all the dependencies\n```\n\n### Flags\n\n```sh\n-n, -no-dependencies    Ignore dependencies and work only with specified containers\n```\n\n### Examples\n\nStart `foo`, `bar` and stop `baz`\n\n```sh\nlxc-tmblr -start foo -start bar -stop baz\n```\n\n## Defining dependencies\n\nLXC Tumbler supports configuration files in YAML format. You can place config in one of the following files:\n\n- `/etc/lxc-tmblr/config.yml`\n- `$HOME/.config/lxc-tmblr/config.yml`\n- `./config.yml`\n\n### Config example\n\n```yaml\nsocket: /var/snap/lxd/common/lxd/unix.socket\n\n# A list of containers with dependencies.\n# root is the actual name of the container. If root is not specified,\n# the actual name of the container is equal to the name of the section.\n#\n# dependencies are the names of containers or sections that the current\n# container depends on.\ncontainers:\n\n   foo:\n      dependencies:\n         - bar\n         - baz-with-subdependencies\n\n   baz-with-subdependencies:\n      root: baz\n      dependencies:\n         - bar\n         - quux\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxfreck%2Flxc-tmblr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxfreck%2Flxc-tmblr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxfreck%2Flxc-tmblr/lists"}