{"id":15973753,"url":"https://github.com/rajarakoto/ha-proxy","last_synced_at":"2025-04-04T16:21:24.388Z","repository":{"id":218265486,"uuid":"745999258","full_name":"RajaRakoto/ha-proxy","owner":"RajaRakoto","description":"Streamlines the configuration and management of proxy tunnels, leveraging HA Tunnel Plus for services like HTTP, Git, VSCode and SSH. 🖧","archived":false,"fork":false,"pushed_at":"2024-03-30T13:53:46.000Z","size":40,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T01:46:22.011Z","etag":null,"topics":["cli","hatunnel","http","network","proxy","ssh","tunneling"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/RajaRakoto.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-01-20T19:30:20.000Z","updated_at":"2024-07-26T13:56:31.000Z","dependencies_parsed_at":"2024-03-29T13:24:36.056Z","dependency_job_id":"69ae7db8-9a95-4f25-884d-9423ce2264a9","html_url":"https://github.com/RajaRakoto/ha-proxy","commit_stats":null,"previous_names":["rajarakoto/ha-proxy"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajaRakoto%2Fha-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajaRakoto%2Fha-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajaRakoto%2Fha-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RajaRakoto%2Fha-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RajaRakoto","download_url":"https://codeload.github.com/RajaRakoto/ha-proxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247208405,"owners_count":20901570,"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":["cli","hatunnel","http","network","proxy","ssh","tunneling"],"created_at":"2024-10-07T21:07:02.697Z","updated_at":"2025-04-04T16:21:24.371Z","avatar_url":"https://github.com/RajaRakoto.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ha-proxy 🖧\n\n[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/for-you.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/open-source.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/uses-git.svg)](https://forthebadge.com) [![forthebadge](https://github.com/RajaRakoto/github-docs/blob/master/badge/build-by.svg?raw=true)](https://forthebadge.com)\n\n![Git](https://img.shields.io/badge/-Git-777?style=flat\u0026logo=git\u0026logoColor=F05032\u0026labelColor=ffffff) ![Gitub](https://img.shields.io/badge/-Gitub-777?style=flat\u0026logo=github\u0026logoColor=777\u0026labelColor=ffffff)\n\n**Ha proxy** is a script designed to streamline the configuration and management of proxy tunnels, leveraging HA Tunnel Plus for services like HTTP, Git, VSCode, and SSH.\n\n- Make sure to set the required environment variables in the `$HOME/.ha_env` file.\n- Ensure that the necessary dependencies `akory`, `xxd`, `jq`, `git`, `xclip`, `corkscrew`, `gedit` and `bat` are installed.\n\n\u003e **Disclaimer:** This is provided for informational purposes only. Use this script responsibly and at your own risk. The author is not responsible for any misuse or damage caused.\n\n---\n\n### 📌 Usage\n\nRun the following command to install ha-proxy (Linux only):\n\n```bash\ncurl https://raw.githubusercontent.com/RajaRakoto/ha-proxy/master/setup \u003e setup \u0026\u0026 chmod +x setup \u0026\u0026 ./setup\n```\n\nUninstall ha-proxy (Linux only):\n\n```bash\nsudo rm -r \"$HOME/.ha_env\" /usr/local/bin/ha-proxy\n```\n\n---\n\n### 📌 Features\n\n**📜 Start proxy configuration**: Starts automatic proxy configuration for HTTP, Git, VSCode, and SSH.\n\n```bash\nha-proxy --start\n```\n\n**📜 Stop proxy configuration**: Unsets all proxy configurations.\n\n```bash\nha-proxy --stop\n```\n\n**📜 Check current proxy status**: Displays the current status of proxy configurations.\n\n```bash\nha-proxy --status\n```\n\n**📜 Restart proxy configuration**: Restarts proxy configuration by stopping and then starting it.\n\n```bash\nha-proxy --restart\n```\n\n**📜 Copy proxy information**: Copies proxy information to the clipboard.\n\n```bash\nha-proxy --getProxy\n```\n\n**📜 Copy encoded proxy information**: Copies encoded proxy information to the clipboard.\n\n```bash\nha-proxy --getProxyEncoded\n```\n\n**📜 Copy proxy server information**: Copies proxy server information to the clipboard.\n\n```bash\nha-proxy --getProxyServer\n```\n\n**📜 Copy encoded proxy server information**: Copies encoded proxy server information to the clipboard.\n\n```bash\nha-proxy --getProxyServerEncoded\n```\n\n**📜 Check script**: Checks for required variables and dependencies.\n\n```bash\nha-proxy --check\n```\n\n**📜 Set env variables**: Sets environment variables using a text editor.\n\n```bash\nha-proxy --env\n```\n\n**📜 Generate new SSH key**: Generates a new SSH (private|public) key.\n\n```bash\nha-proxy --ssh\n```\n\n**📜 Fix env file**: Repair .ha_env file by regenerating it again in your home.\n\n```bash\nha-proxy --fix\n```\n\n**📜 Display script version**: Display the current version of ha-proxy.\n\n```bash\nha-proxy --version # or -v\n```\n\n**📜 Display help message**: Displays a help message with usage examples.\n\n```bash\nha-proxy --help # or -h\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajarakoto%2Fha-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frajarakoto%2Fha-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frajarakoto%2Fha-proxy/lists"}