No description https://ldn.ryujinx.app
Find a file
GreemDev af8fd6a09b
Merge pull request #45 from SchweGELBin/datadir
Fix ignoring DATA_PATH env var in titleIdManager
2025-11-05 18:53:32 -06:00
.github Bump actions/setup-node from 3 to 4 (#44) 2024-01-01 16:37:44 +01:00
data Switch to TypeScript and express & Add stats API (#1) 2023-07-02 04:05:12 +02:00
public Various changes I forgot to commit 2025-03-12 18:10:50 +00:00
src Fix ignoring DATA_PATH env var in titleIdManager 2025-11-06 00:55:53 +01:00
.dockerignore Switch to TypeScript and express & Add stats API (#1) 2023-07-02 04:05:12 +02:00
.eslintignore Switch to TypeScript and express & Add stats API (#1) 2023-07-02 04:05:12 +02:00
.eslintrc.js Update no-unused-vars rule 2024-03-08 23:23:31 +01:00
.gitignore Switch to TypeScript and express & Add stats API (#1) 2023-07-02 04:05:12 +02:00
.nvmrc Switch to TypeScript and express & Add stats API (#1) 2023-07-02 04:05:12 +02:00
.prettierignore Switch to NPM lock files and rewrite nixpkg (#53) 2024-01-01 16:35:29 +01:00
.prettierrc.json Switch to TypeScript and express & Add stats API (#1) 2023-07-02 04:05:12 +02:00
default.nix Switch to nix flakes 2024-01-01 15:42:36 +00:00
Dockerfile Various changes I forgot to commit 2025-03-12 18:10:50 +00:00
flake.lock Update nix flake 2024-03-08 23:23:52 +01:00
flake.nix Update nix flake 2024-03-08 23:23:52 +01:00
LICENSE Add LICENSE 2023-04-23 17:27:54 +02:00
nodemon.json Switch to NPM lock files and rewrite nixpkg (#53) 2024-01-01 16:35:29 +01:00
package-lock.json Update scripts and dependencies 2024-03-08 23:22:19 +01:00
package.json Update scripts and dependencies 2024-03-08 23:22:19 +01:00
README.md Update README.md 2025-03-12 18:45:03 +00:00
tsconfig.json Various changes I forgot to commit 2025-03-12 18:10:50 +00:00


Ryujinx
Ryujinx
(REE-YOU-JINX)

Discord

Configuration

This app can be configured using the following environment variables:

Name Description Default value Notes
NODE_ENV This should be set to production or development depending on the current environment. ""
DATA_PATH The path to the data directory of this server. "data" This can either be a relative path or an absolute path. Currently this directory only contains the log file.
SOCKET_PATH The path to the unix socket this server should be listening on. "" If this is not empty HOST and PORT will be ignored.
HOST The address this server should be listening on. "127.0.0.1"
PORT The port this server should be using. 3000
REDIS_URL The URL of the redis server. "" Format: redis[s]://[[username][:password]@][host][:port][/db-number]
REDIS_SOCKET The path to the unix socket of the redis server. "" If this is not empty REDIS_URL will be ignored.

Contribute

Development

We do encourage you talk to some devs in #development (on our Discord) before developing any PRs so we can make sure you aren't conflicting with another dev's plans, and so we can help you get accustomed to our code base and methods.

License

This software is licensed under the terms of the MIT license.