{"id":49370618,"url":"https://github.com/aceberg/unbox","last_synced_at":"2026-05-09T22:28:24.634Z","repository":{"id":353984385,"uuid":"1216777401","full_name":"aceberg/unbox","owner":"aceberg","description":"Converts a file with VLESS links to a full sing-box config","archived":false,"fork":false,"pushed_at":"2026-04-26T14:46:26.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-26T16:25:26.826Z","etag":null,"topics":["golang","sing-box","vless"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/aceberg/unbox","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/aceberg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":["https://boosty.to/aceberg/donate","https://github.com/aceberg#donate"]}},"created_at":"2026-04-21T08:16:29.000Z","updated_at":"2026-04-26T15:02:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/aceberg/unbox","commit_stats":null,"previous_names":["aceberg/unbox"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/aceberg/unbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceberg%2Funbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceberg%2Funbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceberg%2Funbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceberg%2Funbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aceberg","download_url":"https://codeload.github.com/aceberg/unbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aceberg%2Funbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32358509,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["golang","sing-box","vless"],"created_at":"2026-04-27T23:00:22.092Z","updated_at":"2026-05-09T22:28:24.629Z","avatar_url":"https://github.com/aceberg.png","language":"Go","funding_links":["https://boosty.to/aceberg/donate","https://github.com/aceberg#donate"],"categories":["clash"],"sub_categories":[],"readme":"[![Main-Docker](https://github.com/aceberg/unbox/actions/workflows/main-docker-all.yml/badge.svg)](https://github.com/aceberg/unbox/actions/workflows/main-docker-all.yml)\n[![Binary-release](https://github.com/aceberg/unbox/actions/workflows/binary-release.yml/badge.svg)](https://github.com/aceberg/unbox/actions/workflows/binary-release.yml)\n[![Binary-Android](https://github.com/aceberg/unbox/actions/workflows/binary-android.yml/badge.svg)](https://github.com/aceberg/unbox/actions/workflows/binary-android.yml)\n\n# unbox\n\nConverts a list of `vless://` and `hysteria2://` links to a sing-box config file.\n\n## Quick start\nHere `VLESS.txt` is a file with `vless://` and `hysteria2://` links. Unbox will ignore anything else in the file, including other protocols and comments.\n```sh\nunbox -f VLESS.txt\n```\nIn this example `sing-box.tmpl.json` is a [template](https://github.com/aceberg/unbox/blob/main/configs/sing-box.tmpl.json) sing-box config and `sing-box.json` is where unbox will put generated config.\n```sh\nunbox -f VLESS.txt -t sing-box.tmpl.json -o sing-box.json\n```\n### Docker\n```sh\ndocker run -it -v /your/local/path:/data \\\n    aceberg/unbox \\\n    -f /data/VLESS.txt \\\n    -t /data/sing-box.tmpl.json \\\n    -o /data/sing-box.json\n```\n\n## Options\n\n| Key | Description | Default |\n| --- | ----------- | ------- |\n| -f | Path to file with links | VLESS.txt |\n| -j | Validate and Indent json output (yes/no) | no |\n| -n | Rename tags (yes/no). If `yes`, will rename tags to `tag1`, `tag2`... | no |\n| -o | Path to output file |  |\n| -t | Path to template sing-box config. Example [here](https://github.com/aceberg/unbox/blob/main/configs/sing-box.tmpl.json). There are only two variables available in template: `{{ .Unbox_tags }}` and `{{ .Unbox_outbounds }}` |  |\n\n## Install\n### Docker\nThere are DockerHub and GitHub images:\n```sh\ndocker pull aceberg/unbox\n```\n```sh\ndocker pull ghcr.io/aceberg/unbox\n```\n\n### Binary\nAll available binaries are listed in the [latest](https://github.com/aceberg/unbox/releases/latest) release.    \nFor `amd64` there is an `apt` [repo](https://github.com/aceberg/ppa).\n\n### Android and Termux\nFor `arm64` there are `android` and `termux.deb` [files](https://github.com/aceberg/unbox/releases/latest).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faceberg%2Funbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faceberg%2Funbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faceberg%2Funbox/lists"}