standardnotes / syncing-server

[Deprecated: Use our new Node server: https://github.com/standardnotes/syncing-server-js]
https://standardnotes.org
GNU Affero General Public License v3.0
209 stars 48 forks source link

Problem adding selfhosted extension windows app #108

Open MakiG0 opened 4 years ago

MakiG0 commented 4 years ago

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?

moughxyz commented 4 years ago

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.

MakiG0 commented 4 years ago

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.