{"id":18969262,"url":"https://github.com/miguelgargallo/terminal","last_synced_at":"2026-04-12T07:36:23.792Z","repository":{"id":104346467,"uuid":"593411444","full_name":"miguelgargallo/terminal","owner":"miguelgargallo","description":"This is a modded version forked from 👇","archived":false,"fork":false,"pushed_at":"2023-01-30T09:00:35.000Z","size":40913,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-10T03:34:30.369Z","etag":null,"topics":["next","react","temrinal","web"],"latest_commit_sha":null,"homepage":"https://superdata.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/miguelgargallo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"miguelgargallo"}},"created_at":"2023-01-25T23:31:08.000Z","updated_at":"2023-01-28T20:25:03.000Z","dependencies_parsed_at":"2023-06-30T02:36:55.259Z","dependency_job_id":null,"html_url":"https://github.com/miguelgargallo/terminal","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/miguelgargallo/terminal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelgargallo%2Fterminal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelgargallo%2Fterminal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelgargallo%2Fterminal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelgargallo%2Fterminal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miguelgargallo","download_url":"https://codeload.github.com/miguelgargallo/terminal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miguelgargallo%2Fterminal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31707953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["next","react","temrinal","web"],"created_at":"2024-11-08T14:52:22.207Z","updated_at":"2026-04-12T07:36:23.775Z","avatar_url":"https://github.com/miguelgargallo.png","language":"TypeScript","funding_links":["https://ko-fi.com/miguelgargallo"],"categories":[],"sub_categories":[],"readme":"# [miguelgargallo | Terminal](https://superdata.dev)\n\nA terminal style website\n\n![image](/docs/screenshot.png)\n\n## why?\n\nTL;DR: why not?\n\nI'm a Linux enthusiast, and I tried creating something that will allow 'normal' people to have a glimpse at my world.\n\n## Quick Start\n\n### Using docker (recommended)\n\n```bash\ndocker run -d --name terminal -p 3000:3000 m4tt72/terminal\n```\n\nIf you want to run with custom configuration, make sure you have a copy of `config.json` then mount in the container:\n\n```bash\ndocker run -d \\\n  --name terminal \\\n  -p 3000:3000 \\\n  -v `pwd`/config.json:/data/config.json \\\n  m4tt72/terminal\n```\n\n### Using npm/yarn\n\n1. Install dependencies:\n\n```bash\nyarn install\n```\n\n2. Build the project:\n\n```bash\nyarn build\n```\n\n3. Run the server:\n\n```bash\nyarn start\n```\n\n## Configuration\n\nHere's a sample of the `config.json` file:\n\n```json\n{\n  \"bioUrl\": \"https://raw.githubusercontent.com/miguelgargallo/miguelgargallo/master/README.md\",\n  \"social\": {\n    \"instagram\": \"miguelgargallo.es\",\n    \"github\": \"miguelgargallo\",\n    \"linkedin\": \"miguelgargallo\"\n  },\n  \"theme\": \"hyper\" // list of themes available in themes.json\n}\n```\n\n## Themes\n\n![themes](/docs/screenshot.gif)\n\n[Here's](/docs/themes) a list of available themes.\n\n\n## Contributing\n\nPlease feel free to pull requests or log issues.\n\nThanks!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiguelgargallo%2Fterminal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiguelgargallo%2Fterminal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiguelgargallo%2Fterminal/lists"}