Skip to content

Commit

Permalink
move kasmvnc blurb, clarify hw accel section
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Dec 4, 2024
1 parent 21df58f commit 0c75528
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions roles/generate-jenkins/templates/DOCUMENTATION.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down Expand Up @@ -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 %}
Expand Down
8 changes: 4 additions & 4 deletions roles/generate-jenkins/templates/README.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down Expand Up @@ -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 %}
Expand Down
4 changes: 2 additions & 2 deletions roles/generate-jenkins/templates/README_SNIPPETS/KASM.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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**

Expand Down

0 comments on commit 0c75528

Please sign in to comment.