All my public unraid app templates https://forum.hhf.technology/tag/unraid
Find a file
2024-12-09 22:48:51 +05:30
astroluma Update astroluma/README.md 2024-12-09 11:24:14 +05:30
donetick Update donetick/README.md 2024-12-05 15:28:48 +05:30
gathio Update gathio/README.md 2024-12-05 15:22:44 +05:30
ghost-cms Update ghost-cms/ghost-db.xml 2024-12-05 21:46:27 +05:30
hoarder Add hoarder/README.md 2024-12-09 22:48:51 +05:30
lemmy Add lemmy/postgresql-template.xml 2024-12-05 15:17:49 +05:30
nginx-ui Update nginx-ui/README.md 2024-12-05 21:53:26 +05:30
LICENSE Add LICENSE 2024-12-05 20:32:07 +05:30
README.md Update README.md 2024-12-04 20:46:59 +05:30

Unraid App Templates

This repository contains a collection of public application templates for Unraid server platform.

Overview

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.

Usage

  1. Navigate to the Apps section in your Unraid web interface
  2. Click on "Community Applications"
  3. Search for the desired application
  4. Click "Install"

Template Structure

Each template follows the standard Unraid XML format and includes:

  • Container configuration
  • Port mappings
  • Volume bindings
  • Environment variables
  • Default settings
  • Network configurations

Available Templates

Note: This section will be updated as new templates are added

Application Description Status
[Template 1] Description of app 1 Stable
[Template 2] Description of app 2 Stable

Installation Requirements

  • Unraid 6.9.0 or later
  • Community Applications plugin installed
  • Docker enabled on your Unraid server

Template Testing

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

Support

  • 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

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Unraid community members
  • Docker container maintainers
  • Application developers

Security

Please report any security vulnerabilities to the repository owner. Do not create public issues for security concerns.


Template Development Guidelines

When creating new templates, please follow these guidelines:

  1. Use clear, descriptive names for variables
  2. Include comprehensive documentation
  3. Specify version tags for base images
  4. Include health checks where possible
  5. Follow Unraid's best practices for container configuration

Made with ❤️ for the Unraid community

Disclaimer

These templates are provided as-is, without warranty of any kind. Always backup your data before testing new containers.