{"id":22331094,"url":"https://github.com/rodrigobdz/alarmpi","last_synced_at":"2026-05-18T19:32:22.104Z","repository":{"id":119408213,"uuid":"298632002","full_name":"rodrigobdz/alarmpi","owner":"rodrigobdz","description":"Guide for RaspberryPi with ArchLinux","archived":false,"fork":false,"pushed_at":"2021-03-13T12:28:54.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-31T08:35:09.028Z","etag":null,"topics":["airplay","archlinux","guide","raspberry-pi"],"latest_commit_sha":null,"homepage":"","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/rodrigobdz.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":"2020-09-25T16:59:41.000Z","updated_at":"2023-09-15T20:53:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"7e696d08-5b40-4513-a6ba-805733032630","html_url":"https://github.com/rodrigobdz/alarmpi","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigobdz%2Falarmpi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigobdz%2Falarmpi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigobdz%2Falarmpi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodrigobdz%2Falarmpi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodrigobdz","download_url":"https://codeload.github.com/rodrigobdz/alarmpi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245605730,"owners_count":20643030,"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":["airplay","archlinux","guide","raspberry-pi"],"created_at":"2024-12-04T04:09:39.493Z","updated_at":"2026-05-18T19:32:17.078Z","avatar_url":"https://github.com/rodrigobdz.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# alarmpi\n\n\u003e Arch Linux ARM (alarm) Installation and Configuration on RaspberryPi\n\n- [alarmpi](#alarmpi)\n  - [Setup](#setup)\n    - [Network](#network)\n      - [WiFi](#wifi)\n      - [SSH](#ssh)\n  - [Install](#install)\n\n## Setup\n\n- [First Installation](https://archlinuxarm.org/platforms/armv8/broadcom/raspberry-pi-3)\n\n### Network\n\n- Enable hostname `alarmpi.local`\n\n  ```sh\n  pacman --sync avahi\n  systemctl enable avahi-daemon\n  systemctl start avahi-daemon\n  ```\n\n  [Blog](https://www.howtogeek.com/167190/how-and-why-to-assign-the-.local-domain-to-your-raspberry-pi/) about why to enable `.local` domain\n\n#### WiFi\n\n- Set up WiFi connection\n\n  ```sh\n  wifi-menu\n  ```\n\n- Connect to WiFi network, if not already connected\n\n  ```sh\n  # Placeholder wlan0-red needs to be replaced by your profile name, which is created after executing 'wifi-menu'\n  netctl start wlan0-red\n  ```\n\n  [Source](https://wiki.archlinux.org/index.php/netctl#Starting_a_profile)\n\n- Connect to WiFi network automatically on boot\n\n  ```sh\n  netctl enable wlan0-red\n  ```\n\n- (Optional) Manually assign IP address\n\n  ```sh\n  # Placeholder wlan0 is interface name. List interfaces using ifconfig\n  ip address add 192.168.0.123/24 broadcast + dev wlan0\n  ```\n\n- Fix DNS problem\n\n  \u003e DNSSEC validation failed: signature-expired\n\n  ```sh\n  systemctl restart systemd-resolved.service\n  ```\n\n  [Source](https://archlinuxarm.org/forum/viewtopic.php?t=13614)\n\n#### SSH\n\n[Source](https://wiki.archlinux.org/index.php/SSH_keys)\n\n- Generate SSH keys on archlinux server\n\n  ```sh\n  # -C stands for comment\n  ssh-keygen -C \"$(whoami)@$(uname -n)-\\$(date -I)\"\n  ```\n\n- Add archlinux server to SSH config (`~/.ssh/config`) on another computer in the same network\n\n  ```sh\n  Host pi\n    Hostname alarmpi.local\n    User alarm\n  ```\n\n- Copy SSH public key to archlinux's authorized keys\n\n  ```sh\n  ssh-copy-id pi\n  ```\n\n## Install\n\n- Upgrade system packages\n\n  ```sh\n  pacman --sync --refresh --sysupgrade\n  ```\n\n- Install `vim`\n\n  ```sh\n  pacman --sync vim\n  ```\n\n- [Airplay](./airplay.md)\n- [Pi-hole](./pihole.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigobdz%2Falarmpi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodrigobdz%2Falarmpi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodrigobdz%2Falarmpi/lists"}