Skip to content

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

License

Notifications You must be signed in to change notification settings

bearlike/RPi-Landing-Page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

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:
  • sudo apt update
    sudo apt upgrade
    sudo apt install apache2
    sudo apt install php php-mbstring

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

About

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

Topics

Resources

License

Stars

Watchers

Forks