sam-4screen-desktop 2026-9-24:15:18:7
This commit is contained in:
@@ -1,44 +0,0 @@
|
||||
---
|
||||
title: "{{title}}"
|
||||
type: backup-system
|
||||
status: active # Options: active, testing, retired
|
||||
software: "" # e.g. Borg, Kopia, Restic, Vorta
|
||||
schedule: "" # Backup frequency
|
||||
source: "" # What is backed up
|
||||
destination: "" # Where backups are stored
|
||||
host: "[[TODO]]"
|
||||
areas:
|
||||
- "[[TODO]]"
|
||||
projects: []
|
||||
retention_policy: ""
|
||||
last_verified: ""
|
||||
created: {{date:YYYY-MM-DD}}
|
||||
updated: {{date:YYYY-MM-DD}}
|
||||
tags: [backup]
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Overview
|
||||
|
||||
Description of this backup system/approach.
|
||||
|
||||
## Configuration
|
||||
|
||||
- **Software:**
|
||||
- **Schedule:**
|
||||
- **Source:**
|
||||
- **Destination:**
|
||||
- **Retention Policy:**
|
||||
|
||||
## Verification
|
||||
|
||||
Last verification date and result.
|
||||
|
||||
## Related
|
||||
|
||||
- **Host/System:** [[TODO]]
|
||||
- **Areas:** [[TODO]]
|
||||
- **Projects:**
|
||||
|
||||
*Created: {{date:YYYY-MM-DD}}*
|
||||
@@ -1,41 +0,0 @@
|
||||
---
|
||||
title: "{{title}}"
|
||||
type: container
|
||||
status: active # Options: running, stopped, paused, removed
|
||||
host: "[[TODO]]"
|
||||
areas:
|
||||
- "[[TODO]]"
|
||||
projects: []
|
||||
image: ""
|
||||
ports: ""
|
||||
volumes: ""
|
||||
environment: ""
|
||||
created: {{date:YYYY-MM-DD}}
|
||||
updated: {{date:YYYY-MM-DD}}
|
||||
tags: [container, docker]
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Description
|
||||
|
||||
Purpose of this container/service.
|
||||
|
||||
## Configuration
|
||||
|
||||
- **Image:**
|
||||
- **Ports:**
|
||||
- **Volumes:**
|
||||
- **Environment:**
|
||||
|
||||
## Status
|
||||
|
||||
Current runtime status and any issues.
|
||||
|
||||
## Related
|
||||
|
||||
- **Host:** [[TODO]]
|
||||
- **Areas:** [[TODO]]
|
||||
- **Projects:**
|
||||
|
||||
*Created: {{date:YYYY-MM-DD}}*
|
||||
19
templates/Family.md
Normal file
19
templates/Family.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: "{{title}}"
|
||||
type: family
|
||||
status: active
|
||||
areas: []
|
||||
tags: [family]
|
||||
created: {{date:YYYY-MM-DD}}
|
||||
updated: {{date:YYYY-MM-DD}}
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Notes
|
||||
|
||||
<!-- Family and personal notes -->
|
||||
|
||||
## Related
|
||||
|
||||
*Created: {{date:YYYY-MM-DD}}*
|
||||
@@ -1,45 +0,0 @@
|
||||
---
|
||||
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}}*
|
||||
@@ -1,26 +0,0 @@
|
||||
---
|
||||
title: "{{title}}"
|
||||
type: subject
|
||||
status: active # Options: active, reference, archived
|
||||
areas:
|
||||
- "[[TODO]]"
|
||||
tags: [subject]
|
||||
created: {{date:YYYY-MM-DD}}
|
||||
updated: {{date:YYYY-MM-DD}}
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Summary
|
||||
|
||||
Brief description of this topic.
|
||||
|
||||
## Notes
|
||||
|
||||
Facts, observations, links to related notes.
|
||||
|
||||
## Related
|
||||
|
||||
- **Areas:** [[TODO]]
|
||||
|
||||
*Created: {{date:YYYY-MM-DD}}*
|
||||
@@ -1,37 +0,0 @@
|
||||
---
|
||||
title: "{{title}}"
|
||||
type: tool
|
||||
status: active # Options: active, evaluating, deprecated, archived
|
||||
areas:
|
||||
- "[[TODO]]"
|
||||
projects:
|
||||
- "[[TODO]]"
|
||||
host: ""
|
||||
created: {{date:YYYY-MM-DD}}
|
||||
updated: {{date:YYYY-MM-DD}}
|
||||
tags: [tool]
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Description
|
||||
|
||||
What this tool does and how it is used.
|
||||
|
||||
## Details
|
||||
|
||||
### Installation / Setup
|
||||
|
||||
Notes on installation or configuration.
|
||||
|
||||
### Usage
|
||||
|
||||
How to use this tool or access it.
|
||||
|
||||
## Related
|
||||
|
||||
- **Areas:** [[TODO]]
|
||||
- **Projects:** [[TODO]]
|
||||
- **Host/System:**
|
||||
|
||||
*Created: {{date:YYYY-MM-DD}}*
|
||||
Reference in New Issue
Block a user