![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) from 8.0.4 to 8.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dotnet/aspnetcore/releases">Microsoft.AspNetCore.OpenApi's releases</a>.</em></p> <blockquote> <h2>.NET 8.0.5</h2> <p><a href="https://github.com/dotnet/core/releases/tag/v8.0.5">Release</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="c9e3996173
"><code>c9e3996</code></a> Merged PR 39207: [internal/release/8.0] Updated Version.Details.xml - replace...</li> <li><a href="1681d9acf7
"><code>1681d9a</code></a> Merged PR 39048: [internal/release/8.0] Update dependencies from dnceng/inter...</li> <li><a href="b5c1ba3391
"><code>b5c1ba3</code></a> Merged PR 39041: [internal/release/8.0] Update dependencies from dnceng/inter...</li> <li><a href="582b2e31f2
"><code>582b2e3</code></a> Merged PR 38666: [internal/release/8.0] Update dependencies from dnceng/inter...</li> <li><a href="4fb54205d2
"><code>4fb5420</code></a> Merge in 'release/8.0' changes</li> <li><a href="d65b2f0638
"><code>d65b2f0</code></a> [release/8.0] Update Wix version (<a href="https://redirect.github.com/dotnet/aspnetcore/issues/55101">#55101</a>)</li> <li><a href="eac2e5a3d5
"><code>eac2e5a</code></a> Update dependencies from <a href="https://github.com/dotnet/arcade">https://github.com/dotnet/arcade</a> build 20240404.3 (#...</li> <li><a href="90f892827e
"><code>90f8928</code></a> Merged PR 38780: Fix Abort lock</li> <li><a href="1002bb7db9
"><code>1002bb7</code></a> Merge in 'release/8.0' changes</li> <li><a href="fa6339e421
"><code>fa6339e</code></a> Merge pull request <a href="https://redirect.github.com/dotnet/aspnetcore/issues/55034">#55034</a> from vseanreesermsft/internal-merge-8.0-2024-04-09-...</li> <li>Additional commits viewable in <a href="https://github.com/dotnet/aspnetcore/compare/v8.0.4...v8.0.5">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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Green <84688932+michael-j-green@users.noreply.github.com>
Gaseous Server
This is the server for the Gaseous system. It offers ROM and title management, as well as some basic in browser emulation of those ROMs.
Warning
Versions 1.6.1 and earlier are not suitable for being exposed to the internet, as:
- there is no authentication support, meaning anyone could trash your library
- the server has not been hardened for exposure to the internet - so there maybe unknown vulnerabilities
If you expose one of these earlier versions of the server to the internet, you do so at your own risk.
Version 1.7.0 and later contain user authentication, and can be exposed to the internet. However, it is recommended to no expose the server to the internet if you're not actively using it remotely, or if you have alternative means to access it remotely like a VPN.
While we do our best to stay on top of server security, if you expose the server to the internet you do so at your own risk.
Screenshots
Requirements
- MariaDB 11.1.2 (preferred) or MySQL Server 8+
- These are the database versions Gaseous has been tested and developed against. Your mileage may vary with earlier versions.
- MariaDB is the preferred database server, while MySQL will continue to be supported for existing users (they should be interchangable).
- Note that due to the earlier database schema using MySQL specific features, moving to MariaDB from MySQL will require rebuilding your database from scratch. The "Library Scan" background task can be used to re-import all titles.
- Internet Game Database API Key. See: https://api-docs.igdb.com/#account-creation
If using the provided docker-compose.yml, MariaDB will be installed for you.
Friends of Gaseous
- EmulatorJS: A fantastic (and fast) Javascript based implementation of RetroArch, supporting a wide variety of platforms. Discord: https://discord.gg/6akryGkETU
- RomM: Another self hosted ROM manager. Discord: https://discord.gg/P5HtHnhUDH
Third Party Projects
The following projects are used by Gaseous
Discord Server
Installation
See https://github.com/gaseous-project/gaseous-server/wiki/Installation for installation instructions.
Adding Content
- Import signatures: see https://github.com/gaseous-project/gaseous-server/wiki/Signatures
- Add ROMs: see https://github.com/gaseous-project/gaseous-server/wiki/Adding-ROMs