Fix HTTPS wording in README, set GitHub username in package.json/LICENSE

This commit is contained in:
rufi 2026-07-18 09:34:38 +10:00
parent d1e96712c4
commit b8b50b9a53
3 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2026 rufi
Copyright (c) 2026 lanjak
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View file

@ -8,7 +8,7 @@ Sync your Obsidian vault across devices using a self-hosted Qdrant instance inst
- An embedding server that speaks the llama.cpp `/embedding` endpoint, also reachable from every device. Point it at any embedding model you like; 768-dim models are the default assumption but you can change the collection's vector size to match whatever you run.
- A collection created in Qdrant ahead of time, sized to your embedding model's output dimension, cosine distance.
Obsidian Sync, CouchDB, Syncthing - none of that is needed. This plugin talks to Qdrant directly over HTTP from inside Obsidian, so it works on desktop and mobile.
Obsidian Sync, CouchDB, Syncthing - none of that is needed. This plugin talks to Qdrant directly over HTTP or HTTPS from inside Obsidian, so it works on desktop and mobile.
## Install

View file

@ -5,7 +5,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rufi/obsidian-qdrant-sync.git"
"url": "https://github.com/lanjak/obsidian-qdrant-sync.git"
},
"scripts": {
"build": "node esbuild.config.mjs production",