[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"workflow-asset-c7cefcc0":3,"seo:featured-workflow:c7cefcc0-4e61-11f1-9bc6-00163e2b0d79:zh":83,"workflow-related-asset-c7cefcc0-c7cefcc0-4e61-11f1-9bc6-00163e2b0d79":84},{"id":4,"uuid":5,"slug":6,"title":7,"description":8,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":12,"parent_id":12,"parent_uuid":13,"lang_type":14,"steps":15,"tags":22,"has_voted":28,"visibility":18,"share_token":13,"is_featured":12,"content_hash":29,"asset_kind":30,"target_tools":31,"install_mode":35,"entrypoint":19,"risk_profile":36,"dependencies":38,"verification":43,"agent_metadata":46,"agent_fit":59,"trust":71,"provenance":80,"created_at":82,"updated_at":82},3451,"c7cefcc0-4e61-11f1-9bc6-00163e2b0d79","asset-c7cefcc0","Zoraxy — Self-Hosted Reverse Proxy with Web Dashboard","A general-purpose HTTP reverse proxy and forwarding tool written in Go, featuring an intuitive web UI for managing virtual hosts, TLS certificates, and traffic routing without editing config files.","8a911193-3180-11f1-9bc6-00163e2b0d79","AI Open Source","https:\u002F\u002Ftokrepo.com\u002Fapple-touch-icon.png",0,"","en",[16],{"id":17,"step_order":18,"title":19,"description":13,"prompt_template":20,"variables":13,"depends_on":21,"expected_output":13},4011,1,"Zoraxy","# Zoraxy — Self-Hosted Reverse Proxy with Web Dashboard\n\n## Quick Use\n```bash\ndocker run -d -p 8000:8000 -p 80:80 -p 443:443 \n  -v zoraxy-data:\u002Fopt\u002Fzoraxy\u002Fconfig \n  zoraxydocker\u002Fzoraxy:latest\n# Open http:\u002F\u002Flocalhost:8000 for the admin panel\n```\n\n## Introduction\nZoraxy is a lightweight, self-hosted reverse proxy built in Go that replaces complex Nginx or Caddy configurations with a clean web dashboard. It handles subdomain routing, automatic HTTPS via ACME, WebSocket proxying, and basic access control, all manageable through a browser.\n\n## What Zoraxy Does\n- Routes HTTP and HTTPS traffic to backend services based on subdomain or path rules\n- Manages TLS certificates automatically via Let's Encrypt or custom certificates\n- Provides a real-time web dashboard for adding, editing, and monitoring proxy rules\n- Supports WebSocket, TCP, and UDP stream proxying alongside standard HTTP\n- Includes built-in uptime monitoring and basic analytics for proxied services\n\n## Architecture Overview\nZoraxy runs as a single Go binary with an embedded web server for the admin UI. The reverse proxy core handles incoming requests, matches them against user-defined routing rules stored in a local config file, and forwards traffic to the appropriate upstream. TLS termination happens at the proxy layer using certificates managed by the built-in ACME client.\n\n## Self-Hosting & Configuration\n- Deploy via Docker or download the single binary for Linux, macOS, or Windows\n- Access the web UI on port 8000 to configure proxy rules without touching config files\n- Set up automatic HTTPS by enabling the built-in ACME client and pointing DNS records\n- Configure access control with IP whitelisting and basic authentication per route\n- Persistent data is stored in a single config directory that can be backed up easily\n\n## Key Features\n- Zero-config TLS with automatic certificate renewal via Let's Encrypt\n- Single binary deployment with no external dependencies\n- Visual dashboard for managing all proxy routes and monitoring traffic\n- Built-in uptime checker that monitors backend health and alerts on downtime\n- Supports virtual directories, subdomain routing, and custom header injection\n\n## Comparison with Similar Tools\n- **Nginx Proxy Manager** — more mature but heavier; Zoraxy is lighter and written in Go\n- **Caddy** — powerful CLI-first proxy; Zoraxy prioritizes the web UI experience\n- **Traefik** — container-native with auto-discovery; Zoraxy is simpler for static setups\n- **HAProxy** — enterprise-grade load balancer; Zoraxy targets homelab and small-team use cases\n\n## FAQ\n**Q: Can Zoraxy replace Nginx Proxy Manager?**\nA: For homelab and small deployments, yes. It covers subdomain routing, HTTPS, and WebSocket proxying with a simpler setup.\n\n**Q: Does it support Docker service auto-discovery?**\nA: Not natively. You add proxy rules manually through the web UI or via the REST API.\n\n**Q: What about performance under heavy traffic?**\nA: Zoraxy is built in Go and handles moderate traffic well. For high-throughput production environments, Traefik or HAProxy may be more appropriate.\n\n**Q: Is there an API for automation?**\nA: Yes. Zoraxy exposes a REST API that mirrors all web UI functionality for scripting and automation.\n\n## Sources\n- https:\u002F\u002Fgithub.com\u002Ftobychui\u002Fzoraxy\n- https:\u002F\u002Fzoraxy.arozos.com","0",[23],{"id":24,"name":25,"slug":26,"icon":27},12,"Configs","config","⚙️",false,"c1f5fc471c71d740de0b0a272fc15869898c33eea943e80c3b85609c66a0e9d2","skill",[32,33,34],"claude_code","codex","gemini_cli","single",{"executes_code":28,"modifies_global_config":28,"requires_secrets":37,"uses_absolute_paths":28,"network_access":28},[],{"npm":39,"pip":40,"brew":41,"system":42},[],[],[],[],{"commands":44,"expected_files":45},[],[19],{"asset_kind":30,"target_tools":47,"install_mode":35,"entrypoint":19,"risk_profile":48,"dependencies":50,"content_hash":29,"verification":55,"inferred":58},[32,33,34],{"executes_code":28,"modifies_global_config":28,"requires_secrets":49,"uses_absolute_paths":28,"network_access":28},[],{"npm":51,"pip":52,"brew":53,"system":54},[],[],[],[],{"commands":56,"expected_files":57},[],[19],true,{"target":33,"score":60,"status":61,"policy":62,"why":63,"asset_kind":30,"install_mode":35},98,"native","allow",[64,65,66,67,68,69,70],"target_tools includes codex","asset_kind skill","install_mode single","markdown-only","policy allow","safe markdown-only Codex install","trust established",{"author_trust_level":72,"verified_publisher":28,"asset_signed_hash":29,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":74,"review_status":75,"signals":76},"established","hash_only",[],"unreviewed",[77,78,79],"author has published assets","content hash available","no dangerous capability badges",{"owner_uuid":9,"owner_name":10,"source_url":81,"content_hash":29,"visibility":18,"created_at":82,"updated_at":82},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fasset-c7cefcc0","2026-05-13 08:22:09",null,[85,146,193,240],{"id":86,"uuid":87,"slug":88,"title":89,"description":90,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":91,"parent_id":12,"parent_uuid":13,"lang_type":14,"steps":92,"tags":93,"has_voted":28,"visibility":18,"share_token":13,"is_featured":12,"content_hash":95,"asset_kind":30,"target_tools":96,"install_mode":97,"entrypoint":98,"risk_profile":99,"dependencies":102,"verification":107,"agent_metadata":110,"agent_fit":122,"trust":129,"provenance":134,"created_at":136,"updated_at":137,"__relatedScore":138,"__relatedReasons":139,"__sharedTags":144},2311,"68857df3-431d-11f1-9bc6-00163e2b0d79","fathom-lite-privacy-first-self-hosted-web-analytics-68857df3","Fathom Lite — Privacy-First Self-Hosted Web Analytics","A simple, privacy-focused, self-hosted web analytics tool built with Go and Preact that tracks pageviews without cookies or personal data collection.",115,[],[94],{"id":24,"name":25,"slug":26,"icon":27},"97c4a6112f9317fbce1a45b117f79427357ae43814752a81247e30b123d8b101",[32,33,34],"stage_only","Fathom Lite Overview",{"executes_code":28,"modifies_global_config":28,"requires_secrets":100,"uses_absolute_paths":28,"network_access":28},[101],"FATHOM_SECRET",{"npm":103,"pip":104,"brew":105,"system":106},[],[],[],[],{"commands":108,"expected_files":109},[],[98],{"asset_kind":30,"target_tools":111,"install_mode":97,"entrypoint":98,"risk_profile":112,"dependencies":114,"content_hash":95,"verification":119},[32,33,34],{"executes_code":28,"modifies_global_config":28,"requires_secrets":113,"uses_absolute_paths":28,"network_access":28},[101],{"npm":115,"pip":116,"brew":117,"system":118},[],[],[],[],{"commands":120,"expected_files":121},[],[98],{"target":33,"score":123,"status":97,"policy":97,"why":124,"asset_kind":30,"install_mode":97},29,[64,65,125,126,127,128,70],"install_mode stage_only","policy stage_only","install_mode is stage_only","risk_profile.requires_secrets is not empty",{"author_trust_level":72,"verified_publisher":28,"asset_signed_hash":95,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":130,"review_status":75,"signals":132},[131,97],"requires_secrets",[133,77,78],"asset has usage views",{"owner_uuid":9,"owner_name":10,"source_url":135,"content_hash":95,"visibility":18,"created_at":136,"updated_at":137},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Ffathom-lite-privacy-first-self-hosted-web-analytics-68857df3","2026-04-29 00:15:01","2026-05-13 12:04:42",123.09668698384039,[140,141,142,143],"topic-match","same-kind","same-target","same-author",[26,145],"configs",{"id":147,"uuid":148,"slug":149,"title":150,"description":151,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":152,"parent_id":12,"parent_uuid":13,"lang_type":14,"steps":153,"tags":154,"has_voted":28,"visibility":18,"share_token":13,"is_featured":12,"content_hash":156,"asset_kind":30,"target_tools":157,"install_mode":35,"entrypoint":158,"risk_profile":159,"dependencies":161,"verification":166,"agent_metadata":169,"agent_fit":181,"trust":183,"provenance":186,"created_at":188,"updated_at":189,"__relatedScore":190,"__relatedReasons":191,"__sharedTags":192},2105,"7ca13f10-4080-11f1-9bc6-00163e2b0d79","omni-tools-self-hosted-web-based-developer-utility-7ca13f10","Omni Tools — Self-Hosted Web-Based Developer Utility Collection","A free, self-hosted collection of web-based tools for everyday developer tasks including converters, formatters, encoders, and image processors, with no ads or tracking.",97,[],[155],{"id":24,"name":25,"slug":26,"icon":27},"60c6e7633a9650cf35f4869395c5478f240c59860b88c1f49ef386f3f555bd1c",[32,33,34],"Omni Tools Overview",{"executes_code":28,"modifies_global_config":28,"requires_secrets":160,"uses_absolute_paths":28,"network_access":28},[],{"npm":162,"pip":163,"brew":164,"system":165},[],[],[],[],{"commands":167,"expected_files":168},[],[158],{"asset_kind":30,"target_tools":170,"install_mode":35,"entrypoint":158,"risk_profile":171,"dependencies":173,"content_hash":156,"verification":178},[32,33,34],{"executes_code":28,"modifies_global_config":28,"requires_secrets":172,"uses_absolute_paths":28,"network_access":28},[],{"npm":174,"pip":175,"brew":176,"system":177},[],[],[],[],{"commands":179,"expected_files":180},[],[158],{"target":33,"score":60,"status":61,"policy":62,"why":182,"asset_kind":30,"install_mode":35},[64,65,66,67,68,69,70],{"author_trust_level":72,"verified_publisher":28,"asset_signed_hash":156,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":184,"review_status":75,"signals":185},[],[77,78,79],{"owner_uuid":9,"owner_name":10,"source_url":187,"content_hash":156,"visibility":18,"created_at":188,"updated_at":189},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fomni-tools-self-hosted-web-based-developer-utility-7ca13f10","2026-04-25 16:26:41","2026-05-13 08:53:57",122.98683911353874,[140,141,142,143],[26,145],{"id":194,"uuid":195,"slug":196,"title":197,"description":198,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":199,"parent_id":12,"parent_uuid":13,"lang_type":14,"steps":200,"tags":201,"has_voted":28,"visibility":18,"share_token":13,"is_featured":12,"content_hash":203,"asset_kind":30,"target_tools":204,"install_mode":35,"entrypoint":205,"risk_profile":206,"dependencies":208,"verification":213,"agent_metadata":216,"agent_fit":228,"trust":230,"provenance":233,"created_at":235,"updated_at":236,"__relatedScore":237,"__relatedReasons":238,"__sharedTags":239},1799,"86610cf1-3c2d-11f1-9bc6-00163e2b0d79","convertx-self-hosted-file-converter-supporting-1000-formats-86610cf1","ConvertX — Self-Hosted File Converter Supporting 1000+ Formats","ConvertX is a self-hosted web application for converting files between formats including documents, images, audio, video, and more.",74,[],[202],{"id":24,"name":25,"slug":26,"icon":27},"af37329d175d2d40638c3ba781401bfec1589754d966acab7da61e6f5182f87d",[32,33,34],"ConvertX Overview",{"executes_code":28,"modifies_global_config":28,"requires_secrets":207,"uses_absolute_paths":28,"network_access":28},[],{"npm":209,"pip":210,"brew":211,"system":212},[],[],[],[],{"commands":214,"expected_files":215},[],[205],{"asset_kind":30,"target_tools":217,"install_mode":35,"entrypoint":205,"risk_profile":218,"dependencies":220,"content_hash":203,"verification":225},[32,33,34],{"executes_code":28,"modifies_global_config":28,"requires_secrets":219,"uses_absolute_paths":28,"network_access":28},[],{"npm":221,"pip":222,"brew":223,"system":224},[],[],[],[],{"commands":226,"expected_files":227},[],[205],{"target":33,"score":60,"status":61,"policy":62,"why":229,"asset_kind":30,"install_mode":35},[64,65,66,67,68,69,70],{"author_trust_level":72,"verified_publisher":28,"asset_signed_hash":203,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":231,"review_status":75,"signals":232},[],[77,78,79],{"owner_uuid":9,"owner_name":10,"source_url":234,"content_hash":203,"visibility":18,"created_at":235,"updated_at":236},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fconvertx-self-hosted-file-converter-supporting-1000-formats-86610cf1","2026-04-20 04:22:45","2026-05-13 09:33:12",114.81259189508755,[140,141,142,143],[26,145],{"id":241,"uuid":242,"slug":243,"title":244,"description":245,"author_id":9,"author_name":10,"author_avatar":11,"token_estimate":12,"time_saved":12,"model_used":13,"fork_count":12,"vote_count":12,"view_count":246,"parent_id":12,"parent_uuid":13,"lang_type":14,"steps":247,"tags":248,"has_voted":28,"visibility":18,"share_token":13,"is_featured":12,"content_hash":250,"asset_kind":30,"target_tools":251,"install_mode":35,"entrypoint":252,"risk_profile":253,"dependencies":255,"verification":260,"agent_metadata":263,"agent_fit":275,"trust":277,"provenance":280,"created_at":282,"updated_at":283,"__relatedScore":284,"__relatedReasons":285,"__sharedTags":286},2157,"41526c33-4126-11f1-9bc6-00163e2b0d79","zipline-self-hosted-sharex-upload-server-gallery-41526c33","Zipline — Self-Hosted ShareX Upload Server with Gallery","Zipline is a self-hosted file upload and sharing server built with Next.js. It integrates with ShareX and other screenshot tools to provide instant uploads with link generation, an image gallery, URL shortening, and paste bin features.",110,[],[249],{"id":24,"name":25,"slug":26,"icon":27},"512e0a14b483564059b7c2ed387588b41751c692a443a854e463b74d519edac0",[32,33,34],"Zipline Overview",{"executes_code":28,"modifies_global_config":28,"requires_secrets":254,"uses_absolute_paths":28,"network_access":28},[],{"npm":256,"pip":257,"brew":258,"system":259},[],[],[],[],{"commands":261,"expected_files":262},[],[252],{"asset_kind":30,"target_tools":264,"install_mode":35,"entrypoint":252,"risk_profile":265,"dependencies":267,"content_hash":250,"verification":272},[32,33,34],{"executes_code":28,"modifies_global_config":28,"requires_secrets":266,"uses_absolute_paths":28,"network_access":28},[],{"npm":268,"pip":269,"brew":270,"system":271},[],[],[],[],{"commands":273,"expected_files":274},[],[252],{"target":33,"score":60,"status":61,"policy":62,"why":276,"asset_kind":30,"install_mode":35},[64,65,66,67,68,69,70],{"author_trust_level":72,"verified_publisher":28,"asset_signed_hash":250,"signature_status":73,"install_count":12,"report_count":12,"dangerous_capability_badges":278,"review_status":75,"signals":279},[],[133,77,78,79],{"owner_uuid":9,"owner_name":10,"source_url":281,"content_hash":250,"visibility":18,"created_at":282,"updated_at":283},"https:\u002F\u002Ftokrepo.com\u002Fen\u002Fworkflows\u002Fzipline-self-hosted-sharex-upload-server-gallery-41526c33","2026-04-26 12:13:18","2026-05-13 04:58:35",103.06798446817999,[140,141,142,143],[26,145]]