{"id":29223593,"url":"https://github.com/pilot2254/raspi5-web","last_synced_at":"2025-07-03T05:05:32.144Z","repository":{"id":302488361,"uuid":"1012627120","full_name":"pilot2254/raspi5-web","owner":"pilot2254","description":"A website hosted locally on my raspberry pi5","archived":false,"fork":false,"pushed_at":"2025-07-02T17:03:09.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-02T17:28:35.461Z","etag":null,"topics":["arm","raspberry-pi","server","vite","website"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/pilot2254.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":"2025-07-02T16:12:01.000Z","updated_at":"2025-07-02T17:03:12.000Z","dependencies_parsed_at":"2025-07-02T17:29:02.546Z","dependency_job_id":"6de0285b-7a91-41e5-ae10-6b660f311dcc","html_url":"https://github.com/pilot2254/raspi5-web","commit_stats":null,"previous_names":["pilot2254/raspi5-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pilot2254/raspi5-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilot2254%2Fraspi5-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilot2254%2Fraspi5-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilot2254%2Fraspi5-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilot2254%2Fraspi5-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pilot2254","download_url":"https://codeload.github.com/pilot2254/raspi5-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pilot2254%2Fraspi5-web/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263264650,"owners_count":23439257,"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":["arm","raspberry-pi","server","vite","website"],"created_at":"2025-07-03T05:05:31.646Z","updated_at":"2025-07-03T05:05:32.124Z","avatar_url":"https://github.com/pilot2254.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raspberry Pi Web Hosting Template\n\nA simple template for hosting websites locally on Raspberry Pi, accessible from other devices on your network.\n\n## Features\n\n- Plain HTML/CSS website\n- Vite development server\n- Network-accessible configuration\n- Lightweight and fast\n\n## Quick Setup\n\n### 1. Clone and Install\n```bash\ngit clone https://github.com/pilot2254/raspi5-web.git\ncd raspi5-web\nnpm install\n```\n\n### 2. Start Development Server\n```bash\nnpm run dev\n```\n\n### 3. Access from Network\n- Find your Pi's IP: `hostname -I`\n- Access from any device: `http://[PI_IP_ADDRESS]:5173`\n\n## Configuration\n\nThe template is pre-configured to accept connections from all network interfaces:\n\n- **Development**: `npm run dev` (port 5173)\n- **Production preview**: `npm run preview` (port 4173)\n- **Build**: `npm run build`\n\n## Network Access\n\nThe `vite.config.js` and `package.json` are configured with:\n- `host: '0.0.0.0'` - Binds to all network interfaces\n- Default ports: 5173 (dev), 4173 (preview)\n\n## Customization\n\n1. Edit `index.html` for your content\n2. Modify `style.css` for styling\n3. Add assets to the project root\n4. Update `package.json` name and details\n\n## Production Deployment\n\nFor production use:\n```bash\nnpm run build\nnpm run preview\n```\n\nOr serve the `dist` folder with any static file server.\n\n## Requirements\n\n- Node.js 16+\n- Raspberry Pi with network connection\n- Devices on same network for access\n\n## License\n\nMIT License - see LICENSE file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpilot2254%2Fraspi5-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpilot2254%2Fraspi5-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpilot2254%2Fraspi5-web/lists"}