{"id":17978611,"url":"https://github.com/ad-si/docker-ledger-web","last_synced_at":"2025-10-15T17:23:14.293Z","repository":{"id":142369397,"uuid":"86991359","full_name":"ad-si/docker-ledger-web","owner":"ad-si","description":"Dockerfile for node-ledger-web","archived":false,"fork":false,"pushed_at":"2020-01-12T22:17:23.000Z","size":2,"stargazers_count":4,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-08T09:53:29.769Z","etag":null,"topics":["dockerfile","ledger","ledger-cli","ledger-web"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/ad-si.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":"2017-04-02T14:25:03.000Z","updated_at":"2020-01-12T22:17:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"d26ccd6e-01b4-48a7-a324-6d2fe58d7631","html_url":"https://github.com/ad-si/docker-ledger-web","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ad-si/docker-ledger-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2Fdocker-ledger-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2Fdocker-ledger-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2Fdocker-ledger-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2Fdocker-ledger-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ad-si","download_url":"https://codeload.github.com/ad-si/docker-ledger-web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ad-si%2Fdocker-ledger-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274308385,"owners_count":25261239,"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-09-09T02:00:10.223Z","response_time":80,"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":["dockerfile","ledger","ledger-cli","ledger-web"],"created_at":"2024-10-29T17:34:31.357Z","updated_at":"2025-10-15T17:23:09.272Z","avatar_url":"https://github.com/ad-si.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Ledger Web\n\n## Build\n\n```sh\ndocker build --tag ledger-web .\n```\n\n## Setup\n\nMount your local ledger files, expose the server ports,\nstart the container and log into it.\n\n```sh\ndocker run \\\n  --interactive \\\n  --tty \\\n  --rm \\\n  --volume $PWD:/ledger-files \\\n  --publish 3000:3000 3001:3001 \\\n  --name ledger-web \\\n  ledger-web \\\n  bash\n```\n\n## Configuration\n\nCopy and edit the sample config:\n\n```sh\ncp sample-config.json config.json\napt-get install vim\nvim config.json\n```\n\nOr create a new config file:\n\n```sh\ncat \u003e config.json\n```\n\nSpecify the ledger binary path.\nLeave it as `ledger` if it's already on your `$PATH`.\nOtherwise, specify the absolute path.\n\ne.g.\n\n```json\n{\n  \"binary\": \"ledger\",\n  \"file\": \"/ledger-files/main.ledger\"\n}\n```\n\n\n## Start\n\nStart the server with `npm start`\nand open http://localhost:3000 in your browser.\n\n\n## References\n\n- https://github.com/scottbrown/dockerfiles/blob/master/ledger/Dockerfile\n- https://hub.docker.com/r/rymitch/docker-ledger/~/dockerfile\n- https://hub.docker.com/r/noazark/ledger/~/dockerfile\n- https://hub.docker.com/r/vlastv/ledger/~/dockerfile\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fad-si%2Fdocker-ledger-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fad-si%2Fdocker-ledger-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fad-si%2Fdocker-ledger-web/lists"}