-
Notifications
You must be signed in to change notification settings - Fork 75
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
Share database between machine? #114
Comments
Hi! Yep, absolutely, I've got similar setup between my computers. As for running the server securely -- some work on putting it in Docker has started: #55, but might need a bit of polishing first. Although I'm not sure if you're gonna be able to expose the server from a home computer (usually ISPs don't allow opening ports these days), so sharing the database is easier and safer at the moment. P.S. I'm sure you have thought about it, but when running at work make sure your security team allows it. When you're browsing, the extension sends current URL to Promnesia backend, and it might potentially expose tokens or something else. There is a blacklist feature in the extension if you want to exclude your work-specific domains (intranet). But if you're running locally you should be fine, of course. |
Hi, thanks for the response. By secure I mean some sort of authentication and https or smt like that. However if the db sharing works just fine then I don't think server is needed anymore, less thing for me to care for anw. I will also put promnesia to run on my phone via termux as well. I've done some test and it runs fine on my phone. |
Ah, for HTTPS it's better to rely on the reverse proxy (apache/nginx/caddy, etc) -- they would handle this much better and more secure. For authentication as well: you can set up basic auth and promnesia allows to set username/password in the extension settings. Guess I need to add this to docs!
Just to clarify -- the
oh wow, didn't know about wsl, that's great to know if it just works! :)
Yes, that was also on my todo list! Let me know how it goes. At the moment I'm just using it over the local network, considering I don't leave home much...
You're welcome! Glad you found it useful! |
It works well both on Termux and Windows. However there's a bit of a problem with the path. For example in my home Linux machine, the path is |
Hi, I really love this and I want to fully incorporated it into my workflow. My situation is that I have a machine at work and one at home, can both of these machines share a single sqlite database? Obviously while I'm at work, no one uses the machine at home (though I still keep the machine running) so I guess there would be no conflict or blocking of database. However, I'm not that familiar with sqlite so there maybe problems that I'm not aware of.
Have anybody trying this? if this is not possible, is there anyway to run this in a server securely so I can connect my devices to?
The text was updated successfully, but these errors were encountered: