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