{"id":14956860,"url":"https://github.com/uditkarode/void-mongod","last_synced_at":"2025-08-19T01:09:21.161Z","repository":{"id":107554803,"uuid":"427688898","full_name":"uditkarode/void-mongod","owner":"uditkarode","description":"MongoDB (mongod) for Void Linux","archived":false,"fork":false,"pushed_at":"2021-11-13T17:47:25.000Z","size":11,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-19T02:26:24.814Z","etag":null,"topics":["linux","mongo","mongo-db","mongo-runit","mongod","mongod-static","mongodb","runit","static","statically-linked","void","void-linux","void-mongo-runit","void-runit"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/uditkarode.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}},"created_at":"2021-11-13T14:34:39.000Z","updated_at":"2024-05-23T12:47:58.000Z","dependencies_parsed_at":"2023-05-25T15:45:12.209Z","dependency_job_id":null,"html_url":"https://github.com/uditkarode/void-mongod","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/uditkarode/void-mongod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditkarode%2Fvoid-mongod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditkarode%2Fvoid-mongod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditkarode%2Fvoid-mongod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditkarode%2Fvoid-mongod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uditkarode","download_url":"https://codeload.github.com/uditkarode/void-mongod/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uditkarode%2Fvoid-mongod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271083859,"owners_count":24696388,"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-18T02:00:08.743Z","response_time":89,"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":["linux","mongo","mongo-db","mongo-runit","mongod","mongod-static","mongodb","runit","static","statically-linked","void","void-linux","void-mongo-runit","void-runit"],"created_at":"2024-09-24T13:13:38.634Z","updated_at":"2025-08-19T01:09:21.151Z","avatar_url":"https://github.com/uditkarode.png","language":"Shell","readme":"# void-mongod\nThe `mongod` binary in releases was generated using [staticx](https://github.com/JonathonReinhart/staticx) on the official Docker container of mongodb.\nI've included a runit service to start it.\n\n# Instructions\nMake sure you have `git` and `wget` installed.\nIf not, you can do it with `xbps-install -S git wget`.\n\nRun the following to install `mongod` with the service:\n  \n```bash\n# or your own binary\nwget https://github.com/uditkarode/void-mongod/releases/download/v5.0.3/mongod\n\nchmod +x mongod\nsudo mv mongod /usr/local/bin\ncd /tmp\ngit clone --depth 1 https://github.com/uditkarode/void-mongod\ncd void-mongod\nsudo mv mongod.conf /etc/mongod.conf\nsudo mv mongod /etc/sv\nsudo ln -sv /etc/sv/mongod /var/service\nsudo sv start mongod\n```\n  \nIf you see something like `warning: mongod: unable to open supervise/ok: file does not exist`, you can ignore it.\n  \n`mongod` is now running!\nIt will also autostart on every system boot.\nThe logs will be saved to `/tmp/sv/log/mongod/current`.\n\n# Configuration\nThe config file is at `/etc/mongod.conf`. If you make any changes that involve logging/storing in new directories, make sure whatever directories you use exist on the filesystem. You can also add a line like `mkdir -p $YOUR_CUSTOM_FOLDER` in `/etc/sv/mongod/run`, just like and after the second line of that file just to be sure.\n  \nNote that mongod by default only accepts connections from localhost. If you want it to accept connections from anywhere, change the `127.0.0.1` in the configuration file to `0.0.0.0`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuditkarode%2Fvoid-mongod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuditkarode%2Fvoid-mongod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuditkarode%2Fvoid-mongod/lists"}