-
-
Notifications
You must be signed in to change notification settings - Fork 652
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NextCloud Integration #155
Comments
I have no idea what NextCloud is and what kind of interfacing does it offer. Perhaps it could work as a generic WebDAV/REST backend? |
Nextcloud is an open and online "hub" environment for apps, file storage, contacts, etc that can be self-hosted. |
HTTP 201 should be fixed in: #171 It will need to run through Make before it gets into the main my-mind.js I've been testing with my own DAV server locally and it works well, 201 doesnt give an alert. I believe NextCloud has WebDAV too, so this could be a great back end. |
Done, and synced to the github-hosted demoversion. |
On https://my-mind.github.io, if I enter "Generic WebDAV" as the storage target, and click on "Save" without entering an URL, I get this in a modal:
|
@joho1968 you need to save your file somewhere. That will be a URL. Without it you get an error. If you have loaded the mindmap from a URL it should populate the box. |
...because the demo version at GitHub is hosted via GitHub Pages; this services does not provide any WebDAV endpoints. |
@joho1968 I made a little webdav map that you can try: Saving should work |
Yes, I understand that. Sorry, I should have been more clear in my "report". What I meant to say is that I don't think the button should do anything if the URL field is blank. |
Right, then perhaps you are reporting an unrelated issue "disable the button while the input is empty". |
one last hint:
OR
.. or it might be a real pain |
Would it be possible to make integration with NextCloud happen? There is another mind mapping app setup to do this found here https://github.com/ACTom/files_mindmap but it would be great if users that like the My Mind app better to do the same.
The text was updated successfully, but these errors were encountered: