48 lines
507 B
Markdown
48 lines
507 B
Markdown
# 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
|
|
``` |