Skip to content

Commit d7a2efa

Browse files
docs: add sunshine creds (#11)
1 parent ea94ebe commit d7a2efa

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

.markdownlint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ MD013:
7575
# Number of characters for headings
7676
heading_line_length: 80
7777
# Number of characters for code blocks
78-
code_block_line_length: 80
78+
code_block_line_length: 120
7979
# Include code blocks
8080
code_blocks: true
8181
# Include tables

docs/sunshine/creds.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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)

0 commit comments

Comments
 (0)