ops: paivana and caddy config refresh
This commit is contained in:
parent
d8dbc6242b
commit
56f814a6de
74 changed files with 4517 additions and 79 deletions
12
configs/notes/space/PLUGS.md
Normal file
12
configs/notes/space/PLUGS.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Plugs (apps)
|
||||
|
||||
Third-party SilverBullet plugs in (loaded automatically).
|
||||
|
||||
| Plug | Role |
|
||||
|------|------|
|
||||
| treeview.plug.js | Folder sidebar (Apple Notes-like) |
|
||||
| silversearch.plug.js | Full-text search |
|
||||
|
||||
Install/update: drop into , reload SilverBullet.
|
||||
|
||||
Builtin SB plugs stay in the image; only extras live here.
|
||||
31
configs/notes/space/TODO.md
Normal file
31
configs/notes/space/TODO.md
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# TODO
|
||||
|
||||
Canonical ADHD todo (SilverBullet space SoT; FreeNotes = separate native enc).
|
||||
|
||||
## Now (max 3) — active quest board
|
||||
- [x] magikoopa SilverBullet.app (`~/Applications`) + Desktop SilverBullet.url
|
||||
- [ ] Install silverbullet.desktop on clementine (on-box: client-apps/install-clementine.sh)
|
||||
- [ ] One-shot migrate: Apple Notes export + Dokumente/TODO.md → here (or FreeNotes later)
|
||||
- [ ] Human sudo: confirm `sudo ls -la /etc/caddy/secrets/silverbullet-basicauth.txt`
|
||||
- [ ] Live cutover Freigabe: dir/container → koopa-silverbullet; Caddy → silverbullet.hacktivism.ch; DNS
|
||||
|
||||
## Next
|
||||
- [x] Private Forgejo backup remote for space/ (hernani/freenotes — historical name)
|
||||
- [x] Seed notes space on koopa
|
||||
- [x] Caddy merge + basicauth scripts (live cutover pending Freigabe)
|
||||
- [ ] DNS / public hostname silverbullet.hacktivism.ch (human)
|
||||
- [x] Update productivity-adhd-notes 02 / 02b → single SoT pointing here
|
||||
- [x] Wire magikoopa SSH push to hernani/freenotes (ProxyJump) — clone ~/git/freenotes
|
||||
|
||||
## Someday / amnesty
|
||||
- [ ] PWA install both laptops (browser Install app)
|
||||
- [ ] Second-layer SB_USER if basicauth alone is not enough
|
||||
- [ ] TreeView / SilverSearch UX polish after first week
|
||||
|
||||
## Stats (gamification — agent updates)
|
||||
- Session streak: 1
|
||||
- Quests finished today: 6
|
||||
- XP today: 60
|
||||
- Last win: rename stack freenotes → silverbullet
|
||||
- Boss: silverbullet cutover
|
||||
- Boss HP: 70%
|
||||
21
configs/notes/space/_plug/silversearch.plug.js
Normal file
21
configs/notes/space/_plug/silversearch.plug.js
Normal file
File diff suppressed because one or more lines are too long
39
configs/notes/space/_plug/treeview.plug.js
Normal file
39
configs/notes/space/_plug/treeview.plug.js
Normal file
File diff suppressed because one or more lines are too long
13
configs/notes/space/inbox.md
Normal file
13
configs/notes/space/inbox.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Inbox
|
||||
|
||||
Apple **Quick Note** analogue. Dump here first; triage into [[TODO]] (Now / Next / Waiting / Someday) or a dedicated page.
|
||||
|
||||
Rules:
|
||||
|
||||
- Empty capture OK — fill the next `- [ ]` line and save.
|
||||
- Do not create a new folder just to capture.
|
||||
- After triage, clear or check off lines so Inbox stays short.
|
||||
|
||||
## Capture
|
||||
|
||||
- [ ]
|
||||
46
configs/notes/space/index.md
Normal file
46
configs/notes/space/index.md
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
---
|
||||
# SilverBullet index page (SB_INDEX_PAGE=index)
|
||||
# Apple-Notes-like home: pins + capture path + search
|
||||
---
|
||||
|
||||
# Notes
|
||||
|
||||
Cross-host notes (magikoopa + clementine) via koopa SilverBullet.
|
||||
Mental model = Apple Notes: **folders/pages · list · editor**, pin primary TODO, Quick Note → triage.
|
||||
|
||||
| Page | Apple analogue | Role |
|
||||
|------|----------------|------|
|
||||
| [[TODO]] | Pinned primary note | ADHD SoT: Now≤3 / Next / Waiting / Someday / Stats |
|
||||
| [[inbox]] | Quick Note | Capture before triage |
|
||||
|
||||
## Pins
|
||||
|
||||
- [[TODO]]
|
||||
- [[inbox]]
|
||||
|
||||
## How to use (Apple habits → here)
|
||||
|
||||
1. **Capture** into [[inbox]] (or SB quick-note if enabled) — do not invent folders first.
|
||||
2. **Triage** into [[TODO]] sections (Now max 3). Same rules as former Apple Notes guide.
|
||||
3. **Find** with Page Picker / search (**Cmd/Ctrl-K**).
|
||||
4. **New page** when a topic is not a todo (meetings, dumps) — link from TODO by title, do not dump transcripts into TODO.
|
||||
5. Optional later: TreeView plug (folder sidebar), Space Lua query page = “smart folder” for `#tag` open tasks.
|
||||
|
||||
## Shortcuts (target)
|
||||
|
||||
| Action | Typical SB |
|
||||
|--------|------------|
|
||||
| Open page / filter | Cmd/Ctrl-K (Page Picker) |
|
||||
| Quick note | Ctrl-q (if client supports) → prefer landing in [[inbox]] |
|
||||
| Search body | built-in search / SilverSearch plug |
|
||||
|
||||
## Hygiene (from Apple Notes ADHD pack)
|
||||
|
||||
- One primary [[TODO]] — no competing systems.
|
||||
- Capture first; tags (`#taler` …) optional and light.
|
||||
- On “I’m back”: re-read **Now** only.
|
||||
- No passwords/tokens in notes.
|
||||
|
||||
## Apps
|
||||
|
||||
- [[PLUGS]] — TreeView + SilverSearch
|
||||
Loading…
Add table
Add a link
Reference in a new issue