Skip to content

Commit 2a86f24

Browse files
authored
Merge pull request #345 from linuxserver/monthly-unraid-selkies
2 parents fb96c88 + 0b21d68 commit 2a86f24

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

ansible/roles/documentation/templates/unraid.xml.j2

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,19 @@
9191
{# Set the WebUI link based on the link the CI runs against #}
9292
<TemplateURL>{{ "false" if unraid_template_sync is sameas false else "https://raw.githubusercontent.com/linuxserver/templates/main/unraid/" + project_name | lower + ".xml" }}</TemplateURL>
9393
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png</Icon>
94-
{% if (unraid_requirement is defined and unraid_requirement != "") or (external_application_snippet_enabled) %}
94+
{% if (unraid_requirement is defined and unraid_requirement != "") or (external_application_snippet_enabled) or (selkies_blurb is defined) %}
9595
<Requires>
96-
{{ unraid_requirement }}
97-
{% if external_application_snippet_enabled %}
96+
{% if unraid_requirement is defined %}
97+
{{ unraid_requirement | indent(4) | trim }}
98+
{% endif %}
99+
{% if external_application_snippet_enabled %}
98100
This container requires an external application to be run separately.
99-
{{ external_application_unraid_block }}
100-
{% endif %}
101+
{{ external_application_unraid_block | indent(4) | trim }}
102+
{% endif %}
103+
{% if selkies_blurb is defined %}
104+
This image is unprotected by default __**do not**__ expose it to the internet.
105+
Please read {{ project_github_repo_url }}#security for more information.
106+
{% endif %}
101107
</Requires>
102108
{% endif %}
103109
{# Create changelog #}

0 commit comments

Comments
 (0)