From 123e915eb5f9e2b56b546994c43ad56b30fce7c5 Mon Sep 17 00:00:00 2001 From: Fraybyl Date: Thu, 22 May 2025 17:17:33 +0300 Subject: [PATCH 1/2] chore: clarify volume mounts --- docs/install/remnawave-subscription-page.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/install/remnawave-subscription-page.md b/docs/install/remnawave-subscription-page.md index 1bd6966..e009013 100644 --- a/docs/install/remnawave-subscription-page.md +++ b/docs/install/remnawave-subscription-page.md @@ -699,17 +699,10 @@ Some applications require the subscription URL to be Base64 encoded: This can be helpful if you want fully change UI of the subscription page. -- **`index.html`** - Must be mounted at: +- **The `index.html` file and all files in the `assets` directory must be mounted into the container at the following paths:** ```yaml volumes: - ./index.html:/opt/app/frontend/index.html - ``` -- **Static assets (all files in the `assets` directory)** - Must be mounted at: - - ```yaml - volumes: - ./assets:/opt/app/frontend/assets ``` From fc5d8e9e1408f90d26b31985b818087ab68108e6 Mon Sep 17 00:00:00 2001 From: Fraybyl Date: Thu, 22 May 2025 17:21:00 +0300 Subject: [PATCH 2/2] chore: add link to assets directory --- docs/install/remnawave-subscription-page.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/install/remnawave-subscription-page.md b/docs/install/remnawave-subscription-page.md index e009013..1a8cb14 100644 --- a/docs/install/remnawave-subscription-page.md +++ b/docs/install/remnawave-subscription-page.md @@ -707,8 +707,11 @@ This can be helpful if you want fully change UI of the subscription page. ``` :::tip - You can find the source index.html here: + You can find the source `index.html` here: [subscription-page/frontend/index.html](https://github.com/remnawave/subscription-page/blob/main/frontend/index.html) + + The `assets` directory is available here: + [subscription-page/frontend/public/assets](https://github.com/remnawave/subscription-page/tree/main/frontend/public/assets) ::: #### Template Variables