Central storage for unRAID Community Applications Templates
A comprehensive collection of Docker container templates for unRAID, maintained by the community and IBRACORP. These templates make it easy to deploy and manage applications on your unRAID server with just a few clicks.
Manually download individual .xml template files and place them in:
/boot/config/plugins/dockerMan/templates-user/
Our template collection includes 54+ applications across multiple categories including Security & Authentication, Media & Entertainment, Productivity & Business, Development & DevOps, Gaming, and more.
📋 View Complete Template List by Category
For a comprehensive overview of all available templates organized by category, including descriptions and directory paths, see our detailed documentation.
Each template follows the unRAID XML format and includes:
- Application metadata (name, description, icon, project links)
- Docker configuration (image, networking, volumes)
- Environment variables with descriptions
- Port mappings for web interfaces and services
- Volume mounts for persistent data
- Support and documentation links
- Navigate to Apps tab in unRAID
- Search for your desired application
- Click Install on the template
- Configure the required settings:
- Host paths for persistent data storage
- Port mappings (ensure no conflicts)
- Environment variables (API keys, database connections, etc.)
- Click Apply to deploy the container
- AppData Location: Store persistent data in
/mnt/user/appdata/[app-name]/ - Port Conflicts: Check existing containers to avoid port conflicts
- Network Access: Most templates use
bridgenetworking by default - Updates: Use the Check for Updates feature in Docker tab
- Backups: Regularly backup your
/mnt/user/appdata/directory
We welcome contributions from the community! Here's how you can help:
- Fork this repository
- Create a new branch:
git checkout -b add-new-template - Add your template XML file to the appropriate category folder
- Ensure your template follows our standards:
- Clear descriptions and proper categorization
- Working web UI links and port configurations
- Proper volume mappings for data persistence
- Required environment variables with descriptions
- Test your template thoroughly on unRAID
- Submit a Pull Request with:
- Clear description of the application
- Testing results and screenshots if applicable
- Any special configuration requirements
- Use descriptive names and clear overviews
- Include proper support and project links
- Set sensible defaults for ports and paths
- Document all required environment variables
- Test on latest unRAID stable release
- Include appropriate categories and icons
- Use GitHub Issues for template problems
- Include unRAID version, template name, and error details
- Join our Discord for community support and real-time help
- Discord Community: https://discord.gg/VWAG7rZ
- Documentation: https://docs.ibracorp.io
- YouTube Channel: Educational content and tutorials
- GitHub Issues: Template-specific problems and feature requests
If these templates save you time and make your homelab better, consider supporting our continued development:
Donate: https://paypal.me/ibracorp
Your support helps us:
- Maintain and update existing templates
- Add new applications and features
- Create educational content and documentation
- Provide community support
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
- Free to use for personal and commercial purposes
- Modify and distribute under the same license terms
- Access to source code always guaranteed
- Must provide source if you distribute modifications
- Same license must be used for derived works
This repository serves templates for unRAID Community Applications, making it easy to deploy containerized applications on unRAID systems. Templates are automatically synced and available through the unRAID Apps interface.
├── README.md # This file
├── LICENSE # GPL v3 License
├── .gitignore # Git ignore patterns
├── ca_profile.xml # Community Applications profile
├── [app-name]/ # Individual application folders
│ └── [app-name].xml # unRAID template file
└── icons/ # Application icons and assets
Made with ❤️ by the unRAID Community and IBRACORP
Join thousands of users who trust these templates for their homelab deployments