This repository contains a collection of public application templates for Unraid server platform.
These templates provide ready-to-deploy configurations for various applications that can be easily installed on your Unraid server through the Community Applications (CA) interface.
- Navigate to the Apps section in your Unraid web interface
- Click on "Community Applications"
- Search for the desired application
- Click "Install"
Each template follows the standard Unraid XML format and includes:
- Container configuration
- Port mappings
- Volume bindings
- Environment variables
- Default settings
- Network configurations
Note: This section will be updated as new templates are added
| Application | Description | Status |
|---|---|---|
| [nginx-ui] | Nginx UI | ✅ Stable |
| [donetick] | Notes app | ✅ Stable |
- Unraid 6.9.0 or later
- Community Applications plugin installed
- Docker enabled on your Unraid server
Before submitting a pull request, please ensure:
- The template successfully creates a container
- All specified ports are correctly mapped
- Volume mappings are working as expected
- The application starts without errors
- Documentation is clear and complete
- For template-specific issues, create an issue in this repository
- For application-specific issues, refer to the application's official documentation
- For Unraid-specific questions, visit the HHF Technology Forums
This project is licensed under the MIT License - see the LICENSE file for details.
- Unraid community members
- Docker container maintainers
- Application developers
Please report any security vulnerabilities to the repository owner. Do not create public issues for security concerns.
When creating new templates, please follow these guidelines:
- Use clear, descriptive names for variables
- Include comprehensive documentation
- Specify version tags for base images
- Include health checks where possible
- Follow Unraid's best practices for container configuration
Made with ❤️ for the Unraid community
These templates are provided as-is, without warranty of any kind. Always backup your data before testing new containers.