An open API service indexing awesome lists of open source software.

https://github.com/bearlike/rpi-landing-page

A Minimalistic Landing page that displays system information for you Raspberry Pi and redirects you to your favorite pages.
https://github.com/bearlike/rpi-landing-page

favorite-pages landing-page php raspberry-pi rpi system-information

Last synced: about 2 months ago
JSON representation

A Minimalistic Landing page that displays system information for you Raspberry Pi and redirects you to your favorite pages.

Awesome Lists containing this project

README

          




Raspberry Pi Landing Page


A Landing page that displays system information for you Raspberry Pi and pin your favorite local pages/apps.




### Why do I do it?
This removes the necessity to just open a console/ssh to just view basic information such as Local IP, Uptime etc. This also easily gives me easy redirect access to other hosted applications.

### Screenshot
```bash
Tested on Raspberry Pi 4, running
PHP Version 7.3.14-1~deb10u1 on Apache/2.4.38 (Raspbian)
```

## Getting Started

### Prerequisites
What things you need to run the program:
- A web server preferably Apache2 and PHP.
- Install the following from APT package manager:
- ```bash
sudo apt update
sudo apt upgrade
sudo apt install apache2
sudo apt install php php-mbstring
```
- For detailed instructed on setting up [Apache2 and PHP](https://howtoraspberrypi.com/how-to-install-web-server-raspberry-pi-lamp/)

## Features
* Displays the following System Information:
- System Time
- Kernel and OS Information
- Uptime
- Free Memory (in MB and in Percentage)
- Total Memory (in MB)
- CPU Temperature (in oC)
- Number of Running Processes
- Connected Network
- Local IP Address
* Ability to pin sites

## Acknowledgments
* Hat tip to anyone whose code was used.
* Raspberry Pi itself


Made with ❤️ by bearlike

![wave](http://cdn.thekrishna.in/img/common/border.png)