A modern, responsive web interface for managing and deploying Docker container templates in Portainer. This project provides a user-friendly way to browse, search, and deploy container templates with detailed information and configuration options.
- 🎨 Modern and responsive UI design
- 🔍 Advanced search functionality
- 📱 Mobile-friendly interface
- 🏷️ Category-based filtering
- 📋 Detailed template information
- ⚙️ Environment variable management
- 📝 Installation instructions
- 🔄 Dynamic template loading
portainer_templates/
├── index.html # Main landing page with template listing
├── template.html # Detailed template view
├── usage.html # Usage instructions and documentation
├── templates.json # Template definitions and metadata
├── css/
│ └── styles.css # Custom styles
└── js/
└── main.js # Main JavaScript functionality
-
Clone this repository:
git clone https://github.com/rexdivakar/portainer_templates.git
-
Host the files on your web server or use a local development server.
-
Access the interface through your web browser.
- Use the search bar to find specific templates
- Filter templates by category using the category buttons
- Click "Explore" on any template card to view detailed information
- View comprehensive template information
- Access installation instructions
- Configure environment variables
- View usage documentation
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Portainer for the container management platform
- All contributors who have helped improve this project