From 0b21d6852565ae9be47b43b4545e0f474ec09481 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Tue, 1 Jul 2025 13:24:00 +0000 Subject: [PATCH] Add selkies note to requires --- .../roles/documentation/templates/unraid.xml.j2 | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/ansible/roles/documentation/templates/unraid.xml.j2 b/ansible/roles/documentation/templates/unraid.xml.j2 index fcd90143..19032f97 100644 --- a/ansible/roles/documentation/templates/unraid.xml.j2 +++ b/ansible/roles/documentation/templates/unraid.xml.j2 @@ -91,13 +91,19 @@ {# Set the WebUI link based on the link the CI runs against #} {{ "false" if unraid_template_sync is sameas false else "https://raw.githubusercontent.com/linuxserver/templates/main/unraid/" + project_name | lower + ".xml" }} https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png -{% if (unraid_requirement is defined and unraid_requirement != "") or (external_application_snippet_enabled) %} +{% if (unraid_requirement is defined and unraid_requirement != "") or (external_application_snippet_enabled) or (selkies_blurb is defined) %} - {{ unraid_requirement }} - {% if external_application_snippet_enabled %} +{% if unraid_requirement is defined %} + {{ unraid_requirement | indent(4) | trim }} +{% endif %} +{% if external_application_snippet_enabled %} This container requires an external application to be run separately. - {{ external_application_unraid_block }} - {% endif %} + {{ external_application_unraid_block | indent(4) | trim }} +{% endif %} +{% if selkies_blurb is defined %} + This image is unprotected by default __**do not**__ expose it to the internet. + Please read {{ project_github_repo_url }}#security for more information. +{% endif %} {% endif %} {# Create changelog #}