Initial SilverBullet wiki
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
.chrome-data/
|
||||||
|
*.log
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
{"secret_key":"ZBIAUqSw7sVXcDp1rbOuCPd4m7t0W/9UtvDKGcBusBY=","auth_hash":"fc039d5cc590ace93bf3e7b70d6b580b5dd72c0b46288366e9788bbee17e90f2","salt":"4JNhdHVNjcHQHivuUrRyyg=="}
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
tags: "meta/template/page"
|
||||||
|
## Uncomment any of the single-commented lines to set options
|
||||||
|
#############################################################
|
||||||
|
## Offer a suggested name when triggered
|
||||||
|
#suggestedName: "Meeting Notes/"
|
||||||
|
## Whether or not to confirm the suggestedName or go there directly
|
||||||
|
#confirmName: false
|
||||||
|
## To open a page if it already exists rather than create it fresh
|
||||||
|
#openIfExists: true
|
||||||
|
## To trigger the page template with a custom command
|
||||||
|
#command: Create My Custom Page
|
||||||
|
## To trigger the page template with a custom key
|
||||||
|
#key: "Ctrl-q c"
|
||||||
|
#mac: "Cmd-Alt-q"
|
||||||
|
## To prefill frontmatter
|
||||||
|
#frontmatter: |
|
||||||
|
# date: "${date.today()}"
|
||||||
|
## To manage the order in which the page templates appear
|
||||||
|
#priority: 10
|
||||||
|
---
|
||||||
|
# Your page template title
|
||||||
|
Page template body
|
||||||
@@ -0,0 +1,48 @@
|
|||||||
|
# HomeLab Wiki
|
||||||
|
|
||||||
|
## Infrastructure
|
||||||
|
|
||||||
|
- [[infra/index]]
|
||||||
|
- [[docker/index]]
|
||||||
|
- [[proxmox/index]]
|
||||||
|
|
||||||
|
## Développement
|
||||||
|
|
||||||
|
- [[esphome/index]]
|
||||||
|
- [[ia/index]]
|
||||||
|
|
||||||
|
## Données
|
||||||
|
|
||||||
|
- [[media/index]]
|
||||||
|
- [[pdf/index]]
|
||||||
|
- [[sqlite/index]]
|
||||||
|
- [[csv/index]]
|
||||||
|
- [[stl/index]]
|
||||||
|
|
||||||
|
## Organisation
|
||||||
|
|
||||||
|
- [[todo/index]]
|
||||||
|
- [[inbox/index]]
|
||||||
|
|
||||||
|
## IA Workspace
|
||||||
|
|
||||||
|
- [[ai-workspace/index]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Notes récentes
|
||||||
|
|
||||||
|
```query
|
||||||
|
from index.tag "page"
|
||||||
|
order by lastModified desc
|
||||||
|
limit 10
|
||||||
|
```
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# TODO ouvertes
|
||||||
|
|
||||||
|
```query
|
||||||
|
from index.tag "task"
|
||||||
|
where !done
|
||||||
|
```
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
# Infrastructure
|
||||||
|
|
||||||
|
## Réseau
|
||||||
|
|
||||||
|
- Gateway : 10.0.0.1
|
||||||
|
- LAN : 10.0.0.0/22
|
||||||
|
|
||||||
|
## Services
|
||||||
|
|
||||||
|
- [[docker/index]]
|
||||||
|
- [[proxmox/index]]
|
||||||
|
- [[ia/index]]
|
||||||
|
|
||||||
|
## Machines
|
||||||
|
|
||||||
|
- vm-silverbullet
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
# {{page}}
|
||||||
|
|
||||||
|
## Objectif
|
||||||
|
|
||||||
|
## Modèles
|
||||||
|
|
||||||
|
## Dataset
|
||||||
|
|
||||||
|
## RAG
|
||||||
|
|
||||||
|
## Embeddings
|
||||||
|
|
||||||
|
## Docker
|
||||||
|
|
||||||
|
## Notes
|
||||||
@@ -0,0 +1,19 @@
|
|||||||
|
# {{page}}
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
## Docker Compose
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
services:
|
||||||
|
```
|
||||||
|
|
||||||
|
## Volumes
|
||||||
|
|
||||||
|
## Ports
|
||||||
|
|
||||||
|
## Réseau
|
||||||
|
|
||||||
|
## Sauvegarde
|
||||||
|
|
||||||
|
## Notes
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
# {{page}}
|
||||||
|
|
||||||
|
## Informations
|
||||||
|
|
||||||
|
- Hostname :
|
||||||
|
- IP :
|
||||||
|
- OS :
|
||||||
|
- CPU :
|
||||||
|
- RAM :
|
||||||
|
- Stockage :
|
||||||
|
|
||||||
|
## Services
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
## Docker
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
## Sauvegarde
|
||||||
|
|
||||||
|
-
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
|
||||||
|
-
|
||||||
Reference in New Issue
Block a user