File tree 2 files changed +33
-1
lines changed
2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 75
75
# Number of characters for headings
76
76
heading_line_length : 80
77
77
# Number of characters for code blocks
78
- code_block_line_length : 80
78
+ code_block_line_length : 120
79
79
# Include code blocks
80
80
code_blocks : true
81
81
# Include tables
Original file line number Diff line number Diff line change
1
+ # Forgotten Credentials
2
+
3
+ If you forgot your credentials to the web UI, try this.
4
+
5
+ ## General
6
+
7
+ ``` bash
8
+ sunshine --creds {new-username} {new-password}
9
+ ```
10
+
11
+ ## AppImage (Linux)
12
+
13
+ ``` bash
14
+ ./sunshine.AppImage --creds {new-username} {new-password}
15
+ ```
16
+
17
+ ## Flatpak (Linux)
18
+
19
+ ### From github.com/LizardByte releases
20
+
21
+ ``` bash
22
+ flatpak run --command=sunshine dev.lizardbyte.Sunshine --creds {new-username} {new-password}
23
+ ```
24
+
25
+ ### From Flathub
26
+
27
+ ``` bash
28
+ flatpak run --command=sunshine dev.lizardbyte.app.Sunshine --creds {new-username} {new-password}
29
+ ```
30
+
31
+ This information is also available in our
32
+ [ troubleshooting docs] ( https://docs.lizardbyte.dev/projects/sunshine/en/latest/troubleshooting/general.html#forgotten-credentials )
You can’t perform that action at this time.
0 commit comments