Skip to content

Commit 1b95d0a

Browse files
authored
Merge pull request #315 from linuxserver/kasm-restructure
move kasmvnc blurb, clarify hw accel section
2 parents 9ba68df + 0c75528 commit 1b95d0a

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

roles/generate-jenkins/templates/DOCUMENTATION.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ title: {{ project_name }}
3333
{% if app_setup_block_enabled %}
3434
{% include "README_SNIPPETS/APPLICATION_SETUP.j2" | trim %}
3535

36-
{% if kasm_blurb is defined %}
37-
{% include "README_SNIPPETS/KASM.j2" | trim %}
38-
39-
{% endif %}
4036
{% if readonly_supported is defined and readonly_supported %}
4137
{% include "README_SNIPPETS/READONLY.j2" | trim %}
4238

@@ -64,6 +60,10 @@ title: {{ project_name }}
6460
{% if readme_media is defined and readme_media %}
6561
{% include "README_SNIPPETS/MEDIA.j2" | trim %}
6662

63+
{% endif %}
64+
{% if kasm_blurb is defined %}
65+
{% include "README_SNIPPETS/KASM.j2" | trim %}
66+
6767
{% endif %}
6868
{% endif %}
6969
{% include "README_SNIPPETS/USAGE.j2" | trim %}

roles/generate-jenkins/templates/README.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
{% if app_setup_block_enabled %}
3333
{% include "README_SNIPPETS/APPLICATION_SETUP.j2" | trim %}
3434

35-
{% if kasm_blurb is defined %}
36-
{% include "README_SNIPPETS/KASM.j2" | trim %}
37-
38-
{% endif %}
3935
{% if readonly_supported is defined and readonly_supported %}
4036
{% include "README_SNIPPETS/READONLY.j2" | trim %}
4137

@@ -63,6 +59,10 @@
6359
{% if readme_media is defined and readme_media %}
6460
{% include "README_SNIPPETS/MEDIA.j2" | trim %}
6561

62+
{% endif %}
63+
{% if kasm_blurb is defined %}
64+
{% include "README_SNIPPETS/KASM.j2" | trim %}
65+
6666
{% endif %}
6767
{% endif %}
6868
{% include "README_SNIPPETS/USAGE.j2" | trim %}

roles/generate-jenkins/templates/README_SNIPPETS/KASM.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To install cjk fonts on startup as an example pass the environment variables (Al
5151

5252
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.
5353

54-
### DRI3 GPU Acceleration
54+
### DRI3 GPU Acceleration (KasmVNC interface)
5555

5656
For accelerated apps or games, render devices can be mounted into the container and leveraged by applications using:
5757

@@ -68,7 +68,7 @@ This feature only supports **Open Source** GPU drivers:
6868
The `DRINODE` environment variable can be used to point to a specific GPU.
6969
Up to date information can be found [here](https://www.kasmweb.com/kasmvnc/docs/master/gpu_acceleration.html)
7070

71-
{% if show_nvidia is defined %}### Nvidia GPU Support
71+
{% if show_nvidia is defined %}### Nvidia GPU Support (KasmVNC interface)
7272

7373
**Nvidia support is not compatible with Alpine based images as Alpine lacks Nvidia drivers**
7474

0 commit comments

Comments
 (0)