https://github.com/tirtharajsinha/thecabinproject
Raspberry pi Server dashboard
https://github.com/tirtharajsinha/thecabinproject
arm64 dashboard django linux open-source python3 raspberry-pi raspberry-pi-4 server
Last synced: about 2 months ago
JSON representation
Raspberry pi Server dashboard
- Host: GitHub
- URL: https://github.com/tirtharajsinha/thecabinproject
- Owner: tirtharajsinha
- Created: 2023-01-02T17:42:37.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-04T14:53:13.000Z (about 3 years ago)
- Last Synced: 2025-10-30T23:29:21.708Z (8 months ago)
- Topics: arm64, dashboard, django, linux, open-source, python3, raspberry-pi, raspberry-pi-4, server
- Language: HTML
- Homepage:
- Size: 2.44 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
TheCabinProject
###
RaspberryPi Server dashboard
#### Normal sixe apps with dark mode

#### compact sixe apps with light mode

#### Control Center

#### Application manager to pin/unpin app and edit

#### Flagship Appearance manager

#### Server hardware and software monitor dashboard

### Requirements
1. Raspberry Pi
2. Os installed
3. python
4. python3-pip
## installation
```
pip3 install -r requirements.txt
```
## Run
```
python3 manage.py runserver 0.0.0.0:8000
```
In case you want to run the app from port 80, run the below comand.
As port 80 requires sudo permission. This method is insecure. Use this if you know what you are doing.
```
sudo -E python3 manage.py runserver 0.0.0.0:80
```