diff --git a/roles/generate-jenkins/templates/DOCUMENTATION.j2 b/roles/generate-jenkins/templates/DOCUMENTATION.j2 index 394c53ce..30ce20b0 100644 --- a/roles/generate-jenkins/templates/DOCUMENTATION.j2 +++ b/roles/generate-jenkins/templates/DOCUMENTATION.j2 @@ -33,10 +33,6 @@ title: {{ project_name }} {% if app_setup_block_enabled %} {% include "README_SNIPPETS/APPLICATION_SETUP.j2" | trim %} -{% if kasm_blurb is defined %} -{% include "README_SNIPPETS/KASM.j2" | trim %} - -{% endif %} {% if readonly_supported is defined and readonly_supported %} {% include "README_SNIPPETS/READONLY.j2" | trim %} @@ -64,6 +60,10 @@ title: {{ project_name }} {% if readme_media is defined and readme_media %} {% include "README_SNIPPETS/MEDIA.j2" | trim %} +{% endif %} +{% if kasm_blurb is defined %} +{% include "README_SNIPPETS/KASM.j2" | trim %} + {% endif %} {% endif %} {% include "README_SNIPPETS/USAGE.j2" | trim %} diff --git a/roles/generate-jenkins/templates/README.j2 b/roles/generate-jenkins/templates/README.j2 index d62f713d..272e9e60 100644 --- a/roles/generate-jenkins/templates/README.j2 +++ b/roles/generate-jenkins/templates/README.j2 @@ -32,10 +32,6 @@ {% if app_setup_block_enabled %} {% include "README_SNIPPETS/APPLICATION_SETUP.j2" | trim %} -{% if kasm_blurb is defined %} -{% include "README_SNIPPETS/KASM.j2" | trim %} - -{% endif %} {% if readonly_supported is defined and readonly_supported %} {% include "README_SNIPPETS/READONLY.j2" | trim %} @@ -63,6 +59,10 @@ {% if readme_media is defined and readme_media %} {% include "README_SNIPPETS/MEDIA.j2" | trim %} +{% endif %} +{% if kasm_blurb is defined %} +{% include "README_SNIPPETS/KASM.j2" | trim %} + {% endif %} {% endif %} {% include "README_SNIPPETS/USAGE.j2" | trim %} diff --git a/roles/generate-jenkins/templates/README_SNIPPETS/KASM.j2 b/roles/generate-jenkins/templates/README_SNIPPETS/KASM.j2 index 21d41ecd..77d5600b 100644 --- a/roles/generate-jenkins/templates/README_SNIPPETS/KASM.j2 +++ b/roles/generate-jenkins/templates/README_SNIPPETS/KASM.j2 @@ -51,7 +51,7 @@ To install cjk fonts on startup as an example pass the environment variables (Al The web interface has the option for "IME Input Mode" in Settings which will allow non english characters to be used from a non en_US keyboard on the client. Once enabled it will perform the same as a local Linux installation set to your locale. -### DRI3 GPU Acceleration +### DRI3 GPU Acceleration (KasmVNC interface) For accelerated apps or games, render devices can be mounted into the container and leveraged by applications using: @@ -68,7 +68,7 @@ This feature only supports **Open Source** GPU drivers: The `DRINODE` environment variable can be used to point to a specific GPU. Up to date information can be found [here](https://www.kasmweb.com/kasmvnc/docs/master/gpu_acceleration.html) -{% if show_nvidia is defined %}### Nvidia GPU Support +{% if show_nvidia is defined %}### Nvidia GPU Support (KasmVNC interface) **Nvidia support is not compatible with Alpine based images as Alpine lacks Nvidia drivers**