Skip to content

HomelabGeneration/portainer-templates

Repository files navigation

Portainer Templates

A compiled list ready to go Portainer App templates

Usage

  1. Log into your Portainer web UI
  2. Under Settings --> App Templates, update the URL to
    • https://raw.githubusercontent.com/HomelabGeneration/portainer-templates/main/templates/templates.json
  3. Now under Home --> App Templates, you should see all apps. Click one to deploy.
Show me...

Alternatively, when you start Portainer, you can append the --templates flag pointing to the templates URL.

sudo docker run -d \
 -p 9443:9443 \
 --name portainer \
 --restart unless-stopped \
 -v portainer_data:/data \
 -v /var/run/docker.sock:/var/run/docker.sock \
 portainer/portainer-ee:latest \
 --templates https://raw.githubusercontent.com/HomelabGeneration/portainer-templates/main/templates/templates.json \
 --logo https://raw.githubusercontent.com/HomelabGeneration/portainer-templates/main/templates/portainer_logo.png \
 --http-disabled

Further Templates

  • https://github.com/Lissy93/portainer-templates

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published