Merge branch 'dev'

This commit is contained in:
miloschwartz
2025-12-11 16:32:06 -05:00
44 changed files with 1821 additions and 1600 deletions

View File

@@ -714,16 +714,6 @@ This section contains the complete reference for all configuration options in `c
When enabled, only domains created through the UI are allowed.
</Note>
</ResponseField>
<ResponseField name="enable_clients" type="boolean">
Whether to enable client functionality.
**Default**: `true`
<Note>
Controls access to client-related features and endpoints.
</Note>
</ResponseField>
</Expandable>
</ResponseField>

View File

@@ -17,7 +17,7 @@ Have a look at this [Community guide](/self-host/community-guides/geolite2automa
You can use the installer to download and place the database for you, just grab the latest installer:
```bash
curl -fsSL https://pangolin.net/get-installer.sh | bash
curl -fsSL https://static.pangolin.net/get-installer.sh | bash
```
Then run the installer again:

View File

@@ -41,7 +41,7 @@ Before installing Pangolin, ensure you've set up DNS for your domain(s) and open
Connect to your server via SSH and download the installer:
```bash
curl -fsSL https://pangolin.net/get-installer.sh | bash
curl -fsSL https://static.pangolin.net/get-installer.sh | bash
```
The installer supports both AMD64 (x86_64) and ARM64 architectures.
@@ -143,8 +143,8 @@ https://pangolin.example.com/auth/initial-setup
<Step title="Create your first organization">
After logging in:
1. Click "Create Organization"
2. Enter organization name and description
1. Enter organization name and description
2. Click "Create Organization"
<Check>
You're now ready to start adding applications and configuring your reverse proxy!