Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/api/options/jvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,13 @@ To include the API in your Maven project, add the following dependency to your `
<artifactId>api</artifactId>
<version>0.1.0-SNAPSHOT</version>
</dependency>
```

## Gradle
To include the API in your Gradle project, add the following dependency to your `build.gradle` file:

```kotlin
dependencies {
implementation("io.atomic.cloud:api:0.1.0-SNAPSHOT")
}
```
19 changes: 16 additions & 3 deletions docs/cli/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CLI 🚧
# CLI

This page is currently a work in progress.
This page provides instructions on how to download and use the CLI for controlling the controller.

We’re actively working to provide accurate and useful content here. Please check back soon for updates
## Download the CLI

You can download the latest CLI binary from the [GitHub releases page](https://github.com/HttpRafa/atomic-cloud/releases/).

## Installation

1. Download the appropriate binary for your operating system.
2. Place the binary in a directory that is included in your system's PATH.

## Usage

Run the CLI from your terminal and follow the instructions provided by the CLI to control the controller.

We’re actively working to provide more detailed and useful content here. Please check back soon for updates.
5 changes: 5 additions & 0 deletions docs/controller/drivers/wasm/local/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Installation

1. Download the `local-driver.wasm` file from the [GitHub releases page](https://github.com/HttpRafa/atomic-cloud/releases/).
2. Place the downloaded file into the `drivers` directory.
3. Start the controller.
5 changes: 5 additions & 0 deletions docs/controller/drivers/wasm/pterodactyl/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Installation

1. Download the `pterodactyl-driver.wasm` file from the [GitHub releases page](https://github.com/HttpRafa/atomic-cloud/releases/).
2. Place the downloaded file into the `drivers` directory.
3. Start the controller.
7 changes: 0 additions & 7 deletions docs/controller/installation/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,3 @@ To start the container, execute the following command:
```bash
docker compose up
```

## Step 3: Retrieve the Admin Token
Upon the initial run of the controller, an admin token will be displayed. This token is required to connect using the CLI. For further details, refer to [How to use the CLI](/cli/).
![First Startup](docker/first_startup.png)

## Step 4: Retrieve the Admin Token Later (If Needed)
In case you lose the token, it can be retrieved from the default admin user's file located in the `auth/users` directory.
6 changes: 4 additions & 2 deletions docs/controller/installation/normal.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Normal 🚧

This page is currently a work in progress.
This page is currently a work in progress.

We’re actively working to provide accurate and useful content here. Please check back soon for updates
For the latest releases and updates, please visit our [GitHub release page](https://github.com/HttpRafa/atomic-cloud/releases/).

We’re actively working to provide accurate and useful content here. Please check back soon for updates.
7 changes: 7 additions & 0 deletions docs/controller/usage/retrieve_token.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Retrieve the Admin Token on First Launch
When you run the controller for the first time, an admin token will be displayed. You will need this token to connect via the CLI. For more information, see [How to use the CLI](/cli/).

![First Startup](images/first_startup.png)

## Retrieve the Admin Token After the First Launch
If you lose the token, you can retrieve it from the default admin user's file, located in the `auth/users` directory.