{"id":19178054,"url":"https://github.com/cmdruid/ord-workbench","last_synced_at":"2025-07-30T19:17:35.538Z","repository":{"id":117493459,"uuid":"600308725","full_name":"cmdruid/ord-workbench","owner":"cmdruid","description":"Workbench for ordinals.","archived":false,"fork":false,"pushed_at":"2023-02-14T09:32:00.000Z","size":3976,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-04T02:51:40.746Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/cmdruid.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":"2023-02-11T04:41:55.000Z","updated_at":"2023-02-11T04:47:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"1badbe86-3f3d-43d0-90d5-2b81db6ceff1","html_url":"https://github.com/cmdruid/ord-workbench","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdruid%2Ford-workbench","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdruid%2Ford-workbench/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdruid%2Ford-workbench/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdruid%2Ford-workbench/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmdruid","download_url":"https://codeload.github.com/cmdruid/ord-workbench/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240254912,"owners_count":19772508,"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":[],"created_at":"2024-11-09T10:36:39.369Z","updated_at":"2025-02-23T01:21:14.417Z","avatar_url":"https://github.com/cmdruid.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ordinal Workbench\n\nA docker workbench environment, pre-configured for running a bitcoin node with ord (rust).\n\n## Overview\n\nHere is an overview of the project filesystem:\n\n```sh\n## Project Directory\n/config      # Mounted as read-only at /config.\n             # Useful for collecting our config files in \n             # one place, so we can tweak them between builds.\n\n/home        # Mounted as read-write at /root/home.\n             # Scripts placed in 'bin' are added to your PATH \n             # environment. The .bashrc script is loaded at login.\n\n/image       # Copied to root filesystem '/' at build time.\n             # Create your desired filesystem in here, using the \n             # proper paths. (for ex. binaries in /image/usr/bin/')\n\n.env.sample  # Example of .env file. Used for setting variables that\n             # are passed into the build and runtime environments.\n\ncompose.yml  # Container configuration file. Launch your container in \n             # detached mode by using: 'docker compose up --build -d'\n\nDockerfile   # Main build file for the docker container. Feel free to \n             # configure this file to your liking!\n\nREADME.md    # You are here!\n```\n\n**Tips**  \n\n- The `Dockerfile` specifies what packages are installed by default. Modify the `apt install` line to add more packages to your container.\n- The `home` folder is reloaded upon login, so you can make changes to your environment frequenlty!\n- Use the `home/bin` folder to store your own custom scripts (and call them directly).\n- Use the `.init` and `.profile` scripts to customize your own shell environment.\n- Feel free to `--build` frequently as you make changes to the filesystem.\n\n## How to Use\n```sh\n## Build the image and start in a container.\ndocker compose up --build\n\n## Start the container in detached mode.\ndocker compose up -d\n\n## You can also do all of this in one line.\ndocker compose up --build -d\n\n## Log into a currently running container.\ndocker exec -it \u003ccontainer name\u003e bash\n\n## If you have any issues with starting your container,\n## log into the container's shell, then start the script.\ndocker compose run -it --entrypoint bash \u003ccontainer name\u003e\n\u003c~/home\u003e entrypoint\n```\n\n### Ngrok Integration\n\nSetting `NGROK_ENABLED=1` in your `.env` file will enable Ngrok integration. This will configure your `spark-qr` command to connect using an encrypted Ngrok tunnel. You will have to sign up [here](https://ngrok.com) in order to receive an `NGROK_TOKEN` and use their service.\n\n## Resources\n\nFor more information and resources, please see the links below.\n\n**Nostr-rs-relay**  \nhttps://sr.ht/~gheartsfield/nostr-rs-relay\n\n**Docker Compose Reference**  \nhttps://docs.docker.com/compose/compose-file\n\n**Docker Builder Reference**  \nhttps://docs.docker.com/engine/reference/builder\n\n**Docker Exec Reference**  \nhttps://docs.docker.com/engine/reference/commandline/exec\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmdruid%2Ford-workbench","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmdruid%2Ford-workbench","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmdruid%2Ford-workbench/lists"}