Improved webinterface
This commit is contained in:
@@ -20,8 +20,7 @@ WebPort = 8000
|
||||
|
||||
# first app is always running in IDLE
|
||||
Apps = [
|
||||
{"name": "pixelflut", "cmd": "apps/idle.py", "persistent": True},
|
||||
{"guiname": "IDLE", "name": "pixelflut", "cmd": "apps/idle.py", "persistent": True},
|
||||
{"guiname": "YoutubeDL", "name": "youtubedl", "cmd": "apps/youtubedl.sh"},
|
||||
{"name": "framebuffer", "cmd": ["apps/fbcp", "/dev/fb0"]},
|
||||
{"name": "fdtd", "cmd": "apps/main"},
|
||||
{"name": "play_youtube", "cmd": "apps/play_youtube.sh"}
|
||||
]
|
||||
|
Reference in New Issue
Block a user