Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
🔨 Fixed some puppeteer issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hartontw committed Jan 3, 2022
1 parent f4dcac3 commit 15f4def
Show file tree
Hide file tree
Showing 4 changed files with 1,818 additions and 697 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Non Official [Aternos](https://aternos.org) API written in Node.js

Aternos is a legitimate corporation and its benefits comes with ads in the web page. Please use it with responsibility.

### Installation

```bash
Expand All @@ -28,6 +30,7 @@ API_PASSWORD=strong_password
TOKEN_KEY=vulnerable_token_key
PUBLIC_START=false
PUBLIC_INFO=false
DEBUG=false
```

- **ATERNOS_USER**: Required. Aternos account user.
Expand All @@ -38,6 +41,7 @@ PUBLIC_INFO=false
- **TOKEN_KEY**: Rest auth mode only. Access Token for access. Default "vulnerable_token_key".
- **PUBLIC_START**: Rest auth mode only. Disable auth for Start route only. If server is started, this route do nothing. Default "false".
- **PUBLIC_INFO**: Rest auth mode only. Disable auth for Info and Gamedig. Default "false".
- **DEBUG**: If true show browser navigation. Defaul "false".

### Usage

Expand Down
Loading

0 comments on commit 15f4def

Please sign in to comment.