Files
wiki/content/templates/homelab-doc.md
2026-01-05 22:41:39 +01:00

80 lines
952 B
Markdown

---
title: "<% tp.file.title %>"
publish: true
tags:
- homelab
description:
---
# <% tp.file.title %>
## Overview
Brief description of this service/infrastructure component.
## Specifications
- **Type**:
- **Version**:
- **Hardware**:
- **OS**:
- **Resources**:
- CPU:
- RAM:
- Storage:
## Configuration
### Installation
Steps or notes on how this was installed.
### Configuration Files
Important configuration details.
```yaml
# Example configuration
```
### Environment Variables
```bash
KEY=value
```
## Network Configuration
- **IP Address**:
- **Ports**:
- **Domain**:
- **Access**:
## Services/Features
- Feature 1
- Feature 2
## Maintenance
### Backup Strategy
How this service is backed up.
### Update Procedure
How to update this service.
## Related Services
- Links to related documentation
- Dependencies
## Troubleshooting
Common issues and solutions.
---
*Last updated: <% tp.date.now("YYYY-MM-DD") %>*