{"id":24196592,"url":"https://github.com/dedis/columbus-cli","last_synced_at":"2025-09-21T21:32:00.549Z","repository":{"id":38783592,"uuid":"240528280","full_name":"dedis/columbus-cli","owner":"dedis","description":"Naive implementation of a Blockchain explorer","archived":false,"fork":false,"pushed_at":"2023-01-06T02:32:50.000Z","size":10137,"stargazers_count":3,"open_issues_count":13,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2023-03-11T19:18:09.241Z","etag":null,"topics":["blockchain-explorer","blockchain-visualizer","typescript"],"latest_commit_sha":null,"homepage":"https://wookiee.ch/columbus-cli/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dedis.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}},"created_at":"2020-02-14T14:36:55.000Z","updated_at":"2021-04-29T12:07:58.000Z","dependencies_parsed_at":"2023-02-05T03:15:58.939Z","dependency_job_id":null,"html_url":"https://github.com/dedis/columbus-cli","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedis%2Fcolumbus-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedis%2Fcolumbus-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedis%2Fcolumbus-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dedis%2Fcolumbus-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dedis","download_url":"https://codeload.github.com/dedis/columbus-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233798365,"owners_count":18731965,"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":["blockchain-explorer","blockchain-visualizer","typescript"],"created_at":"2025-01-13T19:36:00.320Z","updated_at":"2025-09-21T21:31:55.164Z","avatar_url":"https://github.com/dedis.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# columbus-cli\n\n![Prettier](https://github.com/dedis/columbus-cli/workflows/Prettier/badge.svg)\n![Wookiee deployment](https://github.com/dedis/columbus-cli/workflows/Wookiee%20deployment/badge.svg)\n![https://wookiee.ch/columbus-cli/](https://img.shields.io/uptimerobot/ratio/m784899913-827a358778c97405361b6409)\n![release](https://img.shields.io/github/v/release/dedis/columbus-cli)\n\n Naive implementation of a Blockchain visualizer that works with cothority \u003e= 3.4.3.\n\nRun with `npm install \u0026\u0026 npm run bundle`\n\n[Play with it](https://wookiee.ch/columbus-cli/)\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"docs/preview.png\"\u003e\n\u003c/div\u003e\n\n## About Continuous Deployment (CD)\n\nEach update on the `production` branch triggers a deployment on the production\nserver. Therefore, the produciton branch must only be used to make a new\ndeployment by updating it from the master branch with:\n\n```bash\n# Trigger a deployment:\ngit push origin master:production\n```\n\nHere is the simple setup we followed for continuous deployment:\n\n**1**:\n\nCreate and set-up an ssh key so that Github can authenticate to the production\nserver:\n\n```bash\nssh-keygen -t rsa -b 4096 -C \"columbus-cli-rsync-github\"\n```\n\nAdd the private key as a secret from the repository setting with the DEPLOY_KEY\nname (*Repository* \u003e Settings \u003e Secrets \u003e New secret).\n\n**2**:\n\nWrite the action that triggers an `rsync` upon changes on the production branch.\nSee `.github/workflows/deploy.yml`.\n\n**3**:\n\nAuthorize the key on the server side to only execute rsync. Add in the\n`~/.ssh/authorized_keys`:\n\n```bash\ncommand=\"rsync --server -vlogDtprc --delete . /var/www/wookiee.ch/public_html/columbus\" ssh-rsa PUBLIC_SSH_KEY\n```\n\n**4**:\n\nTo make a deployment on the production server, update the production branch from\nmaster with `git push origin master:production`.\n\nThis process is semi-automatic, as we know it's hard to maintain a 100% safe\nmaster branch and it gives us more control on the deployment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdedis%2Fcolumbus-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdedis%2Fcolumbus-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdedis%2Fcolumbus-cli/lists"}