docs: update subscription page configuration instructions to use Subpage Builder in Remnawave Dashboard

This commit is contained in:
kastov
2025-12-20 19:33:59 +03:00
parent be3265490a
commit 862409419e
3 changed files with 4 additions and 41 deletions

View File

@@ -65,8 +65,6 @@ Paste the following content into the .env file:
APP_PORT=3010
REMNAWAVE_PANEL_URL=http://remnawave:3000
REMNAWAVE_API_TOKEN=API_TOKEN_FROM_REMNAWAVE
META_TITLE="Subscription page"
META_DESCRIPTION="Subscription page description"
```
<details>
@@ -79,16 +77,6 @@ APP_PORT=3010
REMNAWAVE_PANEL_URL=http://remnawave:3000
REMNAWAVE_API_TOKEN=API_TOKEN_FROM_REMNAWAVE
META_TITLE="Subscription page"
META_DESCRIPTION="Subscription page description"
# If you want to display raw keys in the subscription page, set this to true.
# Please note, this setting will not have any effect if you have HWID enabled.
SUBSCRIPTION_UI_DISPLAY_RAW_KEYS=false
# Serve at custom root path, for example, this value can be: CUSTOM_SUB_PREFIX=sub
# Do not place / at the start/end
CUSTOM_SUB_PREFIX=
@@ -389,7 +377,7 @@ The subscription page will be available at `https://subdomain.panel.com/<shortUu
## Configuring subscription page (optional) {#customization}
You can customize the subscription page by creating an `app-config.json` file. This allows you to:
You can customize the subscription page in the Subpage Builder in Remnawave Dashboard. This allows you to:
- Add support for different VPN apps
- Customize text and instructions in multiple languages

View File

@@ -10,16 +10,7 @@ title: Display Raw Keys
This setting will not have any effect if you have HWID enabled.
:::
If you want to display raw keys in the subscription page, you can set the `SUBSCRIPTION_UI_DISPLAY_RAW_KEYS` variable to `true` in the `.env` file.
```bash title=".env file"
cd /opt/remnawave/subscription && nano .env
```
```bash title=".env file content"
SUBSCRIPTION_UI_DISPLAY_RAW_KEYS=true
```
If you want to display raw keys in the subscription page, you can turn on the "Show Connection Keys" toggle in the Subpage Builder in Remnawave Dashboard.
Restart the subscription page container to apply the changes.
@@ -29,15 +20,7 @@ cd /opt/remnawave/subscription && docker compose down && docker compose up -d &&
### Disable Display Raw Keys {#disable-display-raw-keys}
If you want to disable displaying raw keys in the subscription page, you can set the `SUBSCRIPTION_UI_DISPLAY_RAW_KEYS` variable to `false` in the `.env` file.
```bash title=".env file"
cd /opt/remnawave/subscription && nano .env
```
```bash
SUBSCRIPTION_UI_DISPLAY_RAW_KEYS=false
```
If you want to disable displaying raw keys in the subscription page, you can turn off the "Show Connection Keys" toggle in the Subpage Builder in Remnawave Dashboard.
### Restart the subscription page container {#restart-subscription-page-container}

View File

@@ -86,8 +86,6 @@ APP_PORT=3010
REMNAWAVE_PANEL_URL=https://remnawave.panel.com
// highlight-next-line-red
REMNAWAVE_API_TOKEN=API_TOKEN_FROM_REMNAWAVE
META_TITLE="Subscription page"
META_DESCRIPTION="Subscription page description"
```
Replace `remnawave.panel.com` with your panel domain name.
@@ -102,16 +100,10 @@ APP_PORT=3010
REMNAWAVE_PANEL_URL=https://panel.example.com
REMNAWAVE_API_TOKEN=API_TOKEN_FROM_REMNAWAVE
META_TITLE="Subscription page"
META_DESCRIPTION="Subscription page description"
# Serve at custom root path, for example, this value can be: CUSTOM_SUB_PREFIX=sub
# Do not place / at the start/end
CUSTOM_SUB_PREFIX=
# Support Marzban links
MARZBAN_LEGACY_LINK_ENABLED=false
MARZBAN_LEGACY_SECRET_KEY=
@@ -238,7 +230,7 @@ The subscription page will be available at `https://subdomain.panel.com/<shortUu
## Configuring subscription page (optional) {#customization}
You can customize the subscription page by creating an `app-config.json` file. This allows you to:
You can customize the subscription page in the Subpage Builder in Remnawave Dashboard. This allows you to:
- Add support for different VPN apps
- Customize text and instructions in multiple languages