{"id":20483678,"url":"https://github.com/cbuschka/deploymentboard","last_synced_at":"2026-05-29T18:31:19.667Z","repository":{"id":39001921,"uuid":"356707034","full_name":"cbuschka/deploymentboard","owner":"cbuschka","description":"Deployment dashboard to display which story is deployed where","archived":false,"fork":false,"pushed_at":"2023-03-06T02:32:27.000Z","size":4602,"stargazers_count":3,"open_issues_count":30,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-05T16:17:31.647Z","etag":null,"topics":["dashboard","deployment","issues","productowner"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cbuschka.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":"2021-04-10T22:10:09.000Z","updated_at":"2024-09-09T19:23:45.000Z","dependencies_parsed_at":"2025-01-17T11:10:28.004Z","dependency_job_id":null,"html_url":"https://github.com/cbuschka/deploymentboard","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/cbuschka/deploymentboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbuschka%2Fdeploymentboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbuschka%2Fdeploymentboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbuschka%2Fdeploymentboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbuschka%2Fdeploymentboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbuschka","download_url":"https://codeload.github.com/cbuschka/deploymentboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbuschka%2Fdeploymentboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33666290,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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":["dashboard","deployment","issues","productowner"],"created_at":"2024-11-15T16:18:26.790Z","updated_at":"2026-05-29T18:31:19.651Z","avatar_url":"https://github.com/cbuschka.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deployment Board\n\n[![Build](https://github.com/cbuschka/deploymentboard/workflows/build/badge.svg)](https://github.com/cbuschka/deploymentboard) [![Docker Image](https://img.shields.io/badge/docker.io-cbuschka%2Fdeploymentboard-yellowgreen)](https://hub.docker.com/repository/registry-1.docker.io/cbuschka/deploymentboard/tags?page=1\u0026ordering=last_updated) [![License](https://img.shields.io/github/license/cbuschka/deploymentboard.svg)](https://github.com/cbuschka/deploymentboard/blob/main/license.txt)\n\n### Deployment dashboard to display which story is deployed where\n\n![Screenshot](./doc/screenshot.png)\n\n## Prerequisites\n\n- docker/ docker-compose\n- java 11\n- maven\n- GNU make\n\n## Features\n\n- configurable environments (default: dev, int, stage, prod)\n- supported auth types: rsa key, plain text password\n- supported deployment info retrieval methods: http, https, scp/sftp, ssh, local shell command\n- supported deployment info formats: properties, json, yaml, xml\n- supported code repos: git via ssh\n\n## Usage\n\n```bash\ndocker run --name deploymentboard --rm \\\n  -e JAVA_TOOL_OPTIONS='-Ddeploymentboard.config=file:/config/config.yaml -Ddeploymentboard.masterpassword=' \\\n  -v ${PWD}/backend/src/test/resources/test-config.yaml:/config/config.yaml \\\n  -v ${PWD}/workspace/:/tmp/workspace:rw \\\n  -p 8080:8080 \\\n  cbuschka/deploymentboard:latest\n```\n\n## Local Development\n\n### Start Test Environment\n\n```bash\nmake start-services\n```\n\n### Develop Frontend\n\n```bash\ncd frontend/src/main/frontend \u0026\u0026 \\\n  nvm use \u0026\u0026 \\\n  yarn install \u0026\u0026 \\\n  yarn run start\n```\n\n### Run and Debug\n\nThen run and debug the spring boot webapp via your preferred IDE.\n\n### Build Docker Image\n\n```bash\nmake build\n```\n\n### Test Docker Image\n\n```bash\nmake start-deploymentboard\n```\n\n### Show Status of Test Environment\n\n```bash\nmake show-status\n```\n\n### Tail Test Environment Logs\n\n```bash\nmake tail-logs\n```\n\n### Shutdown Test Environment\n\n```bash\nmake stop-services\n```\n\n## License\n\nCopyright (c) 2021 by [Cornelius Buschka](https://github.com/cbuschka).\n\n[Apache License, Version 2.0](./license.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbuschka%2Fdeploymentboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbuschka%2Fdeploymentboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbuschka%2Fdeploymentboard/lists"}