alpha-background
v1.0.6
Published
Background service for Alpha computer connection
Downloads
860
Readme
Alpha Background
This is the background service for Alpha, allowing you to connect your local machine to an Alpha server.
Installation
You don't need to install it permanently if you have Node.js installed. You can run it directly using npx.
Usage
Using npx (Recommended)
Run the following command in your terminal:
npx alpha-background -t <YOUR_TOKEN> -s <SERVER_URL>Example:
npx alpha-background -t 123456 -s wss://oxm.app/ws/computerOptions
-t, --token <token>: Authentication token (Required)-s, --server <server>: Server URL (Default:wss://oxm.app/ws/computer)
Environment Variables
Alternatively, you can set environment variables:
ALPHA_TOKEN: Your authentication tokenALPHA_SERVER: The server URL
