{"id":19591339,"url":"https://github.com/taoso/led","last_synced_at":"2025-04-27T13:32:05.706Z","repository":{"id":57511482,"uuid":"239284100","full_name":"taoso/led","owner":"taoso","description":"led - lehu daemon","archived":false,"fork":false,"pushed_at":"2025-02-25T14:43:03.000Z","size":248,"stargazers_count":38,"open_issues_count":1,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-05T00:41:16.232Z","etag":null,"topics":["golang","http-proxy","http2","letsencrypt","tls"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taoso.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-02-09T10:20:23.000Z","updated_at":"2025-02-25T14:43:06.000Z","dependencies_parsed_at":"2023-02-19T04:00:26.992Z","dependency_job_id":"60a3cefa-ae9b-459b-8369-4dc12097be39","html_url":"https://github.com/taoso/led","commit_stats":null,"previous_names":["lvht/ssltun"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taoso%2Fled","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taoso%2Fled/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taoso%2Fled/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taoso%2Fled/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taoso","download_url":"https://codeload.github.com/taoso/led/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251145576,"owners_count":21543068,"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":["golang","http-proxy","http2","letsencrypt","tls"],"created_at":"2024-11-11T08:28:37.328Z","updated_at":"2025-04-27T13:32:05.405Z","avatar_url":"https://github.com/taoso.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# led\n\nlehu daemon\n\nled is a simple secure http proxy server with automic https.\n\nIf you need IP tunnel, you could use https://github.com/taoso/dtun\n\n# quick start\n\nFirstly, install the led\n```\ngo get -u -v github.com/taoso/led/cmd/led\n```\n\nSecondly, register one domain name.\n\nSuppose you have a domain named led.example. Your need to add an A record.\n\nAnd then create a text file named sites.txt with the following content\n\n```\nled.example:\n```\n\nAnd then create a text file named users.txt with the following content\n\n```\nname:passwrd\n```\n\nThe password need to be encrypted by bcrypt. You can use the htpasswd:\n\n```\nhtpasswd -B -c ./users.txt foo\n```\n\nAnd then start the led,\n```\nsudo ./led -root /tmp -sites sites.txt -users users.txt\n```\n\nThe option of `-root` is used for set static sites root dir.\n\nAll file in /tmp/led.example/ will be published to the Internet.\n\nled uses https://letsencrypt.org so sign a https certificate automically.\n\nFinally, set your system proxy or browser proxy extension using the **HTTPS** protocol.\n\nWe recommend to use the [SwitchyOmega](https://github.com/FelisCatus/SwitchyOmega)。\n\nled will listen on 80/443 tcp port and 443 udp port for h3.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaoso%2Fled","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaoso%2Fled","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaoso%2Fled/lists"}