{"id":31842782,"url":"https://github.com/nickgnd/lamponcino","last_synced_at":"2026-04-14T00:01:46.256Z","repository":{"id":178756851,"uuid":"662304510","full_name":"nickgnd/lamponcino","owner":"nickgnd","description":"Lamponcino 🫐 Automated setup for my RaspberryPi (+ Waveshare LCD + HifiBerry DAC) w/ Ansible","archived":false,"fork":false,"pushed_at":"2023-07-04T21:39:08.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-18T01:41:13.542Z","etag":null,"topics":["ansible","hifiberry","raspberry-pi","raspotify","waveshare"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/nickgnd.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-04T20:36:44.000Z","updated_at":"2023-09-22T20:36:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"5ee85b77-a1ca-4141-90f2-d1d4c2e0c8b0","html_url":"https://github.com/nickgnd/lamponcino","commit_stats":null,"previous_names":["nickgnd/lamponcino"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nickgnd/lamponcino","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickgnd%2Flamponcino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickgnd%2Flamponcino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickgnd%2Flamponcino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickgnd%2Flamponcino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickgnd","download_url":"https://codeload.github.com/nickgnd/lamponcino/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickgnd%2Flamponcino/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31776013,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"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":["ansible","hifiberry","raspberry-pi","raspotify","waveshare"],"created_at":"2025-10-12T06:53:50.709Z","updated_at":"2026-04-14T00:01:46.251Z","avatar_url":"https://github.com/nickgnd.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lamponcino\n\nA proper README will come, for the moment some fragmented information below.\n\n## Prepare Raspberry Pi\n\n- Download the Raspberry Imager and install the **desktop** version\n\u003chttps://www.raspberrypi.org/downloads/\u003e\n\n- Enable SSH ([guide](https://www.raspberrypi.org/documentation/remote-access/ssh/))\n\n```bash\ntouch /Volumes/boot/ssh\n```\n\n- Configure WiFi\n\n- \u003chttps://www.raspberrypi.org/documentation/configuration/wireless/headless.md\u003e\n- \u003chttps://learn.adafruit.com/adafruits-raspberry-pi-lesson-3-network-setup/setting-up-wifi-with-occidentalis\u003e\n\n```bash\nvim /Volumes/boot/vim wpa_supplicant.conf\n```\n\nAnd copy the following configuration inside, remember to update the values:\n\n```text\nctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev\nupdate_config=1\ncountry=De\n\nnetwork={\n ssid=\"\u003cSSID\u003e\"\n psk=\"\u003cPASSWORD\u003e\"\n scan_ssid=1\n}\n```\n\n- Boot up your Pi\n\n- add ssh key\n\n```bash\nssh pi@raspberrypi.local\n```\n\n```bash\nssh-copy-id pi@raspberrypi.local\n```\n\nOr if you wanna use a custom key:\n\n1. copy the key in the `~/.ssh/authorized_keys`\n\n```bash\ncat ~/.ssh/id_raspi_rsa.pub | ssh pi@raspberrypi.local 'mkdir -p ~/.ssh \u0026\u0026 cat \u003e\u003e ~/.ssh/authorized_keys'\n```\n\n2. Add the new key locally to the agent\n\n```bash\nssh-add ~/.ssh/id_raspi_rsa\n```\n\n- Stop the mechanical voice by following the welcome message\n\nhttps://raspberrypi.stackexchange.com/questions/118911/how-do-i-stop-the-audio-message-to-install-the-screen-reader-press-control-alt\n\n- Apparently, with the latest Buster version the waveshare is properly setup.\n\n- Enabling VNC:\n  - follow the instruction: https://www.raspberrypi.org/documentation/remote-access/vnc/\n\n- Potentially change host name [link](https://www.howtogeek.com/167195/how-to-change-your-raspberry-pi-or-other-linux-devices-hostname/)\n\n\n- Find your IP [link](https://www.raspberrypi.org/documentation/remote-access/ip-address.md)\n\n# Autologin\n\nIt should be the default, otherwise enable it manually\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickgnd%2Flamponcino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickgnd%2Flamponcino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickgnd%2Flamponcino/lists"}