File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
ansible/roles/documentation/templates Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 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 #}
You can’t perform that action at this time.
0 commit comments