@@ -82,11 +82,14 @@ sunshine needs access to uinput to create mouse and gamepad events:
82
82
83
83
## Usage:
84
84
- run "sunshine path/to/sunshine.conf"
85
+ - If running for the first time, make sure to note the username and password Sunshine showed to you, since you ** cannot get back later** !
85
86
- In Moonlight: Add PC manually
86
- - When Moonlight request you insert the correct pin on sunshine, either:
87
- - Type in the URL bar of your browser: `xxx.xxx.xxx.xxx:47989/pin/####`
88
- - `wget xxx.xxx.xxx.xxx:47989/pin/####`
89
- - The x's are the IP of your instance, `####` is the pin
87
+ - When Moonlight request you insert the correct pin on sunshine:
88
+ - Type in the URL bar of your browser: `https://xxx.xxx.xxx.xxx:47990` where `xxx.xxx.xxx.xxx` is the IP address of your computer
89
+ - Ignore any warning given by your browser about "insecure website"
90
+ - Type in the username and password shown the first time you run Sunshine
91
+ - Go to "PIN" in the Header
92
+ - Type in your PIN and press Enter, you should get a Success Message
90
93
- Click on one of the Applications listed
91
94
- Have fun :)
92
95
@@ -108,6 +111,7 @@ sunshine needs access to uinput to create mouse and gamepad events:
108
111
- [ Eretik] ( http://eretik.omegahg.com/ ) (For creating PolicyConfig.h, allowing me to change the default audio device on Windows programmatically)
109
112
110
113
## Application List:
114
+ ** Note:** You can change the Application List in the "Apps" section of the User Interface ` https://xxx.xxx.xxx.xxx:47990/ `
111
115
- You can use Environment variables in place of values
112
116
- $(HOME) will be replaced by the value of $HOME
113
117
- $$ will be replaced by $ --> $$(HOME) will be replaced by $(HOME)
0 commit comments