Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(guides): add autostart guide #3287

Merged
merged 27 commits into from
Oct 16, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
087e152
Update guides.md
midwesternrodent Oct 11, 2024
e2898a6
Update app_examples.md
midwesternrodent Oct 11, 2024
52032fd
Update app_examples.md
midwesternrodent Oct 11, 2024
c934156
Update app_examples.md
midwesternrodent Oct 11, 2024
a82fbdf
Update guides.md
midwesternrodent Oct 11, 2024
e1062f6
Update docs/app_examples.md
midwesternrodent Oct 12, 2024
ddacef7
Update docs/app_examples.md
midwesternrodent Oct 12, 2024
ddabe91
Update docs/guides.md
midwesternrodent Oct 12, 2024
ac62a63
Update docs/app_examples.md
midwesternrodent Oct 12, 2024
7b46ebb
Update docs/guides.md
midwesternrodent Oct 12, 2024
3e7c1c8
Update docs/guides.md
midwesternrodent Oct 12, 2024
8f6898f
Update docs/guides.md
midwesternrodent Oct 12, 2024
563fc5c
Update docs/guides.md
midwesternrodent Oct 12, 2024
c651a6e
Apply suggestions from code review
midwesternrodent Oct 12, 2024
efaf0f3
Apply suggestions from code review
midwesternrodent Oct 12, 2024
d66b434
Testing code in admonition blocks
midwesternrodent Oct 15, 2024
f58e68c
Apply suggestions from code review
midwesternrodent Oct 15, 2024
744cbb5
Update app_examples.md
midwesternrodent Oct 15, 2024
ffba7a0
Update app_examples.md
midwesternrodent Oct 15, 2024
e82d15b
Apply suggestions from code review
midwesternrodent Oct 15, 2024
1269545
Update guides.md
midwesternrodent Oct 15, 2024
23262de
Apply suggestions from code review
midwesternrodent Oct 15, 2024
4fa818c
Update guides.md
midwesternrodent Oct 15, 2024
d5dad42
Update app_examples.md
midwesternrodent Oct 15, 2024
4fdf269
Update guides.md
midwesternrodent Oct 15, 2024
f0cf495
Apply suggestions from code review
midwesternrodent Oct 16, 2024
af3cb10
Apply suggestions from code review
midwesternrodent Oct 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/guides.md
Co-authored-by: ReenigneArcher <[email protected]>
  • Loading branch information
midwesternrodent and ReenigneArcher committed Oct 16, 2024
commit 7b46ebbad9d883cdda6c0a91d27897ab1d470978
2 changes: 1 addition & 1 deletion docs/guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ Copy the below configuration into the text editor. Change `${USER}` wherever it
or modify the path if you placed sunshine-setup.sh in a different area.
midwesternrodent marked this conversation as resolved.
Show resolved Hide resolved

```
${USER} ALL=(ALL:ALL) ALL, NOPASSWD: /home/${USER]/scripts/sunshine-setup.sh
${USER} ALL=(ALL:ALL) ALL, NOPASSWD: /home/${USER}/scripts/sunshine-setup.sh
```

These changes allow the script to use sudo without being prompted with a password.
Expand Down