{"id":26802484,"url":"https://github.com/mschn/voyage","last_synced_at":"2026-04-05T21:32:39.210Z","repository":{"id":274937799,"uuid":"924546559","full_name":"mschn/voyage","owner":"mschn","description":"File explorer in the browser","archived":false,"fork":false,"pushed_at":"2026-02-10T22:06:39.000Z","size":3061,"stargazers_count":0,"open_issues_count":18,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-11T00:35:50.121Z","etag":null,"topics":["angular","docker","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/mschn.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-01-30T07:59:48.000Z","updated_at":"2026-02-10T22:05:06.000Z","dependencies_parsed_at":"2025-01-30T09:20:06.588Z","dependency_job_id":"1def3be7-705e-434f-9953-d18b7ded0ceb","html_url":"https://github.com/mschn/voyage","commit_stats":null,"previous_names":["mschn/voyage"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/mschn/voyage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschn%2Fvoyage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschn%2Fvoyage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschn%2Fvoyage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschn%2Fvoyage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mschn","download_url":"https://codeload.github.com/mschn/voyage/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mschn%2Fvoyage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31451439,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["angular","docker","typescript"],"created_at":"2025-03-29T21:18:22.645Z","updated_at":"2026-04-05T21:32:39.174Z","avatar_url":"https://github.com/mschn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Voyage\n\n[![Docker](https://img.shields.io/docker/v/mschnr/voyage?color=blue\u0026label=docker)](https://hub.docker.com/r/mschnr/voyage)\n\nVoyage is a file explorer in your browser.\n\n## Startup\n\nYou can run Voyage in Docker with the following command:\n\n```bash\ndocker run -d --rm \\\n    --name voyage \\\n    -p 3003:3003 \\\n    -v $HOME:/files \\\n    -e VOYAGE_ROOT=/files \\\n    mschnr/voyage\n```\n\nAlternatively you can write a `docker-compose.yml`:\n\n```yml\nservices:\n  voyage:\n    image: \"mschnr/voyage\"\n    container_name: \"voyage\"\n    ports:\n      - \"3003:3003\"\n    volumes:\n      - \"/home/mschn:/files\"\n    environment:\n      VOYAGE_ROOT: \"/files\"\n```\n\nThen run `docker compose up -d`\n\n## Development\n\nTo start the dev environment:\n\n```bash\n# start the node.js backend\nnpm run start:server\n\n# build the voyage app in watch mode\nnpm run start:app\n```\n\n## Built with\n\n- [ngx-voyage](https://github.com/mschn/ngx-voyage)\n- [Angular](https://angular.dev/)\n- [Tailwind](https://tailwindcss.com/)\n- [Primeng](https://primeng.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmschn%2Fvoyage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmschn%2Fvoyage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmschn%2Fvoyage/lists"}