{"id":19003449,"url":"https://github.com/stateless-minds/cyber-hike","last_synced_at":"2025-04-22T18:15:09.611Z","repository":{"id":183980267,"uuid":"671101590","full_name":"stateless-minds/cyber-hike","owner":"stateless-minds","description":"Self-organized P2P ride sharing community","archived":false,"fork":false,"pushed_at":"2024-12-03T10:50:24.000Z","size":59703,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-17T09:00:37.822Z","etag":null,"topics":["community","ipfs","non-commercial","p2p","ridesharing","self-hosted","self-organization","sharingeconomy","wasm"],"latest_commit_sha":null,"homepage":"https://ipfs.io/ipns/k51qzi5uqu5dkn4etiu22tefi828dwrlc51hcm6kmdl8ghqsqsdddonfixhy55","language":"Go","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/stateless-minds.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}},"created_at":"2023-07-26T14:40:02.000Z","updated_at":"2025-01-16T13:30:04.000Z","dependencies_parsed_at":"2025-04-16T23:23:32.016Z","dependency_job_id":null,"html_url":"https://github.com/stateless-minds/cyber-hike","commit_stats":null,"previous_names":["stateless-minds/cyber-hike"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stateless-minds%2Fcyber-hike","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stateless-minds%2Fcyber-hike/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stateless-minds%2Fcyber-hike/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stateless-minds%2Fcyber-hike/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stateless-minds","download_url":"https://codeload.github.com/stateless-minds/cyber-hike/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250296202,"owners_count":21407037,"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":["community","ipfs","non-commercial","p2p","ridesharing","self-hosted","self-organization","sharingeconomy","wasm"],"created_at":"2024-11-08T18:19:09.820Z","updated_at":"2025-04-22T18:15:09.603Z","avatar_url":"https://github.com/stateless-minds.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cyber Hike\n\n![Logo](./assets/demo.gif)\n\n## Ride sharing\n\nNon-commercial ride sharing is people self-organizing via p2p apps in order to avoid corporate environment, tracking and monetization.\n\n## How does it work?\n\nSubmit the details of your journey and post pickup,dropoff coordinates and available seats. Anyone can join anonymously until the quota is full.\n\n## Screenshots\n\n\u003ca display=\"inline\" href=\"./assets/home.png?raw=true\"\u003e\n\u003cimg src=\"./assets/home.png\" width=\"45%\" alt=\"Screenshot of the home screen\" title=\"Screenshot of the home screen\"\u003e\n\u003c/a\u003e\n\n\u003ca display=\"inline\" href=\"./assets/ride.png?raw=true\"\u003e\n\u003cimg src=\"./assets/ride.png\" width=\"45%\" alt=\"Screenshot of the ride screen\" title=\"Screenshot of the ride screen\"\u003e\n\u003c/a\u003e\n\n\u003ca display=\"inline\" href=\"./assets/share.png?raw=true\"\u003e\n\u003cimg src=\"./assets/share.png\" width=\"45%\" alt=\"Screenshot of the share screen\" title=\"Screenshot of the share screen\"\u003e\n\u003c/a\u003e\n\n## Community\n\nhttps://www.reddit.com/r/CyberHike/\n\n## Installation\n\nThe app runs on the public IPFS network. In order to use it follow the steps below:\n\n1. Install the official IPFS Desktop http://docs.ipfs.io/install/ipfs-desktop/\n2. Install IPFS Companion http://docs.ipfs.io/install/ipfs-companion/\n3. Install golang 1.20 or later version - https://go.dev/doc/install\n4.  Clone https://github.com/stateless-minds/kubo to your local machine\n```\ngit clone https://github.com/stateless-minds/kubo.git\n```\n5.  Follow the instructions here to open your config file: https://github.com/ipfs/kubo/blob/master/docs/config.md. Usually it's `~/.ipfs/config` on Linux. Add the following snippet to the `HTTPHeaders`:\n```{\n  \"API\": {\n    \"HTTPHeaders\": {\n      \"Access-Control-Allow-Origin\": [\"webui://-\", \"http://localhost:3000\", \"http://k51qzi5uqu5dkn4etiu22tefi828dwrlc51hcm6kmdl8ghqsqsdddonfixhy55.ipns.localhost:8080\", \"http://127.0.0.1:5001\", \"https://webui.ipfs.io\"],\n      \"Access-Control-Allow-Credentials\": [\"true\"],\n      \"Access-Control-Allow-Methods\": [\"PUT\", \"POST\"]\n    }\n  },\n ```\n6. Build it and start the daemon:\n``` \ncd kubo\nmake build\n./cmd/ipfs/ipfs daemon --enable-pubsub-experiment\n```\n7.  Navigate to \u003ca href=\"https://ipfs.io/ipns/k51qzi5uqu5dhcrudh2279aoeapypo6ujtuz4fqde142ttxshogm0snic7jlsm\"\u003eCyber Hike\u003c/a\u003e\n8.  If you like the app consider pinning it to your local node so that you become a permanent host of it while you have IPFS daemon running\n![SetPinning](./assets/pin.png)\n![PinToLocalNode](./assets/pin-to-local-node.png)\n\n## Acknowledgments\n\n1. \u003ca href=\"https://go-app.dev/\"\u003ego-app\u003c/a\u003e\n2. \u003ca href=\"https://ipfs.io/\"\u003eIPFS\u003c/a\u003e\n3. \u003ca href=\"https://berty.tech/\"\u003eBerty\u003c/a\u003e\n4. All the rest of the authors who worked on the dependencies used! Thanks a lot!\n\n## Contributing\n\n\u003ca href=\"https://github.com/stateless-minds/cyber-hike/issues\"\u003eOpen an issue\u003c/a\u003e\n\n## License\n\nStateless Minds (c) 2023 and contributors\n\nMIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstateless-minds%2Fcyber-hike","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstateless-minds%2Fcyber-hike","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstateless-minds%2Fcyber-hike/lists"}