diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-08 21:48:56 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-09-08 21:48:56 +0200 |
| commit | 848982f156a86038438918e3a51cc0f04be9c78c (patch) | |
| tree | 4c9c3d70acecb835546e5a8092c380a820a7cc52 /README.markdown | |
| parent | cec89d9e844dc39b84778e1b88e74e23f9ca2e6a (diff) | |
Fix the pinboard/self-hosted delicious API calls
Diffstat (limited to 'README.markdown')
| -rw-r--r-- | README.markdown | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index c22d609..5a08e8e 100644 --- a/README.markdown +++ b/README.markdown @@ -58,4 +58,14 @@ By downloading and/or using this software you agree to the following terms of us limitations under the License. -Which basically means: whatever you do, I can't be held accountable if something breaks.
\ No newline at end of file +Which basically means: whatever you do, I can't be held accountable if something breaks. + +Supported Services +----------- + +This plugin supports Delicious compatible services (eg. Linkhut), and Linkding. It's important to note that delicious compatible systems aren't all compatible in the same way, so you might need to make some adjustments: + + +- For every self-hsoted service, make sure to include the protocol (eg. https://). +- For delicious compatible items, include everything before `/v1`. So if it's `https://api.ln.ht/v1` you just include `https://api.ln.ht`. But if it's `https://myservice.com/api/v1` then you should include `https://myservice.com/api` with no trailing slash. +- For delicious compatible items, check what they expect for the `auth_token` field and use that as your password. For example, in pinboard it's `username:token`, while in linkhut it's just `token`. |