{"id":18436676,"url":"https://github.com/weikio/try-weikio","last_synced_at":"2026-01-22T18:44:29.976Z","repository":{"id":221634759,"uuid":"754945294","full_name":"weikio/try-weikio","owner":"weikio","description":"Try Weik.io Integration Platform using Dev Container","archived":false,"fork":false,"pushed_at":"2024-10-17T13:36:44.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-14T12:52:37.553Z","etag":null,"topics":["devcontainer","integration","integration-platform","integrations"],"latest_commit_sha":null,"homepage":"https://weikio.com","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weikio.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-09T04:41:12.000Z","updated_at":"2025-02-28T05:13:02.000Z","dependencies_parsed_at":"2024-10-17T15:19:37.892Z","dependency_job_id":null,"html_url":"https://github.com/weikio/try-weikio","commit_stats":null,"previous_names":["weikio/try-weikio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/weikio/try-weikio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weikio%2Ftry-weikio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weikio%2Ftry-weikio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weikio%2Ftry-weikio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weikio%2Ftry-weikio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weikio","download_url":"https://codeload.github.com/weikio/try-weikio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weikio%2Ftry-weikio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28668303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T17:07:18.858Z","status":"ssl_error","status_checked_at":"2026-01-22T17:05:02.040Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["devcontainer","integration","integration-platform","integrations"],"created_at":"2024-11-06T06:12:27.906Z","updated_at":"2026-01-22T18:44:29.969Z","avatar_url":"https://github.com/weikio.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Weik.io Integration Development Container\n\n[![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers\u0026message=Open\u0026color=blue\u0026logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/weikio/try-weikio)\n\nWeik.io Integration Development container is for Architects and Developers building integrations using the Weik.io Integration Platform. Learn more at https://weik.io\n\nThis **development container** is a running container with a well-defined Weik.io tool/runtime stack and its prerequisites. You can try out development containers with **[GitHub Codespaces](https://github.com/features/codespaces)** or **[Visual Studio Code Dev Containers](https://aka.ms/vscode-remote/containers)**.\n\n## Note\n\nVS Code sometimes likes to cache the Development Container files. If you have issues running the devcontainer directly from VS Code, you can try cloning this repository and then opening it through VS Code as a Devcontainer.\n\nAlternatively make sure to delete the devcontainer volumes to start fresh.\n\n## Login details\n\nHere are the login details for Weik.io instance running in the Devcontainer:\n\n* Username: dev@weik.io\n* Password: password\n* ApiKey: api.key\n\nThe Weik.io CLI is configured with the local environment.\n\n## Setting up the development container\n\n### GitHub Codespaces\nFollow these steps to open this sample in a Codespace:\n1. Click the **Code** drop-down menu.\n2. Click on the **Codespaces** tab.\n3. Click **Create codespace on main** .\n\nFor more info, check out the [GitHub documentation](https://docs.github.com/en/free-pro-team@latest/github/developing-online-with-codespaces/creating-a-codespace#creating-a-codespace).\n\n### VS Code Dev Containers\n\nIf you already have VS Code and Docker installed, you can click the badge above or [here](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/microsoft/vscode-remote-try-go) to get started. Clicking these links will cause VS Code to automatically install the Dev Containers extension if needed, clone the source code into a container volume, and spin up a dev container for use.\n\nFollow these steps to open this sample in a container using the VS Code Dev Containers extension:\n\n1. If this is your first time using a development container, please ensure your system meets the pre-reqs (i.e. have Docker installed) in the [getting started steps](https://aka.ms/vscode-remote/containers/getting-started).\n\n2. To use this repository, you can open a locally cloned copy of the code:\n\n   - Clone this repository to your local filesystem.\n   - Press \u003ckbd\u003eF1\u003c/kbd\u003e and select the **Dev Containers: Open Folder in Container...** command.\n   - Select the cloned copy of this folder, wait for the container to start, and try things out!\n   \n## Things to try\n\nOnce you have this sample opened, you'll be able to work with it like you would locally.\n\nSome things to try:\n\n1. Create new integration: \u003ccode\u003eweikio integration init my-integration\u003c/code\u003e\n2. Develop and test the new integration: \u003ccode\u003eweikio integration run my-integration\u003c/code\u003e\n3. Publish the integration to Weik.io: \u003ccode\u003eweikio integration push my-integration\u003c/code\u003e\n4. Start the integration: \u003ccode\u003eweikio integration flows start my-integration\u003c/code\u003e\n5. View the integration in Weik.io UI: Open port forwarding to ui:80 and login with dev@weik.io/password\n\n![image](https://github.com/user-attachments/assets/421565da-4143-44e7-a4b4-925fc8571dbd)\n\n## License\n\nLicensed under the MIT License. See LICENSE in the project root for license information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweikio%2Ftry-weikio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweikio%2Ftry-weikio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweikio%2Ftry-weikio/lists"}