sam-4screen-desktop 2026-9-16:17:18:7
This commit is contained in:
45
templates/Machine.md
Normal file
45
templates/Machine.md
Normal file
@@ -0,0 +1,45 @@
|
||||
---
|
||||
title: "{{title}}"
|
||||
type: machine
|
||||
status: active # Options: active, decommissioned, storage-only
|
||||
os: "" # Operating system
|
||||
role: "" # e.g. server, workstation, router, iot
|
||||
hostname: ""
|
||||
ip_address: ""
|
||||
areas:
|
||||
- "[[TODO]]"
|
||||
containers: []
|
||||
projects: []
|
||||
created: {{date:YYYY-MM-DD}}
|
||||
updated: {{date:YYYY-MM-DD}}
|
||||
tags: [machine, hardware]
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Specifications
|
||||
|
||||
- **OS:**
|
||||
- **Role:**
|
||||
- **Hostname:**
|
||||
- **IP Address:**
|
||||
|
||||
## Services
|
||||
|
||||
Running containers, installed software, services.
|
||||
|
||||
## Network
|
||||
|
||||
Network role, connections, static IP if applicable.
|
||||
|
||||
## Notes
|
||||
|
||||
Hardware details, history, maintenance log.
|
||||
|
||||
## Related
|
||||
|
||||
- **Containers:**
|
||||
- **Areas:** [[TODO]]
|
||||
- **Projects:**
|
||||
|
||||
*Created: {{date:YYYY-MM-DD}}*
|
||||
Reference in New Issue
Block a user