mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 16:55:37 +02:00
49cc5e1ab9bc1b4955afa6dd4c973e1f4ec8f0c3
305 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
7ecc068466 |
⭐feat(infra): Use a shared VPC (#218)
## Description The scope of this PR is to add a shared VPC for everyone on the team. |
||
|
|
633b332700 |
🏇🏾ci(docs): Deploy docs to cloudflare (#217)
## Description This deploys docs to cloudflare pages ## Related Issues <!-- List any related issues (e.g., "Closes #123", "Fixes #456") --> ## Type of Change - [ ] Bug fix (non-breaking change) - [ ] New feature (non-breaking change) - [ ] Breaking change (fix or feature that changes existing functionality) - [ ] Documentation update - [ ] Other (please describe): ## Checklist - [ ] I have updated relevant documentation - [ ] My code follows the project's coding style - [ ] My changes generate no new warnings/errors ## Notes for Reviewers <!-- Point out areas you'd like reviewers to focus on, questions you have, or decisions that need discussion --> ## Screenshots/Demo <!-- If applicable, add screenshots or a GIF demo of your changes (especially for UI changes) --> ## Additional Context <!-- Add any other context about the pull request here --> |
||
|
|
cacdae79c0 | 🐜 fix(ci): Remove unnecessary code | ||
|
|
ca4432bcde |
🐜 fix(ci): Fix issue where main does not deploy to prod (#216)
## Description Fix an issue where the `apps/www` CI does not push to main ## Related Issues <!-- List any related issues (e.g., "Closes #123", "Fixes #456") --> ## Type of Change - [x] Bug fix (non-breaking change) - [ ] New feature (non-breaking change) - [ ] Breaking change (fix or feature that changes existing functionality) - [ ] Documentation update - [ ] Other (please describe): ## Checklist - [ ] I have updated relevant documentation - [ ] My code follows the project's coding style - [ ] My changes generate no new warnings/errors ## Notes for Reviewers <!-- Point out areas you'd like reviewers to focus on, questions you have, or decisions that need discussion --> ## Screenshots/Demo <!-- If applicable, add screenshots or a GIF demo of your changes (especially for UI changes) --> ## Additional Context <!-- Add any other context about the pull request here --> |
||
|
|
261a1276f5 |
🏇 ci(www): Test whether it is working (#215)
## Description This fixes issues with the `apps/www` ci ## Related Issues <!-- List any related issues (e.g., "Closes #123", "Fixes #456") --> ## Type of Change - [x] Bug fix (non-breaking change) - [ ] New feature (non-breaking change) - [ ] Breaking change (fix or feature that changes existing functionality) - [ ] Documentation update - [ ] Other (please describe): ## Checklist - [ ] I have updated relevant documentation - [ ] My code follows the project's coding style - [ ] My changes generate no new warnings/errors ## Notes for Reviewers <!-- Point out areas you'd like reviewers to focus on, questions you have, or decisions that need discussion --> ## Screenshots/Demo <!-- If applicable, add screenshots or a GIF demo of your changes (especially for UI changes) --> ## Additional Context <!-- Add any other context about the pull request here --> |
||
|
|
a45b2bf9b7 |
⭐ feat(ci): Deploy nestri landing page (#214)
## Description This attempts to deploy `apps/www` to the new CF account using cloudflare pages project ## Related Issues <!-- List any related issues (e.g., "Closes #123", "Fixes #456") --> ## Type of Change - [ ] Bug fix (non-breaking change) - [x] New feature (non-breaking change) - [ ] Breaking change (fix or feature that changes existing functionality) - [ ] Documentation update - [ ] Other (please describe): ## Checklist - [ ] I have updated relevant documentation - [ ] My code follows the project's coding style - [ ] My changes generate no new warnings/errors ## Notes for Reviewers <!-- Point out areas you'd like reviewers to focus on, questions you have, or decisions that need discussion --> ## Screenshots/Demo <!-- If applicable, add screenshots or a GIF demo of your changes (especially for UI changes) --> ## Additional Context <!-- Add any other context about the pull request here --> |
||
|
|
f62fc1fb4b |
⭐ feat(www): Finish up on the onboarding (#210)
Merging this prematurely to make sure the team is on the same boat... like dang! We need to find a better way to do this. Plus it has become too big |
||
|
|
957eca7794 |
build(deps-dev): bump nuxt from 3.15.4 to 3.16.1 in /apps/docs in the npm_and_yarn group across 1 directory (#211)
Bumps the npm_and_yarn group with 1 update in the /apps/docs directory: [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt). Updates `nuxt` from 3.15.4 to 3.16.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt/nuxt/releases">nuxt's releases</a>.</em></p> <blockquote> <h2>v3.16.1</h2> <p><a href="https://github.com/nuxt/nuxt/compare/v3.16.0...v3.16.1">compare changes</a></p> <h3>🔥 Performance</h3> <ul> <li><strong>nuxt:</strong> Use browser cache for payloads (<a href="https://redirect.github.com/nuxt/nuxt/pull/31379">#31379</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>nuxt:</strong> Restore nuxt aliases to nitro compilerOptions.paths (<a href="https://redirect.github.com/nuxt/nuxt/pull/31278">#31278</a>)</li> <li><strong>nuxt:</strong> Use new <code>mocked-exports</code> (<a href="https://redirect.github.com/nuxt/nuxt/pull/31295">#31295</a>)</li> <li><strong>nuxt:</strong> Check resolved options for polyfills (<a href="https://redirect.github.com/nuxt/nuxt/pull/31307">#31307</a>)</li> <li><strong>nuxt:</strong> Render style component html (<a href="https://redirect.github.com/nuxt/nuxt/pull/31337">#31337</a>)</li> <li><strong>nuxt:</strong> Add missing lazy hydration prop in regex (<a href="https://redirect.github.com/nuxt/nuxt/pull/31359">#31359</a>)</li> <li><strong>nuxt:</strong> Fully resolve nuxt dependencies (<a href="https://redirect.github.com/nuxt/nuxt/pull/31436">#31436</a>)</li> <li><strong>vite:</strong> Don't show interim vite build output files (<a href="https://redirect.github.com/nuxt/nuxt/pull/31439">#31439</a>)</li> <li><strong>nuxt:</strong> Ignore prerendering unprefixed public assets (<a href="https://github.com/nuxt/nuxt/commit/151912ec3">151912ec3</a>)</li> <li><strong>nuxt:</strong> Use more performant router catchall pattern (<a href="https://redirect.github.com/nuxt/nuxt/pull/31450">#31450</a>)</li> <li><strong>nuxt:</strong> Prevent param duplication in <code>typedPages</code> implementation (<a href="https://redirect.github.com/nuxt/nuxt/pull/31331">#31331</a>)</li> <li><strong>nuxt:</strong> Sort route paths before creating route tree (<a href="https://redirect.github.com/nuxt/nuxt/pull/31454">#31454</a>)</li> </ul> <h3>📖 Documentation</h3> <ul> <li>Update link to vercel edge network (<a href="https://github.com/nuxt/nuxt/commit/ec20802a5">ec20802a5</a>)</li> <li>Improve HMR performance note for Windows users (<a href="https://redirect.github.com/nuxt/nuxt/pull/31301">#31301</a>)</li> <li>Correct WSL note phrasing (<a href="https://redirect.github.com/nuxt/nuxt/pull/31322">#31322</a>)</li> <li>Fix typo (<a href="https://redirect.github.com/nuxt/nuxt/pull/31341">#31341</a>)</li> <li>Adjust <code>app.head</code> example (<a href="https://redirect.github.com/nuxt/nuxt/pull/31350">#31350</a>)</li> <li>Include package manager options in update script (<a href="https://redirect.github.com/nuxt/nuxt/pull/31346">#31346</a>)</li> <li>Add missing comma (<a href="https://redirect.github.com/nuxt/nuxt/pull/31362">#31362</a>)</li> <li>Add mention of <code>addServerTemplate</code> to modules guide (<a href="https://redirect.github.com/nuxt/nuxt/pull/31369">#31369</a>)</li> <li>Add <code>rspack</code> and remove <code>test-utils</code> for monorepo guide (<a href="https://redirect.github.com/nuxt/nuxt/pull/31371">#31371</a>)</li> <li>Adjust example (<a href="https://redirect.github.com/nuxt/nuxt/pull/31372">#31372</a>)</li> <li>Update experimental docs (<a href="https://redirect.github.com/nuxt/nuxt/pull/31388">#31388</a>)</li> <li>Use <code>ini</code> syntax block highlighting for <code>.env</code> files (<a href="https://github.com/nuxt/nuxt/commit/f79fabe46">f79fabe46</a>)</li> <li>Improve <code>useHydration</code> docs (<a href="https://redirect.github.com/nuxt/nuxt/pull/31427">#31427</a>)</li> <li>Update broken docs links (<a href="https://redirect.github.com/nuxt/nuxt/pull/31430">#31430</a>)</li> <li>Mention possibility of prerendering api routes (<a href="https://redirect.github.com/nuxt/nuxt/pull/31234">#31234</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Fix gitignore (<a href="https://github.com/nuxt/nuxt/commit/6fe9dff7e">6fe9dff7e</a>)</li> <li>Bump axios dependency in lockfile (<a href="https://github.com/nuxt/nuxt/commit/c3352e80b">c3352e80b</a>)</li> <li>Lint repo (<a href="https://github.com/nuxt/nuxt/commit/2ab20bfdc">2ab20bfdc</a>)</li> <li>Add scorecard badge (<a href="https://redirect.github.com/nuxt/nuxt/pull/31302">#31302</a>)</li> <li>Dedupe (<a href="https://github.com/nuxt/nuxt/commit/be5d85f2b">be5d85f2b</a>)</li> </ul> <h3>✅ Tests</h3> <ul> <li>Migrate runtime compiler test to playwright (+ add test cases) (<a href="https://redirect.github.com/nuxt/nuxt/pull/31405">#31405</a>)</li> <li>Migrate spa preloader tests to playwright (<a href="https://redirect.github.com/nuxt/nuxt/pull/31273">#31273</a>)</li> <li>Use <code>srvx</code> and random port for remote provider (<a href="https://redirect.github.com/nuxt/nuxt/pull/31432">#31432</a>)</li> </ul> <h3>🤖 CI</h3> <ul> <li>Automate release on merge of of v3/v4 (<a href="https://github.com/nuxt/nuxt/commit/6ae5b5fdb">6ae5b5fdb</a>)</li> <li>Fix workflow quoting (<a href="https://github.com/nuxt/nuxt/commit/fef39cf3c">fef39cf3c</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Daniel Roe (<a href="https://github.com/danielroe"><code>@danielroe</code></a>)</li> <li>Anoesj Sadraee (<a href="https://github.com/Anoesj"><code>@Anoesj</code></a>)</li> <li>Peter Radko (<a href="https://github.com/Gwynerva"><code>@Gwynerva</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
74f8208fa4 |
🐜 fix: Fix dynamodb errors when trying to authenticate (#208)
## Description This fixes an issue where `openauthjs` throws timeout errors while attempting to access DynamoDB > I am so glad this was not a major issue 😅 ## Related Issues [OpenAuth Error TypeError: fetch failed while accessing DynamoDB on AWS #5543 ](https://github.com/sst/sst/issues/5543) [Error TypeError: fetch failed while accessing DynamoDB on AWS #220](https://github.com/toolbeam/openauth/issues/220) ## Type of Change - [x] Bug fix (non-breaking change) - [ ] New feature (non-breaking change) - [ ] Breaking change (fix or feature that changes existing functionality) - [ ] Documentation update - [ ] Other (please describe): ## Checklist - [x] I have updated relevant documentation - [ ] My code follows the project's coding style - [ ] My changes generate no new warnings/errors ## Screenshots/Demo  |
||
|
|
b251584ccb |
🧹 chore(www): Update the onboarding (#207)
## Description <!-- Briefly describe the purpose and scope of your changes --> ## Related Issues <!-- List any related issues (e.g., "Closes #123", "Fixes #456") --> ## Type of Change - [x] Bug fix (non-breaking change) - [ ] New feature (non-breaking change) - [ ] Breaking change (fix or feature that changes existing functionality) - [ ] Documentation update - [ ] Other (please describe): ## Checklist - [ ] I have updated relevant documentation - [ ] My code follows the project's coding style - [ ] My changes generate no new warnings/errors ## Notes for Reviewers <!-- Point out areas you'd like reviewers to focus on, questions you have, or decisions that need discussion --> ## Screenshots/Demo <!-- If applicable, add screenshots or a GIF demo of your changes (especially for UI changes) --> ## Additional Context <!-- Add any other context about the pull request here --> |
||
|
|
15825c70e6 |
build(deps): bump ring from 0.17.11 to 0.17.13 in /packages/server in the cargo group across 1 directory (#205)
Bumps the cargo group with 1 update in the /packages/server directory: [ring](https://github.com/briansmith/ring). Updates `ring` from 0.17.11 to 0.17.13 <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/briansmith/ring/blob/main/RELEASES.md">ring's changelog</a>.</em></p> <blockquote> <h1>Version 0.17.13 (2025-03-06)</h1> <p>Increased MSRV to 1.66.0 to avoid bugs in earlier versions so that we can safely use <code>core::arch::x86_64::__cpuid</code> and <code>core::arch::x86::__cpuid</code> from Rust in future releases.</p> <p>AVX2-based VAES-CLMUL implementation. This will be a notable performance improvement for most newish x86-64 systems. This will likely raise the minimum binutils version supported for very old Linux distros.</p> <h1>Version 0.17.12 (2025-03-05)</h1> <p>Bug fix: <a href="https://redirect.github.com/briansmith/ring/pull/2447">briansmith/ring#2447</a> for denial of service (DoS).</p> <ul> <li> <p>Fixes a panic in <code>ring::aead::quic::HeaderProtectionKey::new_mask()</code> when integer overflow checking is enabled. In the QUIC protocol, an attacker can induce this panic by sending a specially-crafted packet. Even unintentionally it is likely to occur in 1 out of every 2**32 packets sent and/or received.</p> </li> <li> <p>Fixes a panic on 64-bit targets in <code>ring::aead::{AES_128_GCM, AES_256_GCM}</code> when overflow checking is enabled, when encrypting/decrypting approximately 68,719,476,700 bytes (about 64 gigabytes) of data in a single chunk. Protocols like TLS and SSH are not affected by this because those protocols break large amounts of data into small chunks. Similarly, most applications will not attempt to encrypt/decrypt 64GB of data in one chunk.</p> </li> </ul> <p>Overflow checking is not enabled in release mode by default, but <code>RUSTFLAGS="-C overflow-checks"</code> or <code>overflow-checks = true</code> in the Cargo.toml profile can override this. Overflow checking is usually enabled by default in debug mode.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/briansmith/ring/commits">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/nestrilabs/nestri/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
117503081b |
⭐ feat(www): Finish up on the onboarding (#202)
## Description This is an attempt to finish up on the onboarding and creating a team ## Type of Change - [ ] Bug fix (non-breaking change) - [x] New feature (non-breaking change) - [ ] Breaking change (fix or feature that changes existing functionality) - [ ] Documentation update - [ ] Other (please describe): ## Checklist - [ ] I have updated relevant documentation - [x] My code follows the project's coding style - [x] My changes generate no new warnings/errors |
||
|
|
1aeafec40b |
🐜 fix(db): Migrate to Neon org account (#204)
## Description Migrates to a neon account shared by the Nestrilabs organisation ## Related Issues <!-- List any related issues (e.g., "Closes #123", "Fixes #456") --> ## Type of Change - [ ] Bug fix (non-breaking change) - [ ] New feature (non-breaking change) - [ ] Breaking change (fix or feature that changes existing functionality) - [ ] Documentation update - [ ] Other (please describe): ## Checklist - [ ] I have updated relevant documentation - [ ] My code follows the project's coding style - [ ] My changes generate no new warnings/errors ## Notes for Reviewers <!-- Point out areas you'd like reviewers to focus on, questions you have, or decisions that need discussion --> ## Screenshots/Demo <!-- If applicable, add screenshots or a GIF demo of your changes (especially for UI changes) --> ## Additional Context <!-- Add any other context about the pull request here --> |
||
|
|
9ab4b6580c |
🐜 fix(db): Fix database state issues (#203)
## Description This attempts to fix all database issues for all teammates ## Related Issues 1. Getting funny errors while trying to run `sst dev` 2. The neon pulumi stuff trying to create a db each time on push ## Type of Change - [x] Bug fix (non-breaking change) - [ ] New feature (non-breaking change) - [ ] Breaking change (fix or feature that changes existing functionality) - [ ] Documentation update - [ ] Other (please describe): ## Checklist - [ ] I have updated relevant documentation - [ ] My code follows the project's coding style - [x] My changes generate no new warnings/errors ## Notes for Reviewers <!-- Point out areas you'd like reviewers to focus on, questions you have, or decisions that need discussion --> ## Screenshots/Demo <!-- If applicable, add screenshots or a GIF demo of your changes (especially for UI changes) --> ## Additional Context <!-- Add any other context about the pull request here --> |
||
|
|
49853807a1 |
⭐ feat(relay): Port muxing and TLS (#197)
## Description This PR will work on adding port muxing (share single port for HTTP/WS + WebRTC connections), along with API communication. ## Type of Change - [x] Bug fix (non-breaking change) - [x] New feature (non-breaking change) ## Checklist - [ ] I have updated relevant documentation - [x] My code follows the project's coding style - [x] My changes generate no new warnings/errors --------- Co-authored-by: DatCaptainHorse <DatCaptainHorse@users.noreply.github.com> |
||
|
|
321dda60d9 |
🐜 fix(www): Error Missing "./400.css" specifier in "@fontsource/geist-mono" (#201)
## Description Attempts to fix the build issue (again) where the non-variable fonts from font-source are throwing `Missing "./*00.css" specifier in "@fontsource/geist-*` while building or developing locally... like damn! ## Related Issues <!-- List any related issues (e.g., "Closes #123", "Fixes #456") --> ## Type of Change - [x] Bug fix (non-breaking change) - [ ] New feature (non-breaking change) - [ ] Breaking change (fix or feature that changes existing functionality) - [ ] Documentation update - [ ] Other (please describe): ## Checklist - [x] I have updated relevant documentation - [x] My code follows the project's coding style - [ ] My changes generate no new warnings/errors |
||
|
|
fb47bb6699 | 🐜 fix: Remove old.sst.config.ts file | ||
|
|
849a470073 | 🐜 fix(infra): Share the same Neon project | ||
|
|
178c612f0f |
🐜 fix: Make sure the db uses the same name (#199)
## Description This fixes the issue where Cloudflare fails ## Related Issues <!-- List any related issues (e.g., "Closes #123", "Fixes #456") --> ## Type of Change - [x] Bug fix (non-breaking change) - [ ] New feature (non-breaking change) - [ ] Breaking change (fix or feature that changes existing functionality) - [ ] Documentation update - [ ] Other (please describe): ## Checklist - [x] I have updated relevant documentation - [x] My code follows the project's coding style - [x] My changes generate no new warnings/errors |
||
|
|
b18b08b822 |
feat(runner): Rust updates and improvements (#196)
## Description - Updates to latest Rust 2024 🎉 - Make DataChannel messages ordered on nestri-server side - Bugfixes and code improvements + formatting ## Type of Change - [x] Bug fix (non-breaking change) - [x] New feature (non-breaking change) ## Checklist - [x] I have updated relevant documentation - [x] My code follows the project's coding style - [x] My changes generate no new warnings/errors --------- Co-authored-by: DatCaptainHorse <DatCaptainHorse@users.noreply.github.com> Co-authored-by: Wanjohi <elviswanjohi47@gmail.com> |
||
|
|
ea96fed4f6 |
build(deps-dev): bump vite from 5.4.10 to 5.4.12 in /packages/www in the npm_and_yarn group across 1 directory (#195)
Bumps the npm_and_yarn group with 1 update in the /packages/www directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 5.4.10 to 5.4.12 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/releases">vite's releases</a>.</em></p> <blockquote> <h2>v5.4.12</h2> <p>This version contains a breaking change due to security fixes. See <a href="https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6">https://github.com/vitejs/vite/security/advisories/GHSA-vg6x-rcgg-rjx6</a> for more details.</p> <p>Please refer to <a href="https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md">CHANGELOG.md</a> for details.</p> <h2>v5.4.11</h2> <p>Please refer to <a href=" |
||
|
|
457aac2258 |
⭐ feat(infra): Update infra and add support for teams to SST (#186)
## Description - [x] Adds support for AWS SSO, which makes us (the team) able to use SST and update the components independently - [x] Splits the webpage into the landing page (Qwik), and Astro (the console) in charge of playing. This allows us to pass in Environment Variables to the console - ~Migrates the docs from Nuxt to Nextjs, and connects them to SST. This allows us to use Fumadocs _citation needed_ that's much more beautiful, and supports OpenApi~ - Cloudflare pages with github integration is not working on our new CF account. So we will have to push the pages deployment manually with Github actions - [x] Moves the current set up from my personal CF and AWS accounts to dedicated Nestri accounts - ## Related Issues <!-- List any related issues (e.g., "Closes #123", "Fixes #456") --> ## Type of Change - [ ] Bug fix (non-breaking change) - [x] New feature (non-breaking change) - [ ] Breaking change (fix or feature that changes existing functionality) - [x] Documentation update - [ ] Other (please describe): ## Checklist - [x] I have updated relevant documentation - [x] My code follows the project's coding style - [x] My changes generate no new warnings/errors ## Notes for Reviewers <!-- Point out areas you'd like reviewers to focus on, questions you have, or decisions that need discussion --> Please approve my PR 🥹 ## Screenshots/Demo <!-- If applicable, add screenshots or a GIF demo of your changes (especially for UI changes) --> ## Additional Context <!-- Add any other context about the pull request here --> |
||
|
|
237e016b2d |
🐜 fix(runner): Workarounds for NVIDIA drivers (#188)
#### Description This PR will be fixing issue of runner not working under Ubuntu and other Debian-based distros with NVIDIA GPUs. Another fix will be arriving is allowing Steam to run without namespace requirements, removing the need for `--privileged` flag in certain situations. #### Type of Change - [x] Bug fix (non-breaking change) --------- Co-authored-by: DatCaptainHorse <DatCaptainHorse@users.noreply.github.com> |
||
|
|
1d68ec71b8 |
build(deps): bump the npm_and_yarn group across 2 directories with 3 updates (#192)
Bumps the npm_and_yarn group with 2 updates in the /apps/docs directory: [@nuxt/vite-builder](https://github.com/nuxt/nuxt/tree/HEAD/packages/vite) and [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt). Bumps the npm_and_yarn group with 1 update in the /apps/www directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `@nuxt/vite-builder` from 3.13.2 to 3.15.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nuxt/nuxt/releases"><code>@nuxt/vite-builder</code>'s releases</a>.</em></p> <blockquote> <h2>v3.15.4</h2> <blockquote> <p>3.15.4 is the next patch release.</p> </blockquote> <h2>✅ Upgrading</h2> <p>As usual, our recommendation for upgrading is to run:</p> <pre lang="sh"><code>npx nuxi@latest upgrade --force </code></pre> <p>This will refresh your lockfile as well, and ensures that you pull in updates from other dependencies that Nuxt relies on, particularly in the unjs ecosystem.</p> <h2>👉 Changelog</h2> <p><a href="https://github.com/nuxt/nuxt/compare/v3.15.3...v3.15.4">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>nuxt:</strong> Improve error logging when parsing with <code>acorn</code> (<a href="https://redirect.github.com/nuxt/nuxt/pull/30754">#30754</a>)</li> <li><strong>nuxt:</strong> Clear island uid before saving into the payload (<a href="https://redirect.github.com/nuxt/nuxt/pull/30767">#30767</a>)</li> <li><strong>kit:</strong> Load <code>@nuxt/schema</code> from <code>nuxt</code> package dir (<a href="https://redirect.github.com/nuxt/nuxt/pull/30774">#30774</a>)</li> <li><strong>nuxt:</strong> Allow restarting nuxt on paths outside <code>srcDir</code> (<a href="https://redirect.github.com/nuxt/nuxt/pull/30771">#30771</a>)</li> <li><strong>nuxt:</strong> Don't warn about calling <code>useRoute</code> in SFC setup (<a href="https://redirect.github.com/nuxt/nuxt/pull/30788">#30788</a>)</li> <li><strong>webpack:</strong> Disallow cross-site requests in no-cors mode (<a href="https://redirect.github.com/nuxt/nuxt/pull/30757">#30757</a>)</li> <li><strong>vite:</strong> Restore <code>externality</code> for dev server externals (<a href="https://redirect.github.com/nuxt/nuxt/pull/30802">#30802</a>)</li> </ul> <h3>💅 Refactors</h3> <ul> <li><strong>vite:</strong> Use new rollup <code>chunk.names</code> for asset names (<a href="https://redirect.github.com/nuxt/nuxt/pull/30780">#30780</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Daniel Roe (<a href="https://github.com/danielroe"><code>@danielroe</code></a>)</li> <li>Peter Radko (<a href="https://github.com/Gwynerva"><code>@Gwynerva</code></a>)</li> <li>Lansi (<a href="https://github.com/lansi951"><code>@lansi951</code></a>)</li> <li>Julien Huang (<a href="https://github.com/huang-julien"><code>@huang-julien</code></a>)</li> <li>Norbiros (<a href="https://github.com/Norbiros"><code>@Norbiros</code></a>)</li> </ul> <h2>v3.15.3</h2> <blockquote> <p>3.15.3 is the next regularly scheduled patch release.</p> </blockquote> <h2>👀 Highlights</h2> <h3>CORS configuration for dev server</h3> <p>Alongside a range of improvements, we've also shipped a significant fix to impose <a href="https://github.com/nuxt/nuxt/commit/406db5b4d">CORS origin restrictions on the dev server</a>. This applies to your Vite or Webpack/Rspack dev middleware only.</p> <p>This is a significant/breaking change we would not normally ship in a patch but it is a security fix (see <a href="https://github.com/nuxt/nuxt/security/advisories/GHSA-4gf7-ff8x-hq99">https://github.com/nuxt/nuxt/security/advisories/GHSA-4gf7-ff8x-hq99</a> and <a href="https://github.com/nuxt/nuxt/security/advisories/GHSA-2452-6xj8-jh47">https://github.com/nuxt/nuxt/security/advisories/GHSA-2452-6xj8-jh47</a>) and we urge you to update ASAP.</p> <p>You can configure the allowed origins and other CORS options via the <code>devServer.cors</code> options in your <code>nuxt.config</code>, which may be relevant if you are developing with a custom hostname:</p> <pre lang="ts"><code>export default defineNuxtConfig({ </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
a32c212a7e |
build(deps): bump openssl from 0.10.69 to 0.10.71 in /packages/server in the cargo group across 1 directory (#191)
Bumps the cargo group with 1 update in the /packages/server directory: [openssl](https://github.com/sfackler/rust-openssl). Updates `openssl` from 0.10.69 to 0.10.71 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sfackler/rust-openssl/releases">openssl's releases</a>.</em></p> <blockquote> <h2>openssl-v0.10.71</h2> <h2>What's Changed</h2> <ul> <li>Expose rc2 ciphers on symm::Cipher by <a href="https://github.com/alex"><code>@alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/2361">sfackler/rust-openssl#2361</a></li> <li>add full Apache license file to openssl by <a href="https://github.com/frncs-rss"><code>@frncs-rss</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/2366">sfackler/rust-openssl#2366</a></li> <li>Release openssl v0.10.71 and openssl-sys v0.9.106 by <a href="https://github.com/alex"><code>@alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/2369">sfackler/rust-openssl#2369</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/frncs-rss"><code>@frncs-rss</code></a> made their first contribution in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/2366">sfackler/rust-openssl#2366</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.70...openssl-v0.10.71">https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.70...openssl-v0.10.71</a></p> <h2>openssl v0.10.70</h2> <h2>What's Changed</h2> <ul> <li>Attempt to fix CI by pinning to the Ubuntu 22.04 image by <a href="https://github.com/alex"><code>@alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/2357">sfackler/rust-openssl#2357</a></li> <li>Remove EC_METHOD and EC_GROUP_new for LibreSSL 4.1 by <a href="https://github.com/botovq"><code>@botovq</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/2356">sfackler/rust-openssl#2356</a></li> <li>Test against 3.4.0 final release by <a href="https://github.com/alex"><code>@alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/2359">sfackler/rust-openssl#2359</a></li> <li>Expose <code>SslMethod::{dtls_client,dtls_server}</code> by <a href="https://github.com/alex"><code>@alex</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/2358">sfackler/rust-openssl#2358</a></li> <li>Fix lifetimes in ssl::select_next_proto by <a href="https://github.com/sfackler"><code>@sfackler</code></a> in <a href="https://redirect.github.com/sfackler/rust-openssl/pull/2360">sfackler/rust-openssl#2360</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.69...openssl-v0.10.70">https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.69...openssl-v0.10.70</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
5d350bda1f |
build(deps): bump golang.org/x/net from 0.27.0 to 0.33.0 in /packages/maitred in the go_modules group across 1 directory (#190)
Bumps the go_modules group with 1 update in the /packages/maitred directory: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.27.0 to 0.33.0 <details> <summary>Commits</summary> <ul> <li><a href=" |
||
|
|
2bbd705af9 |
⭐ feat: Aggregated mouse movements (#185)
Mouse Movements are aggreagated to send out with an fixed interval This reduces sending mouse movement events especially when the mouse is moved really fast. The mouse events are not lost they will be summed and aggregated to one single mouse movement and then send with the fixed interval |
||
|
|
a23ae8025b |
🐜 fix(www): Fix GPU lines on iOS (#183)
## Description I am trying to fix a bug where the `Bring your own GPU` landing page feature is broken on iOS ## Related Issues <!-- List any related issues (e.g., "Closes #123", "Fixes #456") --> ## Type of Change - [x] Bug fix (non-breaking change) - [ ] New feature (non-breaking change) - [ ] Breaking change (fix or feature that changes existing functionality) - [ ] Documentation update - [ ] Other (please describe): ## Checklist - [x] I have updated relevant documentation - [x] My code follows the project's coding style - [x] My changes generate no new warnings/errors ## Notes for Reviewers <!-- Point out areas you'd like reviewers to focus on, questions you have, or decisions that need discussion --> ## Screenshots/Demo <!-- If applicable, add screenshots or a GIF demo of your changes (especially for UI changes) -->  ## Additional Context <!-- Add any other context about the pull request here --> |
||
|
|
7de6e243ed |
⭐ feat(runner): DMA-BUF support (for NVIDIA) (#181)
Also includes other improvements and hopefully reducing LOC with some cleanup. --------- Co-authored-by: DatCaptainHorse <DatCaptainHorse@users.noreply.github.com> |
||
|
|
060718d8b0 |
⭐ feat: Update website, API, and infra (#164)
>Adds `maitred` in charge of handling automated game installs, updates,
and even execution.
>Not only that, we have the hosted stuff here
>- [x] AWS Task on ECS GPUs
>- [ ] Add a service to listen for game starts and stops
(docker-compose.yml)
>- [x] Add a queue for requesting a game to start
>- [x] Fix up the play/watch UI
>TODO:
>- Add a README
>- Add an SST docs
Edit:
- This adds a new landing page, updates the homepage etc etc
>I forgot what the rest of the updated stuff are 😅
|
||
|
|
93327bdf1a |
🧹 chore: Add CODEOWNERS (#182)
This tries to clear up the chaos on who is in charge of what |
||
|
|
4546eb6767 |
🐜 fix(runner): Workaround for NVIDIA driver issue (#180)
Co-authored-by: DatCaptainHorse <DatCaptainHorse@users.noreply.github.com> |
||
|
|
9d084011a2 |
🐜 fix(runner): Add missing source copy for gst-wayland-display (#179)
Okay that is good now Co-authored-by: DatCaptainHorse <DatCaptainHorse@users.noreply.github.com> |
||
|
|
0642d0b787 |
🐜 fix(runner): gst-wayland-display directory fix (#178)
Co-authored-by: DatCaptainHorse <DatCaptainHorse@users.noreply.github.com> |
||
|
|
ec8d4f81da |
🐜 fix(runner): Use proper directory (#177)
Co-authored-by: DatCaptainHorse <DatCaptainHorse@users.noreply.github.com> |
||
|
|
421aa70a7b |
🐜 fix(CI): Caching fixes and improvements (#176)
Fixes previous PR --------- Co-authored-by: DatCaptainHorse <DatCaptainHorse@users.noreply.github.com> |
||
|
|
29bc44ab83 |
⚡ perf(runner): Reduce CI buildtimes (#174)
This is an effort to reduce build times, for the runner image --------- Co-authored-by: Kristian Ollikainen <14197772+DatCaptainHorse@users.noreply.github.com> |
||
|
|
c14626b104 |
⭐ feat(scripts): Auto-launch Steam (#173)
Woop Co-authored-by: DatCaptainHorse <DatCaptainHorse@users.noreply.github.com> |
||
|
|
614bbbfce0 | 🐜 fix: a silly thing (#172) | ||
|
|
c2363b0bce |
⭐ feat: Add protobuf (#171)
This is a second attempt to add protobuf to Nestri, after the first one failed --------- Co-authored-by: Philipp Neumann <3daquawolf@gmail.com> Co-authored-by: DatCaptainHorse <DatCaptainHorse@users.noreply.github.com> |
||
|
|
be6ea11052 | ❌ revert(protobuf): Remove protobuf for now | ||
|
|
fbaa8835a3 |
⭐ feat: protobuf input messaging (#165)
Replace json protocol by protobuf generate protobuf files with `bun buf generate` or just `buf generate` - [x] Implement all datatypes with proto files - [x] Map to ts types or use the generated proto types directly with: - [x] web frontend - [x] relay - [x] runner - [ ] final performance test (to be done when CI builds new images) --------- Co-authored-by: DatCaptainHorse <DatCaptainHorse@users.noreply.github.com> |
||
|
|
431733a0e8 |
🐜 fix(scripts): Use class codes to check for lspci GPU devices (#168)
Fixes gpu_helpers returning "Non-VGA" devices as GPUs. I was curious about DeepSeek's so I tried it's hand with this as my head isn't quite up-to-speed yet 😅 But yeah it seems less error-prone than previous naive string-approach. --------- Co-authored-by: DatCaptainHorse <DatCaptainHorse@users.noreply.github.com> Co-authored-by: Wanjohi <elviswanjohi47@gmail.com> Co-authored-by: Wanjohi <71614375+wanjohiryan@users.noreply.github.com> |
||
|
|
4c33d7fe00 |
🐜 fix(runner): Fix Pacman failing to install packages on Amazon Linux 2 (#167)
CachyOS v3 fails to run pacman while on Amazon Linux 2... causing issues with running our hosted version on ECS Exact errors: ```bash [root@2b6cbba9d746 /]# sudo pacman -Syu vim error: failed to initialize alpm library: (root: /, dbpath: /var/lib/pacman/) could not find or read directory ``` |
||
|
|
bec5ba7c99 |
⭐ feat(runner): Add ludusavi backups (#166)
This lets us do game backups with this command `STEAMAPPID=730 ludusavi wrap --infer steam --force "steam://yourcommandhere"` |
||
|
|
056d7e070d | 🐜 fix(ci): Fix the runner.yml | ||
|
|
fb77dc9572 |
🐜 fix(runner): dbus directory and mesa install (#163)
should fix the missing dbus runtime directory issue, using mesa-git as it's less cumbersome to deal with package wise than normal mesa --------- Co-authored-by: DatCaptainHorse <DatCaptainHorse@users.noreply.github.com> Co-authored-by: Wanjohi <elviswanjohi47@gmail.com> |
||
|
|
9b8d187887 | ⭐feat(www): Add api docs (#161) | ||
|
|
4a27f54e80 | 🐜 fix(www): Fix the marquee | ||
|
|
0d0b1f4b14 | 🐜 fix(www): Fix posthog |