|
391 | 391 |
|
392 | 392 | [Hass.io(Home Assistant OS)](https://www.home-assistant.io/hassio/installation/) |
393 | 393 |
|
| 394 | +[Umbrel](https://umbrel.com/) |
| 395 | + |
394 | 396 | [OmniROM(Android 11) based on ASOP](https://forum.xda-developers.com/t/omnirom-android-r-11-for-pi-4.4183121/) |
395 | 397 |
|
396 | 398 | [Manjaro Linux ARM](https://manjaro.org/download/#ARM) |
|
438 | 440 |
|
439 | 441 | [Raspberry Pi Bootloader](https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#updating-the-bootloader) is a feature, which is now available in beta, that utilize an **EEPROM(Electrically Erasable Programmable Read-Only Memory)** to store the system’s bootloader. This EEPROM is persistent storage that is located on the Pi’s mainboard. The advantage of using the EEPROM instead is that the Raspberry Pi 4 can perform tasks without needing any storage to be attached. |
440 | 442 |
|
| 443 | +[Pi-Apps](https://github.com/Botspot/pi-apps) is a Raspberry Pi App Store for Open Source Projects. |
| 444 | + |
| 445 | +[Backup Raspberry Pi Server](https://github.com/geerlingguy/backup-pi) is an Ansible configuration to set up a Raspberry Pi as a backup server for storing backups of data from other servers (e.g. webroots, files, and databases). This project is developed and maintained by [Jeff Geerling](https://github.com/geerlingguy). |
| 446 | + |
| 447 | +[RaspiBackup](https://github.com/framps/raspiBackup) is a tool that backups and restores your running Raspberry. |
| 448 | + |
| 449 | +[Proxmox VE](https://www.home-assistant.io/integrations/proxmoxve/) is an open-source server virtualization environment. |
| 450 | + |
| 451 | +[Pimox](https://github.com/pimox/pimox7) is a port of Proxmox to the Raspberry Pi allowing you to build a Proxmox cluster of Rapberry Pi's or even a hybrid cluster of Pis and x86 hardware. |
| 452 | + |
| 453 | +[PiKVM](https://github.com/pikvm/pikvm) is a very simple and fully functional Raspberry Pi-based KVM over IP. |
| 454 | + |
| 455 | +[Pi-hole](https://pi-hole.net/) is a [DNS sinkhole](https://en.wikipedia.org/wiki/DNS_Sinkhole) that protects your devices from unwanted content, without installing any client-side software, intended for use on a private network. It is designed for use on embedded devices with network capability, such as the Raspberry Pi, but it can be used on other machines running Linux and cloud implementations. |
| 456 | + |
441 | 457 | [Etcher](https://www.balena.io/etcher/) is an open source, cross-platform software that makes it easy to flash operating system images to a microSD card or USB device. |
442 | 458 |
|
443 | 459 | [PiShrink](https://github.com/Drewsif/PiShrink) is a bash script that automatically shrink a pi image that will then resize to the max size of the SD card on boot. |
@@ -574,8 +590,11 @@ Automation systems. |
574 | 590 |
|
575 | 591 | [Home Assistant](https://home-assistant.io/hassio/) is a container-based system for managing your Home Assistant Core installation and related applications. The system is controlled via Home Assistant which communicates with the Supervisor. The Supervisor provides an API to manage the installation. This includes changing network settings or installing and updating software. |
576 | 592 |
|
| 593 | +**Quick Links** |
| 594 | + |
577 | 595 | - [Getting Started with Home Assistant](https://home-assistant.io/getting-started) |
578 | 596 | - [Home Assistant for Raspberry Pi](https://www.home-assistant.io/installation/raspberrypi/) |
| 597 | + - [Installing Home Assistant OS using Proxmox 7](https://github.com/Kanga-Who/home-assistant/blob/master/Home%20Assistant%20with%20Proxmox%20installation.md) |
579 | 598 |
|
580 | 599 | [Home Assistant Frontend](https://demo.home-assistant.io/) is a frontend for Home Assistant. |
581 | 600 |
|
|
0 commit comments