mirror of
https://github.com/JLiscom/OpenNote.git
synced 2026-04-26 00:35:48 +03:00
[GH-ISSUE #180] Log In - Privacy - Syncing ?? #158
Labels
No labels
bug
enhancement
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/OpenNote-JLiscom#158
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @j0nr on GitHub (Jun 8, 2017).
Original GitHub issue: https://github.com/JLiscom/OpenNote/issues/180
Hello,
i am just trialling this app, and it looks perfect apart from I am lacking in the understanding of the concept of client-side storage, which I believe is what is happening here...
I installed into a folder on my personal server. When I go to the URL I see the app and can make notes. But if I visit from another device, I see a fresh looking instance... also, presumably, any one in the world can "use" my private server's copy of this app. How is this right? Why is it set up this way?
Maybe I am just lacking understanding, but I am hoping for a more traditional "log in, notes are saved on server" approach. Is it possible to achieve this?
At the very least, by default, I would think being able to access the same notes from any device when going to the same URL is a must!?
Please help me understand how to use this app as it looks great.
Thanks.
@JLiscom commented on GitHub (Jun 16, 2017):
This is an HTML 5 app. The code runs in your browser. It is setup this way so you can use it offline. The code is cached in your browser using HTML 5 Manifest. A prime example is I have the app on my phone. I was able to make and see notes when I was on a flight with no Wi-Fi.
You can sync your notes to a CouchDB serer. That requires a username and password. You set this up once per device and its acts like a traditional app.