Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.46 KB

Guide.md

File metadata and controls

37 lines (29 loc) · 1.46 KB

AladarServer guide

Гайд на русском (здесь). If you are looking for a guide on aladar, then it is [here] (https://github.com/ClintFlames/aladar/blob/main/docs/Guide.md).


Navigation


Installation on glitch.com

  1. Register at glitch.com.
  2. Go to the project page.
  3. Click on the button Remix
  4. Select the config.ts file and set joinCode to "env" and webSocketPort to 0.
  5. Open the .env file.
  6. Write the secret code in the field for the CODE value (the code may contain the characters a-z A-Z 0-9, and must also be 8 or more in length).
  7. Click on the button Terminal (it's on the bottom panel).
  8. Type refresh and press Enter.

Link to connect

  1. Copy the name of the project, it is above the Settings button.

Settings

2. Copy the secret code (the one you wrote in the `.env` file). 3. The link looks like this `wss://project name.glitch.me::secret code`.
For example `wss://aladarserver.glitch.me::joinCode`

Installation on host