mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-03-31 15:07:49 +01:00
updates docs
This commit is contained in:
@@ -8,7 +8,7 @@ The ionscale CLI is the primary tool for managing your ionscale instance. It all
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Download the CLI (adjust the URL for your system architecture)
|
# Download the CLI (adjust the URL for your system architecture)
|
||||||
curl -L -o ionscale https://github.com/jsiebens/ionscale/releases/download/v0.16.0/ionscale_linux_amd64
|
curl -L -o ionscale https://github.com/jsiebens/ionscale/releases/download/v/ionscale_linux_amd64
|
||||||
|
|
||||||
# Make it executable
|
# Make it executable
|
||||||
chmod +x ionscale
|
chmod +x ionscale
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ First, set up environment variables for the configuration:
|
|||||||
```bash
|
```bash
|
||||||
export IONSCALE_ACME_EMAIL="your-email@example.com" # Used for Let's Encrypt notifications
|
export IONSCALE_ACME_EMAIL="your-email@example.com" # Used for Let's Encrypt notifications
|
||||||
export IONSCALE_DOMAIN="ionscale.example.com" # Your ionscale domain
|
export IONSCALE_DOMAIN="ionscale.example.com" # Your ionscale domain
|
||||||
export IONSCALE_SYSTEM_ADMIN_KEY=$(docker run --rm ghcr.io/jsiebens/ionscale:0.16.0 genkey -n)
|
export IONSCALE_SYSTEM_ADMIN_KEY=$(docker run --rm ghcr.io/jsiebens/ionscale: genkey -n)
|
||||||
```
|
```
|
||||||
|
|
||||||
!!! important "System admin key"
|
!!! important "System admin key"
|
||||||
@@ -90,7 +90,7 @@ docker run -d \
|
|||||||
-v $(pwd)/data:/data \
|
-v $(pwd)/data:/data \
|
||||||
-p 443:443 \
|
-p 443:443 \
|
||||||
-p 3478:3478/udp \
|
-p 3478:3478/udp \
|
||||||
ghcr.io/jsiebens/ionscale:0.16.0 server --config /etc/ionscale/config.yaml
|
ghcr.io/jsiebens/ionscale: server --config /etc/ionscale/config.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
This command:
|
This command:
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ Install the ionscale binary on your system:
|
|||||||
```bash
|
```bash
|
||||||
# Download the latest version (adjust for your CPU architecture)
|
# Download the latest version (adjust for your CPU architecture)
|
||||||
sudo curl -o "/usr/local/bin/ionscale" \
|
sudo curl -o "/usr/local/bin/ionscale" \
|
||||||
-sfL "https://github.com/jsiebens/ionscale/releases/download/v0.16.0/ionscale_linux_amd64"
|
-sfL "https://github.com/jsiebens/ionscale/releases/download/v/ionscale_linux_amd64"
|
||||||
|
|
||||||
# Make it executable
|
# Make it executable
|
||||||
sudo chmod +x "/usr/local/bin/ionscale"
|
sudo chmod +x "/usr/local/bin/ionscale"
|
||||||
|
|||||||
Reference in New Issue
Block a user