diff --git a/.obsidian/hotkeys.json b/.obsidian/hotkeys.json index 637616b..2d7acf2 100644 --- a/.obsidian/hotkeys.json +++ b/.obsidian/hotkeys.json @@ -9,48 +9,30 @@ "workspace:goto-tab-8": [], "editor:set-heading-1": [ { - "modifiers": [ - "Mod" - ], + "modifiers": ["Mod"], "key": "1" } ], "editor:set-heading-2": [ { - "modifiers": [ - "Mod" - ], + "modifiers": ["Mod"], "key": "2" } ], "editor:set-heading-3": [ { - "modifiers": [ - "Mod" - ], + "modifiers": ["Mod"], "key": "3" } ], "workspace:goto-last-tab": [], "app:open-help": [], "app:open-settings": [], - "obsidian-memos:show-thino-editor": [ - { - "modifiers": [], - "key": "F1" - } - ], "workspace:close-window": [], - "templater-obsidian:create-attachment/templates/timestamp.md": [ - { - "modifiers": [], - "key": "F1" - } - ], "templater-obsidian:create-attachment/templates/日常记录-闪念笔记.md": [ { "modifiers": [], "key": "F1" } ] -} \ No newline at end of file +} diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 5db1cab..47fb0d7 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -4,11 +4,11 @@ "type": "split", "children": [ { - "id": "a67e5cb33639340b", + "id": "0a4507548b25ff58", "type": "tabs", "children": [ { - "id": "7ed2bc08fb1876a8", + "id": "99b1c6e083344754", "type": "leaf", "state": { "type": "empty", @@ -49,7 +49,7 @@ "state": { "type": "search", "state": { - "query": "file:image-20230226203841579", + "query": "container_name: rebuild-n8n", "matchingCase": false, "explainSearch": true, "collapseAll": false, @@ -91,13 +91,12 @@ "state": { "type": "outline", "state": { - "file": "attachment/templates/查找未引用图片.md", "followCursor": true, "showSearch": false, "searchQuery": "" }, "icon": "lucide-list", - "title": "查找未引用图片 的大纲" + "title": "大纲" } }, { @@ -171,8 +170,7 @@ "title": "脚注" } } - ], - "currentTab": 2 + ] }, { "id": "e2c44b9c5d0747bb", @@ -207,8 +205,23 @@ "templater-obsidian:Templater": false } }, - "active": "7ed2bc08fb1876a8", + "active": "99b1c6e083344754", "lastOpenFiles": [ + "attachment/Pasted image 20260329165253.png", + "000-inbox/2026-03-291.md", + "000-inbox/2026-03-291111111111111111111.md", + "000-inbox/2026-03-2911.md", + "000-inbox/202603292037501.md", + "000-inbox/2026-03-29_16-51-13.md", + "attachment/templates/time.md", + "000-inbox/2026-03-29_19-37-09.md", + "000-inbox/2026-03-29_17-01-36.md", + "attachment/Pasted image 20260329170137.png", + "000-inbox/2026-03-29_16-55-23.md", + "000-inbox/2026-03-29_16-52-52.md", + "attachment/Pasted image 20260329165321.png", + "attachment/Pasted image 20260329165301.png", + "000-inbox/2026-03-29_16-51-46.md", "attachment/templates/日常记录-闪念笔记.md", "resource/go/待总结/010 Go 语言 IO 流.md", "attachment/images-paste/image-20230226203841579.png", @@ -221,33 +234,17 @@ "calendar/diary/2026-03-27.md", "000-inbox/Untitled 2.md", "000-inbox/Untitled 3.md", - "000-inbox/Untitled.md", "000-inbox/tg-bot.md", "000-inbox/jinja.md", "000-inbox/Docker 核心知识与实战笔记.md", - "000-inbox/需求-命中率计算.md", - "000-inbox/未命名.md", - "000-inbox/0329-测试笔记名称。.md", - "000-inbox/2026-03-29_13-55-06.md", - "000-inbox/2026-03-29_13-18-55.md", - "000-inbox/2026-03-29_12-54-13.md", - "000-inbox/2026-03-29_12-54-10.md", - "attachment/templates/test.md", "attachment/Pasted image 20260329133947.png", "attachment/jsscripts/openTerminal.js", "attachment/jsscripts/新建文本文档.txt", "attachment/jsscripts", - "attachment/templates/日常记录-日记模板.md", - "work/移动杭研/问题处理/2023-01/0103-试用单前置校验信安附件问题-BBOSS张蕊.md", - "000-inbox/开发笔记.md", "attachment/images-paste/image-20260325102650978.png", "attachment/images-paste/image-20260325224014579.png", "attachment/images-paste/image-20260325224132102.png", "attachment/images-paste/image-20260325224152205.png", - "attachment/images-paste/image-20260325224201537.png", - "attachment/images-paste/image-20260325224141721.png", - "attachment/images-paste/image-20260325224123001.png", - "attachment/images-paste/image-20260325224113880.png", "resource/ai/大模型安装笔记", "work/移动杭研/问题处理/2026-03", "resource/ai/prompts/cosmic 业务版本", diff --git a/000-inbox/2026-03-29_16-51-13.md b/000-inbox/2026-03-29_16-51-13.md new file mode 100644 index 0000000..9703163 --- /dev/null +++ b/000-inbox/2026-03-29_16-51-13.md @@ -0,0 +1,37 @@ +``` +services: + n8n: + image: ${N8N_IMAGE} + container_name: rebuild-n8n + restart: unless-stopped + ports: + - "127.0.0.1:5678:5678" + environment: + TZ: ${TZ} + GENERIC_TIMEZONE: ${GENERIC_TIMEZONE} + + N8N_HOST: ${N8N_HOST} + N8N_PORT: 5678 + N8N_PROTOCOL: https + WEBHOOK_URL: ${WEBHOOK_URL} + N8N_EDITOR_BASE_URL: ${N8N_EDITOR_BASE_URL} + N8N_PROXY_HOPS: 1 + + N8N_DEFAULT_LOCALE: zh + N8N_ENCRYPTION_KEY: ${N8N_ENCRYPTION_KEY} + N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS: "true" + N8N_RUNNERS_ENABLED: "true" + + volumes: + - /opt/docker/data/n8n:/home/node/.n8n +``` + +``` +N8N_IMAGE=ghcr.io/aliveranme/n8n:2.12.2 +N8N_HOST=n8n.excalicode.org +WEBHOOK_URL=https://n8n.excalicode.org/ +N8N_EDITOR_BASE_URL=https://n8n.excalicode.org/ +TZ=Asia/Shanghai +GENERIC_TIMEZONE=Asia/Shanghai +N8N_ENCRYPTION_KEY=3moa87LB!RMDuf +``` diff --git a/000-inbox/2026-03-29_16-51-46.md b/000-inbox/2026-03-29_16-51-46.md new file mode 100644 index 0000000..5165936 --- /dev/null +++ b/000-inbox/2026-03-29_16-51-46.md @@ -0,0 +1,17 @@ +``` +services: + sub-store: + image: xream/sub-store:http-meta + container_name: sub-store + restart: always + network_mode: host + environment: + SUB_STORE_BACKEND_API_HOST: 127.0.0.1 + SUB_STORE_BACKEND_API_PORT: 3001 + SUB_STORE_BACKEND_MERGE: true + SUB_STORE_FRONTEND_BACKEND_PATH: /PVM!xwm7hkz4hek2xjy + PORT: 9876 + HOST: 127.0.0.1 + volumes: + - /opt/docker/data/sub-store:/opt/app/data +``` diff --git a/000-inbox/2026-03-29_16-52-52.md b/000-inbox/2026-03-29_16-52-52.md new file mode 100644 index 0000000..b6d3af5 --- /dev/null +++ b/000-inbox/2026-03-29_16-52-52.md @@ -0,0 +1,9 @@ +![](../attachment/Pasted%20image%2020260329165253.png) + +![](../attachment/Pasted%20image%2020260329165301.png) + +![](../attachment/Pasted%20image%2020260329165321.png) + +``` +MPLkv5dlbyKh_q0DdvH5ECxaUHVr5BVg0Ogf5AOH +``` diff --git a/000-inbox/2026-03-29_16-55-23.md b/000-inbox/2026-03-29_16-55-23.md new file mode 100644 index 0000000..ba66baa --- /dev/null +++ b/000-inbox/2026-03-29_16-55-23.md @@ -0,0 +1,7 @@ +docker7530 + +``` +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBfW4LWZ/HxIHdQcT+bnUUa5Tqbbag5otkv+y6OkDa9I +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP87fXzm4HSwkS3XaJHGTsEeiu4o9lLlu+ZEwHGuSbzS github-actions + +``` diff --git a/000-inbox/2026-03-29_17-01-36.md b/000-inbox/2026-03-29_17-01-36.md new file mode 100644 index 0000000..d38a2d0 --- /dev/null +++ b/000-inbox/2026-03-29_17-01-36.md @@ -0,0 +1,3 @@ +![](../attachment/Pasted%20image%2020260329170137.png) + +2026-01-13 21:46 diff --git a/000-inbox/2026-03-29_19-37-09.md b/000-inbox/2026-03-29_19-37-09.md new file mode 100644 index 0000000..e69de29 diff --git a/attachment/Pasted image 20260329165253.png b/attachment/Pasted image 20260329165253.png new file mode 100644 index 0000000..4076287 Binary files /dev/null and b/attachment/Pasted image 20260329165253.png differ diff --git a/attachment/Pasted image 20260329165301.png b/attachment/Pasted image 20260329165301.png new file mode 100644 index 0000000..97d483c Binary files /dev/null and b/attachment/Pasted image 20260329165301.png differ diff --git a/attachment/Pasted image 20260329165321.png b/attachment/Pasted image 20260329165321.png new file mode 100644 index 0000000..4135674 Binary files /dev/null and b/attachment/Pasted image 20260329165321.png differ diff --git a/attachment/Pasted image 20260329170137.png b/attachment/Pasted image 20260329170137.png new file mode 100644 index 0000000..4641744 Binary files /dev/null and b/attachment/Pasted image 20260329170137.png differ