Thingiverse
PiLauncher - Side Extension
di hpsaturn
2
Download
0
Likes
0
Makes
**RaspberryPi App Launcher**
It is a RaspberryPi apps launcher from only two buttons on headless installations (without monitor or keyboard). You will able to configure any kind of application to launch with it, for example enable or disable your VPN or start your console emulators.
### App Launcher
This service use a simple YAML file to specify what apps will be launched and also its subservices or commands, like a status or information commands. You able to put whatever.
**Example**:
```
WIFI:
WiFi On:
cmd: sudo nmcli connection up YOUR_WIFI_CONNECTION
WiFi Off:
cmd: sudo nmcli connection down YOUR_WIFI_CONNECTION
Status:
cmd: nmcli c show --active | grep wlan0 | awk '{if(/YOUR_WIFI_CONNECTION/) print "connected:",$1}'
Back:
cmd: back
```
In the [apps.yml](https://github.com/hpsaturn/pilauncher/blob/master/apps.yml) file you able to put your apps. There you will found more commented examples.
---
### Source code
Also th
It is a RaspberryPi apps launcher from only two buttons on headless installations (without monitor or keyboard). You will able to configure any kind of application to launch with it, for example enable or disable your VPN or start your console emulators.
### App Launcher
This service use a simple YAML file to specify what apps will be launched and also its subservices or commands, like a status or information commands. You able to put whatever.
**Example**:
```
WIFI:
WiFi On:
cmd: sudo nmcli connection up YOUR_WIFI_CONNECTION
WiFi Off:
cmd: sudo nmcli connection down YOUR_WIFI_CONNECTION
Status:
cmd: nmcli c show --active | grep wlan0 | awk '{if(/YOUR_WIFI_CONNECTION/) print "connected:",$1}'
Back:
cmd: back
```
In the [apps.yml](https://github.com/hpsaturn/pilauncher/blob/master/apps.yml) file you able to put your apps. There you will found more commented examples.
---
### Source code
Also th
Hai stampato questo modello? Accedi e condividi il tuo make!
Accedi per lasciare un commento
AccediAncora nessun commento – sii il primo!