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

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

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
```