From b848db8f2be3d44d7298cb6db5fda39cb1160735 Mon Sep 17 00:00:00 2001 From: Elia Zammuto Date: Sun, 30 May 2021 16:42:40 +0200 Subject: [PATCH] Config Update and PIN POST Method --- assets/web/apps.html | 170 ++++++++++++++++++++++++---------------- assets/web/pin.html | 7 +- sunshine/confighttp.cpp | 34 +++++++- sunshine/nvhttp.cpp | 64 ++++++++------- sunshine/nvhttp.h | 3 +- 5 files changed, 173 insertions(+), 105 deletions(-) diff --git a/assets/web/apps.html b/assets/web/apps.html index 4f49f7da..d1784608 100644 --- a/assets/web/apps.html +++ b/assets/web/apps.html @@ -3,62 +3,90 @@

Applications

Applications are refreshed only when Client is restarted
- - - - - - - - - - - - - -
NameActions
{{app.name}} -
-
-
- - -
Application Name, as shown on Moonlight
-
-
- - -
The file where the output of the command is stored, if it is not specified, the output is ignored
-
-
- -
A list of commands to be run before/after the application.
If any of the prep-commands fail, starting the application is aborted
- - - - - - - - - - - - - -
DoUndo
- -
-
- - -
The main application, if it is not specified, a processs is started that sleeps indefinitely
-
-
- - +
+ + + + + + + + + + + + + +
NameActions
{{app.name}} +
+
+
+
+ +
+ + +
Application Name, as shown on Moonlight
+
+ +
+ + +
The file where the output of the command is stored, if it is not + specified, the output is ignored
+
+ +
+ +
A list of commands to be run before/after the application.
If any of the + prep-commands fail, starting the application is aborted
+ + + + + + + + + + + + + +
DoUndo
+ +
+ +
+ +
+
{{c}}
+ +
+
+ + +
+
A list of commands to be run and forgotten about
+
+ +
+ + +
The main application, if it is not specified, a processs is started that + sleeps indefinitely
+
+ +
+ + +
- +
+ +