-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- generate random pin and run pairing command on host via ssm - adjust Desktop application to match the client's screen resolution - default app when connecting via Moonlight is now 'Desktop' - improved pairing instructions - improve detection of distribution - improve connect-moonlight and stop - optionally manage DNS record for EC2 instances via Route53 - set AWS region in /etc/profile.d/restic.sh using cloud-init query - add unit tests for lambda functions - run unit tests via GitHub Action - improve restic profile.d setup - allow passing EC2 instance IDs to CLI tools - extracted common helper methods - updated pre-commit config - updated README.md - set Ubuntu 24.04 noble as new default
- Loading branch information
1 parent
0bd3423
commit e28da77
Showing
20 changed files
with
570 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,17 @@ | ||
NOTES.md | ||
|
||
# virtual environment | ||
venv/ | ||
|
||
# packaging | ||
dist/ | ||
ec2-gaming-sunshine.template | ||
|
||
# cached compiled bytecode | ||
__pycache__/ | ||
|
||
# SAM artifacts and files used for local testing | ||
.aws-sam/ | ||
|
||
# unit test coverage report and linter cache | ||
.coverage | ||
.ruff_cache/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.