sam-4screen-desktop 2026-9-16:17:18:7
This commit is contained in:
37
templates/Area.md
Normal file
37
templates/Area.md
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
title: "{{title}}"
|
||||
type: area
|
||||
status: active # Options: active, on-hold, completed, archived
|
||||
projects: []
|
||||
tools: []
|
||||
systems: []
|
||||
created: {{date:YYYY-MM-DD}}
|
||||
updated: {{date:YYYY-MM-DD}}
|
||||
tags: [area]
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Description
|
||||
|
||||
Ongoing responsibility or domain of interest.
|
||||
|
||||
## Active Projects
|
||||
|
||||
<!-- Links to projects within this area -->
|
||||
|
||||
## Tools & Systems
|
||||
|
||||
<!-- Linked tools and systems used in this area -->
|
||||
|
||||
## Notes
|
||||
|
||||
<!-- General notes, references, decisions -->
|
||||
|
||||
## Related
|
||||
|
||||
- **Projects:**
|
||||
- **Tools:**
|
||||
- **Systems:**
|
||||
|
||||
*Created: {{date:YYYY-MM-DD}}*
|
||||
44
templates/Backup-System.md
Normal file
44
templates/Backup-System.md
Normal file
@@ -0,0 +1,44 @@
|
||||
---
|
||||
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}}*
|
||||
41
templates/Container.md
Normal file
41
templates/Container.md
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
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}}*
|
||||
28
templates/Index.md
Normal file
28
templates/Index.md
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
title: "{{title}}"
|
||||
type: index
|
||||
status: active
|
||||
areas: []
|
||||
tags: [index, navigation]
|
||||
created: {{date:YYYY-MM-DD}}
|
||||
updated: {{date:YYYY-MM-DD}}
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Sections
|
||||
|
||||
<!-- Navigation links to other index/overview notes -->
|
||||
|
||||
## Dataview Queries
|
||||
|
||||
<!-- Use Dataview to auto-generate lists by type, area, project, tag -->
|
||||
|
||||
## Notes
|
||||
|
||||
- Keep this note concise — it is a navigation hub only.
|
||||
- Content belongs in canonical notes, not in index pages.
|
||||
|
||||
---
|
||||
|
||||
*Created: {{date:YYYY-MM-DD}}*
|
||||
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}}*
|
||||
36
templates/Project.md
Normal file
36
templates/Project.md
Normal file
@@ -0,0 +1,36 @@
|
||||
---
|
||||
title: "{{title}}"
|
||||
type: project
|
||||
status: active # Options: active, on-hold, completed, archived
|
||||
areas:
|
||||
- "[[TODO]]"
|
||||
projects: []
|
||||
related_tools: []
|
||||
related_systems: []
|
||||
created: {{date:YYYY-MM-DD}}
|
||||
updated: {{date:YYYY-MM-DD}}
|
||||
tags: [project]
|
||||
---
|
||||
|
||||
# {{title}}
|
||||
|
||||
## Objective
|
||||
|
||||
What this project aims to achieve.
|
||||
|
||||
## Status
|
||||
|
||||
Current state of the project.
|
||||
|
||||
## Notes
|
||||
|
||||
<!-- Log milestones, decisions, references here -->
|
||||
|
||||
## Related
|
||||
|
||||
- **Areas:** [[TODO]]
|
||||
- **Tools:**
|
||||
- **Systems:**
|
||||
|
||||
|
||||
*Created: {{date:YYYY-MM-DD}}*
|
||||
26
templates/Subject.md
Normal file
26
templates/Subject.md
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
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}}*
|
||||
37
templates/Tool.md
Normal file
37
templates/Tool.md
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
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