{"id":18026860,"url":"https://github.com/yegor256/dmx-node","last_synced_at":"2025-03-27T01:31:29.857Z","repository":{"id":63740165,"uuid":"203034520","full_name":"yegor256/dmx-node","owner":"yegor256","description":"Docker image for a DMX node","archived":false,"fork":false,"pushed_at":"2024-04-26T23:53:43.000Z","size":61,"stargazers_count":4,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T21:07:21.863Z","etag":null,"topics":["docker","docker-image","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/yegor256.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2019-08-18T17:14:34.000Z","updated_at":"2023-06-03T08:33:33.000Z","dependencies_parsed_at":"2024-04-27T00:45:24.240Z","dependency_job_id":null,"html_url":"https://github.com/yegor256/dmx-node","commit_stats":{"total_commits":54,"total_committers":1,"mean_commits":54.0,"dds":0.0,"last_synced_commit":"9e9c7079e5500a765c5577b8ed98ab84e147e6f8"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Fdmx-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Fdmx-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Fdmx-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yegor256%2Fdmx-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yegor256","download_url":"https://codeload.github.com/yegor256/dmx-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245764730,"owners_count":20668467,"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":["docker","docker-image","ruby"],"created_at":"2024-10-30T08:08:19.308Z","updated_at":"2025-03-27T01:31:29.459Z","avatar_url":"https://github.com/yegor256.png","language":"Dockerfile","readme":"[![Build Status](https://img.shields.io/travis/yegor256/dmx-node/master.svg)](https://travis-ci.org/yegor256/dmx-node)\n[![Docker Cloud Automated build](https://img.shields.io/docker/cloud/automated/yegor256/dmx-node)](https://hub.docker.com/r/yegor256/dmx-node)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/dmx-node/master/LICENSE.txt)\n\nThis [Docker](https://www.docker.com/) image helps you start a new DMX node.\n\nFirst, you [pull it](https://hub.docker.com/r/yegor256/dmx-node):\n\n```bash\n$ docker pull yegor256/dmx-node\n```\n\nIt is recommended to use a specific version, though, like this one:\n\n```bash\n$ docker pull yegor256/dmx-node:0.6\n```\n\nThen, you run it:\n\n```\n$ docker run -d --name=dmx --restart=always -e GITHUB_TOKEN=... -e ARGS=... yegor256/dmx-node:0.6\n```\n\nThe GitHub token you have to get [here](https://github.com/settings/tokens).\n\nThe Secret you have to get in the `config.yml` file injected into 0dmx during deployment.\n\nHere is how you [install](https://docs.docker.com/install/) Docker.\nThis [manual](https://linuxconfig.org/how-to-install-docker-on-ubuntu-18-04-bionic-beaver) is the simplest.\n\nAdditional params can be sent via `-e ARGS=...` argument. For example:\n\n```\n$ docker run \"ARGS=--threads=1\" ...\n```\n\nIf you want to run it in an interactive mode, do it this way:\n\n```\n$ docker run -it --rm --entrypoint= yegor256/dmx-node:0.6 /bin/bash\n```\n\n## How to contribute?\n\nFirst, fork the repo, make a branch, and make necessary changes to the files.\nThen, build the Docker image locally:\n\n```\n$ docker image build .\n```\n\nThen, if everything works, push the change to the branch and send a pull request.\n\nEverything that is merged into `master` is picked up by\n[Docker Hub](https://hub.docker.com/r/yegor256/dmx-node) automatically. Once\nyou see a new green build there, you may want to create a new tag, to\nstabilize the version (replace the `2f1e65b6980e` with the ID of the\nimage in its latest version and `0.0` with the actual tag name):\n\n```\n$ docker pull yegor256/dmx-node\n$ docker images\n$ docker tag 2f1e65b6980e yegor256/dmx-node:0.0\n```\n\nAnd then, push the tag to the repo:\n\n```\n$ docker login\n$ docker push yegor256/dmx-node:0.0\n$ git tag 0.0 -m 'new release'\n$ git push origin 0.0\n```\n\nWould be great to automate this via Rultor, BTW...\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyegor256%2Fdmx-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyegor256%2Fdmx-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyegor256%2Fdmx-node/lists"}