syncing-server icon indicating copy to clipboard operation
syncing-server copied to clipboard

Problem adding selfhosted extension windows app

Open MakiG0 opened this issue 5 years ago • 2 comments

Hello standardnotes-team, I struggle at the moment with installing my selfhosted-extensions in the desktop app (Win). In the web app (app.standardnotes.org) i logged in with sync-URL (Advanced Options) and User, add the extensions URL and after that, every extensions can be installed flawlessly. On the desktop app i got this error messages: "Error installing locally: error downloading https://github.com/sn-extensions". Activating the developer tools in the window app i got these message installing for example the Folder Component Extensions.

i just started using standardnotes as a possibility to organize my knowledgebase and to check, if i can do all my stuff.

Has somebody an idea?

MakiG0 avatar Sep 15 '20 11:09 MakiG0

Without seeing your self-hosted endpoints it would be very difficult to diagnose the issue. You have to make sure the path to the download url for the extension is valid.

moughxyz avatar Sep 15 '20 14:09 moughxyz

for example the folder extension has these informations (i changed my domain to domain.com):

{valid_until: "2029-11-30T00:00:00Z", url: "https://domain.com/org.standardnotes.folders-component/f423669c/index.html", latest_url: "https://https://domain.com/org.standardnotes.folders-component/index.json", download_url: "https://github.com/sn-extensions", identifier: "org.standardnotes.folders-component", …}
valid_until: "2029-11-30T00:00:00Z"
url: "https://https://domain.com/org.standardnotes.folders-component/f423669c/index.html"
latest_url: "https://https://domain.com/org.standardnotes.folders-component/index.json"
download_url: "https://github.com/sn-extensions"
identifier: "org.standardnotes.folders-component"
repo_url: "https://github.com/sn-extensions/folders-component.git"
index: "index.html"
name: "Folders Component"
content_type: "SN|Component"
area: "tags-list"
version: "f423669c"
thumbnail_url: "https://s3.amazonaws.com/standard-notes/screenshots/models/components/folders.jpg"
description: "Create nested folders from your tags with easy drag and drop. Folders also supports Smart Tags, which allow you to build custom filters for viewing your notes."
__proto__: Object

do you need more informations? please let me know.

MakiG0 avatar Sep 16 '20 06:09 MakiG0