{"id":42322768,"url":"https://github.com/structx/dino","last_synced_at":"2026-01-27T12:44:41.085Z","repository":{"id":329704191,"uuid":"1092425442","full_name":"structx/dino","owner":"structx","description":"reverse tunnel","archived":false,"fork":false,"pushed_at":"2025-12-21T22:21:52.000Z","size":490,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-23T01:55:01.511Z","etag":null,"topics":["golang","reverse-tunnel"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/structx.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":"2025-11-08T15:55:17.000Z","updated_at":"2025-12-21T22:21:55.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/structx/dino","commit_stats":null,"previous_names":["structx/dino"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/structx/dino","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/structx%2Fdino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/structx%2Fdino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/structx%2Fdino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/structx%2Fdino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/structx","download_url":"https://codeload.github.com/structx/dino/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/structx%2Fdino/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28813215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"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":["golang","reverse-tunnel"],"created_at":"2026-01-27T12:44:41.013Z","updated_at":"2026-01-27T12:44:41.073Z","avatar_url":"https://github.com/structx.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Dino 🦕\n\n![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/structx/dino)\n\n\nRouting \u0026 Tunnel Management\n\n## 📖 Table of Contents\n\n[🚀 Quick Start](#-quick-start)\\\n[🏗️ Architecture](docs/architecture.md)\\\n[⚙️ Config](docs/config.md)\n\n## 🚀 Quick Start\n\n```bash\n# clone and enter repository\ngit clone https://github.com/structx/dino.git\ncd dino\n\n# create local volumes\nmkdir -p .certs .local-volumes .local-volumes/pgdata\n\n# set desired hostname for local tunnel\nHOSTNAME=\"tunnel.dino.local\"\n\n# generate certs for local tunnel\nopenssl req -x509 -nodes -days 365 \\\n  -newkey ec:\u003c(openssl ecparam -name prime256v1) \\\n  -keyout ./backend.key \\\n  -out ./backend.cert \\\n  -sha384 \\\n  -subj \"/C=US/ST=State/L=City/O=DinoDev/CN=$HOSTNAME\"\n\n# update local hosts file (requires sudo)\necho \"127.0.0.1 api.dino.local traefik.dino.local tunnel.dino.local whoami.dino.local\" | sudo tee -a /etc/hosts\n\n# dockerize local server and tunnel\ndocker build -t dino/server:latest \\\n  -f docker/server.Dockerfile .\ndocker build -t dino/tunnel:latest \\\n  -f docker/tunnel.Dockerfile .\n\n# start tunnel infra snd servers\ndocker compose -f tunnel.compose.yaml up -d\n\n# verify dino has started\ndocker logs dino\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstructx%2Fdino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstructx%2Fdino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstructx%2Fdino/lists"}