A compiled list ready to go Portainer App templates
- Log into your Portainer web UI
- Under Settings --> App Templates, update the URL to
https://raw.githubusercontent.com/HomelabGeneration/portainer-templates/main/templates/templates.json
- Now under Home --> App Templates, you should see all apps. Click one to deploy.
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
https://github.com/Lissy93/portainer-templates