https://github.com/gamemann/my-raspberry-pi-manager
A simple manager interface I'm using for my Raspberry Pis written in Python. Allows me to start and stop processes such as Steam Link.
https://github.com/gamemann/my-raspberry-pi-manager
manager pi python rasberrypi raspberry-pi rpi
Last synced: about 1 year ago
JSON representation
A simple manager interface I'm using for my Raspberry Pis written in Python. Allows me to start and stop processes such as Steam Link.
- Host: GitHub
- URL: https://github.com/gamemann/my-raspberry-pi-manager
- Owner: gamemann
- License: mit
- Created: 2022-02-02T05:39:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T12:13:34.000Z (over 3 years ago)
- Last Synced: 2025-03-16T23:51:21.188Z (about 1 year ago)
- Topics: manager, pi, python, rasberrypi, raspberry-pi, rpi
- Language: Python
- Homepage: https://moddingcommunity.com/
- Size: 150 KB
- Stars: 31
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# My Raspberry Pi Manager
## Overview
I have two Raspberry Pi 4 Model B devices that I hooked up to my two TVs (one in my bedroom and the other in my new game room). I installed Raspberry OS on both along with Steam Link. Both are configured to boot into an existing desktop under my user and Steam Link automatically starts.
## Description
To make things easier, I decided to make a small Raspberry Pi manager that includes two buttons **so far**. One button stops Steam link while the other starts it. Steam Link sometimes crashes and the only way to launch it is from within the terminal using something like `DISPLAY=:0 steamlink > /dev/null 2>&1 &`. This is easy for me, but my girlfriend isn't tech savvy. Therefore, I decided to make this small project so both of us can use a simple web interface through our LAN to start or stop the Steam Link application on the main desktop (that the TVs are hooked up to).
This is also a Django application. The buttons are displayed at the main index.
**WARNING** - This isn't an official project that I want to maintain. I just wanted to share this code for others to use if they need it. Don't expect any updates on this project.
## Screenshot(s)

## Videos
[](https://www.youtube.com/watch?v=VfPRVhGqVYo)
## Credits
* [Christian Deacon](https://github.com/gamemann)