commit c894d3aa3bbcf5c8e3d1c8e6ca8cb81e5922ac5e Author: gilles Date: Sat May 9 06:30:19 2026 +0200 Initial SilverBullet wiki diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0fe8b8c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.chrome-data/ +*.log diff --git a/.silverbullet.auth.json b/.silverbullet.auth.json new file mode 100644 index 0000000..9b29f9d --- /dev/null +++ b/.silverbullet.auth.json @@ -0,0 +1 @@ +{"secret_key":"ZBIAUqSw7sVXcDp1rbOuCPd4m7t0W/9UtvDKGcBusBY=","auth_hash":"fc039d5cc590ace93bf3e7b70d6b580b5dd72c0b46288366e9788bbee17e90f2","salt":"4JNhdHVNjcHQHivuUrRyyg=="} \ No newline at end of file diff --git a/Inbox/2026-05-09/06-18-00.md b/Inbox/2026-05-09/06-18-00.md new file mode 100644 index 0000000..e69de29 diff --git a/Library/Page Templates/.md b/Library/Page Templates/.md new file mode 100644 index 0000000..209266b --- /dev/null +++ b/Library/Page Templates/.md @@ -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 diff --git a/index.md b/index.md new file mode 100644 index 0000000..e923416 --- /dev/null +++ b/index.md @@ -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 +``` \ No newline at end of file diff --git a/infra/index.md b/infra/index.md new file mode 100644 index 0000000..419ec85 --- /dev/null +++ b/infra/index.md @@ -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 \ No newline at end of file diff --git a/templates/ai-project.md b/templates/ai-project.md new file mode 100644 index 0000000..2ca4d33 --- /dev/null +++ b/templates/ai-project.md @@ -0,0 +1,15 @@ +# {{page}} + +## Objectif + +## Modèles + +## Dataset + +## RAG + +## Embeddings + +## Docker + +## Notes \ No newline at end of file diff --git a/templates/docker-service.md b/templates/docker-service.md new file mode 100644 index 0000000..f94aa7f --- /dev/null +++ b/templates/docker-service.md @@ -0,0 +1,19 @@ +# {{page}} + +## Description + +## Docker Compose + +```yaml +services: +``` + +## Volumes + +## Ports + +## Réseau + +## Sauvegarde + +## Notes \ No newline at end of file diff --git a/templates/index.md b/templates/index.md new file mode 100644 index 0000000..5f0ae72 --- /dev/null +++ b/templates/index.md @@ -0,0 +1,26 @@ +# {{page}} + +## Informations + +- Hostname : +- IP : +- OS : +- CPU : +- RAM : +- Stockage : + +## Services + +- + +## Docker + +- + +## Sauvegarde + +- + +## Notes + +- \ No newline at end of file