{"id":16243534,"url":"https://github.com/flyte/docker-stackstorm","last_synced_at":"2025-04-08T10:59:52.971Z","repository":{"id":149757323,"uuid":"80232927","full_name":"flyte/docker-stackstorm","owner":"flyte","description":"Build files for Stackstorm","archived":false,"fork":false,"pushed_at":"2017-02-01T12:30:09.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-02-14T07:19:28.714Z","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/flyte.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-01-27T18:12:51.000Z","updated_at":"2017-01-30T12:06:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7f0f1ce-b6d1-4e0e-92eb-4d7627b7e693","html_url":"https://github.com/flyte/docker-stackstorm","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/flyte%2Fdocker-stackstorm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyte%2Fdocker-stackstorm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyte%2Fdocker-stackstorm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flyte%2Fdocker-stackstorm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flyte","download_url":"https://codeload.github.com/flyte/docker-stackstorm/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247829473,"owners_count":21002994,"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-10-10T14:15:16.082Z","updated_at":"2025-04-08T10:59:52.947Z","avatar_url":"https://github.com/flyte.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"docker-stackstorm\n=================\nContains the files required to run Stackstorm on Docker.\n\nBased heavily on the [Stackstorm st2-dockerfiles repository](https://github.com/stackstorm/st2-dockerfiles)\nbut simplified and modified slightly for my own ease of use, and to use Docker Hub's auto-build functionality.\n\n##Usage\nGenerate or copy the requisite SSH keys to the `data` directory:\n\n```bash\nssh-keygen -f data/id_rsa\n```\nor\n```bash\ncp -p ~/.ssh/id_rsa* data/\n```\n\nAlso copy a `known_hosts` file which contains the SSH key hashes for any hosts you wish to connect\nto over SSH, such as Github and Bitbucket:\n\n```bash\ncp ~/.ssh/known_hosts data/\n```\n\nModify or recreate the `htpasswd` file for your Stackstorm user (on Ubuntu, this tool comes from\nthe `apache2-utils` package):\n\n```bash\n# Truncate the file first if you wish to remove the default st2admin user:\n\u003e data/htpasswd\nhtpasswd data/htpasswd \u003cyourusername\u003e\n```\n\nBring the stack up with `docker-compose`:\n```bash\ndocker-compose up -d\n```\n\n##Packs\nOnce the services have started up and you're able to run commands with the `st2` CLI client, you may\nwant to install a list of packs which your organisation uses.\n\nCreate a file listing your requirements (`packs.txt`):\n```\nansible\ngit@bitbucket.org:0x07ltd/pack-yourpack.git\ngit@bitbucket.org:0x07ltd/pack-yourotherpack.git\n```\n\nInstall the packs:\n```bash\nxargs st2 pack install \u003c packs.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflyte%2Fdocker-stackstorm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflyte%2Fdocker-stackstorm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflyte%2Fdocker-stackstorm/lists"}