{"id":35454653,"url":"https://github.com/unix755/qbtsh","last_synced_at":"2026-04-02T11:45:46.991Z","repository":{"id":63249158,"uuid":"429003860","full_name":"unix755/qbtsh","owner":"unix755","description":"A tool that makes qBittorrent-nox easier to install, uninstall, update and reload","archived":false,"fork":false,"pushed_at":"2026-03-24T03:20:19.000Z","size":102,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-25T02:23:04.249Z","etag":null,"topics":["amd64","arm","installer","linux","qbittorrent","qbittorrent-nox","static","updater"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unix755.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-11-17T10:37:32.000Z","updated_at":"2026-03-24T03:19:41.000Z","dependencies_parsed_at":"2023-01-22T13:30:55.389Z","dependency_job_id":"34a51b29-1423-443a-91e3-c8893a8d5ae9","html_url":"https://github.com/unix755/qbtsh","commit_stats":null,"previous_names":["unix755/qbtsh"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/unix755/qbtsh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unix755%2Fqbtsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unix755%2Fqbtsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unix755%2Fqbtsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unix755%2Fqbtsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unix755","download_url":"https://codeload.github.com/unix755/qbtsh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unix755%2Fqbtsh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31305809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T09:48:21.550Z","status":"ssl_error","status_checked_at":"2026-04-02T09:48:19.196Z","response_time":89,"last_error":"SSL_read: 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":["amd64","arm","installer","linux","qbittorrent","qbittorrent-nox","static","updater"],"created_at":"2026-01-03T05:57:33.397Z","updated_at":"2026-04-02T11:45:46.987Z","avatar_url":"https://github.com/unix755.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n          ▄▄                            ▄▄\n          ██         ██                 ███\n          ██         ██                 ██\n ▄██▀███  ██▄████▄ ██████   ▄██▀███   ███████▄\n▄█▀   ██  ██    ▀██  ██     ██        ██   ██\n██    ██  ██     ██  ██     ▀██████▄  ██   ██\n██▄   ██  ██▄   ▄██  ██     █▄   ███  ██   ██\n ▀██████  █▀█████▀   ▀████  ██████▀   ██  ████▄\n      ██\n   ▄████▄\n```\n\n[中文说明](https://github.com/unix755/qbtsh/blob/main/README_chs.md)\n\n- Make `qBittorrent-nox` easier to install, uninstall and reload on `Linux` kernel system.\n- The application is installed in `/usr/local/bin/qbittorrent-nox`, and the application data is stored\n  in `/usr/local/etc/qBittorrent/` to avoid problems caused by future system changes.\n- Statically compiled `qBittorrent-nox`\n  using [userdocs/qbittorrent-nox-static](https://github.com/userdocs/qbittorrent-nox-static/releases)\n\n## Usage\n\n```\nNAME:\n   qbtsh.exe - qBittorrent quick install tool\n\nUSAGE:\n   qbtsh.exe [global options] command [command options] \n\nVERSION:\n   v2.00\n\nCOMMANDS:\n   install, i  Install qBittorrent\n   uninstall   Remove config,cache and uninstall qBittorrent\n   update      Update qBittorrent\n   reload      Reload service\n   help, h     Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --help, -h     show help\n   --version, -v  print the version\n```\n\n## Install\n\n```sh\n# For example, the host is a linux kernel based system with amd64 architecture\n# Download the app\ncurl -Lo /usr/local/bin/qbtsh https://github.com/unix755/qbtsh/releases/latest/download/qbtsh-linux-amd64\n# Give the app execute permission\nchmod +x /usr/local/bin/qbtsh\n# Show help\n/usr/local/bin/qbtsh -h\n```\n\n## Compile\n\n```sh\n# Download application source code\ngit clone https://github.com/unix755/qbtsh.git\n# Compile the source code\ncd qbtsh\nexport CGO_ENABLED=0\ngo build -v -trimpath -ldflags \"-s -w\"\n```\n\n## FAQ\n\n### Does this tool support FreeBSD?\n\n- Not supported, [userdocs/qbittorrent-nox-static](https://github.com/userdocs/qbittorrent-nox-static/releases) only\n  supports `linux` kernel systems, and builds a fully static `qBittorrent-nox` on `FreeBSD` is quite a difficult thing.\n\n### Is there any way to get this working on FreeBSD?\n\n- You can try compiling a dynamically linked `qBittorrent-nox` yourself using the `qBittorrent-nox` build script I wrote\n  for `FreeBSD` [freebsd build](https://github.com/unix755/qbittorrent-nox), also I have already compiled binaries for\n  the\n  latest `FreeBSD`/`amd64`, you can also use them directly.\n\n### How to access after running?\n\n- After the service runs successfully, you can access it at `SERVER_IP:8080`. The default username is `admin`, and the\n  default password can be found in service log. Although you can use it normally at this time, I still recommend you to\n  change the\n  password in time, use reverse proxy that provided by `apache` or `nginx` and enable `https`, then\n  change the listening address of `qBittorrent-nox` from `0.0.0.0` to `127.0.0.1` to improve security.\n\n## License\n\n- **GPL-3.0 License**\n- See `LICENSE` for details\n\n## Credits\n\n- [userdocs/qbittorrent-nox-static](https://github.com/userdocs/qbittorrent-nox-static/releases)\n- [goland](https://www.jetbrains.com/go/)\n- [vscode](https://code.visualstudio.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funix755%2Fqbtsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funix755%2Fqbtsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funix755%2Fqbtsh/lists"}