Self-hosted LiveSync插件,一个社区开发的Obsidian同步解决方案,提供了全面的自托管选项。不同于官方的"Obsidian Sync",它以自托管或付费CouchDB服务器作为中介,支持所有兼容Obsidian的平台。尤其对安全为先的研究人员、工程师及开发者,或任何渴望完全私密笔记的用户,此插件极其适用。借助它,您可以实现...
Self-hosted LiveSync插件是一个由社区实现的Obsidian同步插件。 与官方的"Obsidian Sync"不兼容,它使用自托管或购买的CouchDB作为中间服务器,支持所有兼容Obsidian的平台。 此插件特别适合需要出于安全原因全面自托管笔记的研究人员、工程师和开发人员,或者只是想要确保笔记完全私密的任何人。 下面是关于Self-hosted LiveSyn...
打开Obsidian的设置-第三方插件,在插件市场安装Self-hosted LiveSync 安装并启用后打开插件的设置界面(下图为老版本,新版本此界面多了Remote Type选项,选择CouchDB即可),填写箭头内容,URI 为刚刚的http://IP+端口(6900)(注:如果使用域名反向代理请填https:域名+(端口)),Username 和 Password 为前面的参数设置的内容...
实施策略:在群晖上运用docker部署 CouchDB 作为中介服务器,同时在 obsidian 上装入 Self-hosted LiveSync 插件,以此达成实时同步。参考教程:1. 指南一:《群晖Docker,操作指南! 第十三章:群晖实现Obsidian最佳同步策略》。通过遵循此指南,在群晖平台上安装CouchDB,为同步操作提供中转服务。2. 指南二...
CouchDB Server which configured about CORS for Obsidian and Self-hosted LiveSync. Instead of using your SSL Certificate or Domains, Using tailScale funnel. Prerequisites You should have an account of tailscale. Your tailscale account should enabled funnel once. (To more instructions, read the officia...
在群晖上 docker 安装 CouchDB 作为中转服务器,在obsidian上安装 Self-hosted LiveSync 插件,实现实时同步。 参考教程: 1. 教程一: [# 群晖Docker,走起! 篇十三:群晖实现Obsidian最优同步方案](群晖Docker,走起! 篇十三:群晖实现Obsidian最优同步方案_网络存储_什么值得买) ...
Check from Self-hosted LiveSync, as like below namevalueexample URIhttps://COUCHDB_SERVER/e=_https://db.example.net/e=_ UsernameCOUCHDB_USERtestuser PasswordCOUCHDB_PWtestpassword Database nameAs you liketest If you could access and use the database,docker-compose -f docker-compose.yml sta...
origins = app://obsidian.md,capacitor://obsidian,http://localhost origins = app://obsidian.md,capacitor://localhost,http://localhost credentials = true headers = accept, authorization, content-type, origin, referer methods = GET, PUT, POST, HEAD, DELETE 0 comments on commit 2864064 Ple...
vrtmrz/self-hosted-livesync-serverPublic Sponsor NotificationsYou must be signed in to change notification settings Fork25 Star121 Commit Update readme.md Browse filesBrowse the repository at this point in the history Fix an erroneous description in the README file, changing '2.1' to '3.1'. ...
obsidian-livesync's Check database configuration print some warning for max_document_size, max_http_request_size. Fix check warning … Verified 0eebec3 Bpazy mentioned this pull request Nov 23, 2022 Fix check warning for max_document_size, max_http_request_size vrtmrz/obsidian-livesync#14...