{"id":18185121,"url":"https://github.com/pete911/raspberry-pi","last_synced_at":"2026-04-24T16:06:22.521Z","repository":{"id":150290290,"uuid":"190289993","full_name":"pete911/raspberry-pi","owner":"pete911","description":"instructions to install raspberry pihole","archived":false,"fork":false,"pushed_at":"2019-06-08T08:14:18.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T12:49:43.363Z","etag":null,"topics":["pi-hole","raspberry-pi"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pete911.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2019-06-04T22:49:38.000Z","updated_at":"2019-10-25T09:36:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"9878e1df-b52d-4619-8cc9-02c9acb5f1e6","html_url":"https://github.com/pete911/raspberry-pi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pete911/raspberry-pi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pete911%2Fraspberry-pi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pete911%2Fraspberry-pi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pete911%2Fraspberry-pi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pete911%2Fraspberry-pi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pete911","download_url":"https://codeload.github.com/pete911/raspberry-pi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pete911%2Fraspberry-pi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32230438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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":["pi-hole","raspberry-pi"],"created_at":"2024-11-02T22:22:29.547Z","updated_at":"2026-04-24T16:06:22.505Z","avatar_url":"https://github.com/pete911.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# raspberry pi setup\n\n## download rasbian lite\n - download rasbian lite\n - install with etcher\n - create empty 'ssh' file in boot partion (to enable ssh server)\n\n## setup\nSSH to raspberry pi (default username `pi` and password `raspberry`)\n - change password `passwd`\n - change hostname\n   - `sudo hostname \u003cnew_hostname\u003e`\n   - `sudo vi /etc/hostname` change all 'raspberry' to new hostname\n   - `sudo vi /etc/hosts` change all 'raspberry' to new hostname\n - update `sudo apt-get update \u0026\u0026 sudo apt-get upgrade -y`\n\n## ssh\nLocally (we name the keys with the same name as the new hostname wit set in the previous steps).\nReplace `\u003chostname\u003e` and `\u003cpi_IP\u003e` in the instructions.\n - `cd ~/.ssh`\n - create ssh keys `ssh-keygen -f \u003chostname\u003e`\n - copy public key to raspberry pi `ssh-copy-id -i \u003chostname\u003e.pub pi@\u003cpi_IP\u003e`\n - add ssh config entry `vi config`\n```\nHost \u003chostname\u003e\n   Hostname \u003cpi_IP\u003e\n   User pi\n   IdentityFile ~/.ssh/\u003chostname\u003e\n```\n\n## install docker and docker compose\n\n - [install docker](https://howchoo.com/g/nmrlzmq1ymn/how-to-install-docker-on-your-raspberry-pi)\n   - `curl -sSL https://get.docker.com | sh`\n   - `sudo usermod -aG docker pi` (you need to logout and log back in after this step)\n - install docker-compose\n   - `sudo apt-get update`\n   - `sudo apt-get install libffi-dev`\n   - `sudo apt-get install -y python python-pip`\n   - `sudo pip install docker-compose`\n   - `sudo reboot`\n   - ssh back and test: `docker run hello-world`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpete911%2Fraspberry-pi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpete911%2Fraspberry-pi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpete911%2Fraspberry-pi/lists"}