mirror of
https://github.com/remnawave/panel.git
synced 2026-04-26 17:56:25 +00:00
fix: formatting and text
This commit is contained in:
@@ -719,15 +719,15 @@ Your HTML template must include three variables:
|
||||
|
||||
| Variable | Description |
|
||||
| --------------------------- | -------------------------------------------------------------------------------------------------------- |
|
||||
| `<%= metaTitle %>` | The <title> tag content for the subscription page. |
|
||||
| `<%= metaDescription %>` | The <meta name="description"> tag content for the subscription page. |
|
||||
| `<%- panelData %>` | Base64‑encoded data (string), exactly matching the response from the /api/sub/<shortUuid>/info endpoint. |
|
||||
| `<%= metaTitle %>` | The <title> tag content for the subscription page. |
|
||||
| `<%= metaDescription %>` | The <meta name="description"> tag content for the subscription page. |
|
||||
| `<%- panelData %>` | Base64‑encoded data (string), exactly matching the response from the /api/sub/`<shortUuid>`/info endpoint. |
|
||||
|
||||
:::danger
|
||||
After mounting your template, ensure all three variables are present and used correctly in your code. If so, your subscription page will work out of the box without any further modifications.
|
||||
:::
|
||||
|
||||
### Mounting to the subscrion-page
|
||||
### Mounting to the subscription-page
|
||||
|
||||
Modify your docker-compose.yml file to mount the app-config.json file to the subscription-page container:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user