{"id":36473048,"url":"https://github.com/just1689/chui","last_synced_at":"2026-05-24T07:38:01.371Z","repository":{"id":64304018,"uuid":"203322950","full_name":"just1689/chui","owner":"just1689","description":"Declarative containerized chisel for punching holes through networks","archived":false,"fork":false,"pushed_at":"2019-09-03T09:13:12.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-15T07:31:27.790Z","etag":null,"topics":["chisel","declarative","docker","golang","tcp","tunnel"],"latest_commit_sha":null,"homepage":"","language":"Go","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/just1689.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":"2019-08-20T07:26:52.000Z","updated_at":"2019-09-03T09:11:59.000Z","dependencies_parsed_at":"2023-01-15T10:01:06.419Z","dependency_job_id":null,"html_url":"https://github.com/just1689/chui","commit_stats":null,"previous_names":["just1689/chisel-tui"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/just1689/chui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just1689%2Fchui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just1689%2Fchui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just1689%2Fchui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just1689%2Fchui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/just1689","download_url":"https://codeload.github.com/just1689/chui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/just1689%2Fchui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33426013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"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":["chisel","declarative","docker","golang","tcp","tunnel"],"created_at":"2026-01-12T00:43:34.722Z","updated_at":"2026-05-24T07:38:01.365Z","avatar_url":"https://github.com/just1689.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chui\nA small wrapper around \u003ca href=\"https://github.com/jpillora/chisel\"\u003eChisel\u003c/a\u003e. The goal of this project is to make it easier to work with chisel in a declarative way.\n\n## Generate config file\n```bash\n    # Generate the file from the executable\n    chui -g config.json\n    # or if you have the project\n    go run app.go -g config.json\n```\n\n## Modify the config file\n```json\n    {\n      \"server\": \"http://chiselserver:port\",\n      \"remotes\": [\n        \"localhost:8000:api:8000\",\n        \"localhost:5432:db:5432\"\n      ]\n    }\n```\n\n## Run locally\n```bash\n    # Run the file from the executable\n    chui -c config.json\n    # or if you have the project\n    go run app.go -c config.json\n```\n\n## Run in Docker\n```bash\n    # Make sure you have generated the file\n    # chui -g config.json\n\n    # ... and edited also\n    # vi config.json\n\n    # Build the declarative container\n    docker build -t image:tag --file Dockerfile.declarative .\n    docker run -p port:port image:tag\n```\n\n## Usage examples\n- Proxy a number of services on another network - in a container cluster for example.\n- Expose a service in one cluster to another cluster.\n- Development\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjust1689%2Fchui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjust1689%2Fchui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjust1689%2Fchui/lists"}