4.9 KiB
Executable File
created, updated
| created | updated |
|---|---|
| 2025-08-30T11:45 | 2025-09-22T13:27 |
#memos #telegrambot
修改时间:../80-数据归档/91-日记归档/910-工作日记/202507/2025-07-14
- 问题跟踪
- 创建了TelegramBot:JoyAgain_mm_Bot,但是memogram集成程序不能调用成功!
- memos客户端:在mac上没有界面
- memos后台:没有设置机器人的界面
- OB中如何结合memos互动
- 移动iOS:moeMemos没有位置信息,网页版有
- 小程序版如何使用
- OB插件sync和fetch memos使用
配置
-
token eyJhbGciOiJIUzI1NiIsImtpZCI6InYxIiwidHlwIjoiSldUIn0.eyJuYW1lIjoiY3NfamVmZkBxcS5jb20iLCJpc3MiOiJtZW1vcyIsInN1YiI6IjEiLCJhdWQiOlsidXNlci5hY2Nlc3MtdG9rZW4iXSwiZXhwIjo0OTA2MDkzNDk4LCJpYXQiOjE3NTI0OTM0OTh9.UxRHFXWx80BmN7OMlS0eKeAIufQg1vH6_CwmViWUEG4
-
调测情况
- 在群晖NAS(192.168.1.181)上安装0.24.4 stable成功
docker-compose.yml
version: "3.8"
services:
memos:
image: neosmemo/memos:stable
container_name: memos
restart: unless-stopped
ports:
- "5230:5230"
volumes:
- ./data:/var/opt/memos
environment:
- MEMOS_MODE=prod
- MEMOS_PORT=5230
-
iOS和Andriod上下载moememos连接自建memosServer成功,与网页版和浏览器插件都可以使用 https://memos.moe/ https://github.com/lmm214/memos-bber 快捷指指令: https://www.icloud.com/shortcuts/1eaef307112843ed9f91d256f5ee7ad9 (稍后学习)
-
小程序有点复杂,可以支持自建服务器,需要https域名等 https://github.com/Rabithua/memos_wmp (稍后学习)
-
社区:https://www.usememos.com/docs/contribution/community https://www.raycast.com/JakeYu/memos https://github.com/Quorafind/Obsidian-Thino https://github.com/RyoJerryYu/obsidian-memos-sync https://github.com/quanru/obsidian-lifeos (Obsidian Plugin for combining P.A.R.A with Periodic Notes(LifeOS for Obsidian)) https://github.com/hyoban/obsidian-memos-plugin (停更)
-
客户端 Github: https://github.com/xudaolong/memos-desktop 安装mac和Windows版读只有一个窗口,有一个链接可以看到指向localhost:8081端口,进入后跟客户端看到是一样的,客户端不知所云? https://github.com/xudaolong/memos-desktop/issues/6#issuecomment-1909494964 https://github.com/xudaolong/memos-desktop/issues/4 https://github.com/xudaolong/memos-desktop/issues/11
另外一个客户端项目: https://memospot.github.io/overview.html#data-portability https://github.com/memospot/memospot/tree/v1.0.0
客户端目前都不可用
- 相关教程网址 1.安装教程 Github: https://github.com/usememos/memos 中文文档: https://thebestxt.cc/documents/memos/?from=official_website https://post.smzdm.com/p/avpekxq4/ https://www.huluohu.com/posts/922/ https://k1r.in/posts/how-to-deploy-memos/ https://blog.csdn.net/gcrong/article/details/130288945 https://post.smzdm.com/p/a96l0kn5/ https://blog.laoda.de/archives/docker-install-memos
官网这个界面至今我没有看到,不知在哪里可以出来?😂 docker-file制作教程: https://blog.csdn.net/qq_50549228/article/details/145918039
-
Telegram机器人 https://www.usememos.com/docs/integration/telegram-bot https://core.telegram.org/bots#how-do-i-create-a-bot https://immmmm.com/memos-by-telegram-bot/ https://github.com/qazxcdswe123/telegramMemoBot 搭建telegram机器人不能正常运行,需要慢慢研究!
-
OB相关
https://zhuanlan.zhihu.com/p/586649087 https://immmmm.com/ollama-obsidian/ https://github.com/RyoJerryYu/obsidian-memos-sync https://github.com/quanru/obsidian-lifeos#daily-record
[!很不错] https://www.edony.ink/self-hosting-personal-memos-services/ https://github.com/edonyzpc/memos https://github.com/leoleelxh/obsidian-memos-ai-sync
[memos-ai-sysc]配置成功! API:http://himan.picp.net:5230/api/v1 token:eyJhbGciOiJIUzI1NiIsImtpZCI6InYxIiwidHlwIjoiSldUIn0 ollama:http://192.168.1.108:11434 模型:自定义 名称:deepseek-r1:1.5b 【问题】 ollama是否外网访问?
这个方式是单向,文件同步,OB从自建的memos服务器中定时读取数据
Thino和MemosSync插件是基于#语法内容同步,双向同步!Thino付费,memosyc还要摸索怎么使用! https://github.com/RyoJerryYu/obsidian-memos-sync memos sync与calendar、periodic notes、daily notes件配合,通过^+P命令来同步,部署了0.24.4版下测试,可以同步附件文件,但是daily notes等不能同步,是否是版本问题或者是daily notes插件问题未知,暂且停用! Thino支持在OB中编写memos,需要升级到PRO,才能双向同步,看不到效果,放弃! memos-ai-sync已经很完美!
- 发现API token突然失效,突然还自建,很奇怪!
