From 11ec48de385336ce8c083f39c24fd120a41a83b0 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 23 Apr 2023 22:32:36 +0100 Subject: [PATCH] Adds an index for the self-hosted version --- Dockerfile | 1 + index.html | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 index.html diff --git a/Dockerfile b/Dockerfile index 37f7500..e64c075 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,6 @@ FROM nginx:stable-alpine COPY templates.json /usr/share/nginx/html/templates.json +COPY index.html /usr/share/nginx/html/index.html EXPOSE 80 diff --git a/index.html b/index.html new file mode 100644 index 0000000..3602fe0 --- /dev/null +++ b/index.html @@ -0,0 +1,49 @@ + + + Portainer Templates + + +
+

Portainer Templates

+

+ Your template server is up and running 🎉 +

+

+ Within your Portainer instance, you can add this URL as a template source: + templates.json +

+

+ For further documentation, or to make changes, visit the GitHub repo at + github.com/lissy93/portainer-templates +
+ Or to browse the full list of apps, along with stats, config options and usage docs, see + portainer-templates.as93.net +

+
+ + \ No newline at end of file