{"id":19028408,"url":"https://github.com/zinovyev/monidock","last_synced_at":"2025-08-17T10:09:57.864Z","repository":{"id":149386084,"uuid":"136377343","full_name":"zinovyev/monidock","owner":"zinovyev","description":"Lightweight docker monitoring tool","archived":false,"fork":false,"pushed_at":"2018-06-07T06:53:25.000Z","size":103,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-16T00:52:53.040Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/zinovyev.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}},"created_at":"2018-06-06T19:33:13.000Z","updated_at":"2018-06-07T06:53:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"fca26753-5985-4d5b-b1ae-fc965caa243a","html_url":"https://github.com/zinovyev/monidock","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zinovyev/monidock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zinovyev%2Fmonidock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zinovyev%2Fmonidock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zinovyev%2Fmonidock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zinovyev%2Fmonidock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zinovyev","download_url":"https://codeload.github.com/zinovyev/monidock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zinovyev%2Fmonidock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270832964,"owners_count":24653651,"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","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"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":[],"created_at":"2024-11-08T21:11:01.623Z","updated_at":"2025-08-17T10:09:57.827Z","avatar_url":"https://github.com/zinovyev.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# monidock\n\nLightweight docker monitoring tool build on Rack\n\n![Monidock monitor screen](doc/monitor.png)\n\n\n## Features\n\n\n* Lightweight tool dynamically shows the stats of your running conainers:\n\n* No complex dependencies needed. The tool is built upon a docker client and a rack web server;\n\n* Easy to install and to use. Can be launched in both: on-host and containerized mode.\n\n* Base HTTP Auth available. The credentials can be configured via environment variables.\n\n\n## Run on your host\n\n**Dependencies**: ruby, docker\n\n```bash\n\ngit clone git@github.com:zinovyev/monidock.git monidock\n\ncd monidock\n\ngem install bundler\n\nbundle install\n\nbundle exec rake start # `stop` and `status` commands are also available\n\n```\n\nAlways remember to change username and password when running in production.\n\nThe values can be configured via environment vairables:\n\n* `MON_NAME` for username (the default value is `monit`);\n\n* `MON_PASSWORD` for password (the default value is `secret`);\n\n\n## Run in container\n\n**Dependencies**: docker\n\n```bash\n\ngit clone git@github.com:zinovyev/monidock.git monidock\n\ncd monidock\n\ndocker build -t monidock .\n\ndocker run -v /var/run/docker.sock:/var/run/docker.sock --privileged --rm -d \\\n  -p 9292:9292 \\\n  -e MON_NAME=\"monit\" \\\n  -e MON_PASSWORD=\"12345678\" \\\n  --name monitor docker-monit\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzinovyev%2Fmonidock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzinovyev%2Fmonidock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzinovyev%2Fmonidock/lists"}