mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
This adds: - [x] Keyboard and mouse handling on the frontend - [x] Video and audio streaming from the backend to the frontend - [x] Input server that works with Websockets Update - 17/11 - [ ] Master docker container to run this - [ ] Steam runtime - [ ] Entrypoint.sh --------- Co-authored-by: Kristian Ollikainen <14197772+DatCaptainHorse@users.noreply.github.com> Co-authored-by: Kristian Ollikainen <DatCaptainHorse@users.noreply.github.com>
Usage
-
Update the terraform.tfvars file with your domain and email.
-
Run
terraform initto initialize the Terraform working directory. -
Run
terraform planto see the planned changes. -
Run
terraform applyto create the resources and obtain the certificate. Outputs
The configuration provides two sensitive outputs:
certificate_pem: The full certificate chain
private_key_pem: The private key for the certificate
These can be then be used in your moq-relay as it requires SSL/TLS certificates.
Note
The generated certificate and key files are saved locally and ignored by git:
.terraform
relay_*