Web
Prerequisites
Before you begin the installation process, ensure that your system meets the following requirements:
- Operating System: Anything that supports Node.js >=20
- IP Connection to the
stardustd
nodes, which should already be setup. You should also have the authentication token for them. - A way to expose an HTTP server to the internet. This can be done with a reverse proxy like Nginx or Caddy, or just directly.
- A PostgreSQL database. You can use docker to set one up by running:
Installation
Configure
Prop | Type | Default |
---|---|---|
hostname | string | 0.0.0.0 |
port | number | 3000 |
databaseUrl | string | - |
metadataUrl | string | - |
nodes | NodeConfig[] | - |
auth | AuthConfig | - |
session | SessionConfig | - |
Keys
Prop | Type | Default |
---|---|---|
id | string | - |
hostname | string | 0.0.0.0 |
proto | "http" | "https" | http |
port | number | 4000 |
token | string | - |
Edit on GitHub
Last updated on