rockstar1215
@rockstar1215@lemmy.world
- Comment on Meet Journiv! A Self-Hosted, Privacy-First Journaling App (Day One/Apple Journal Alternative) 10 hours ago:
Import/Export are coming very soon! Here is sneak peek github.com/journiv/journiv-app/issues/92#issuecom… Built in a way that we can easily make and keep backup without fiddling with docker.
- Meet Journiv! A Self-Hosted, Privacy-First Journaling App (Day One/Apple Journal Alternative)lemmy.world ↗Submitted 23 hours ago to technology@lemmy.world | 0 comments
- Comment on Meet Journiv! A Self-Hosted, Privacy-First Journaling App (Day One/Apple Journal Alternative) 1 day ago:
I am happy to hear that :)
- Comment on Meet Journiv! A Self-Hosted, Privacy-First Journaling App (Day One/Apple Journal Alternative) 2 days ago:
Thanks! My main focus right now is simply building the product, the license doesn’t matter much if the product itself isn’t good yet. It’s always easier to move to a less restrictive license later than to go the other way, so this is the approach I’m starting with.
- Comment on Meet Journiv! A Self-Hosted, Privacy-First Journaling App (Day One/Apple Journal Alternative) 2 days ago:
non-docker ways will come later. Stay tuned!
- Comment on Meet Journiv! A Self-Hosted, Privacy-First Journaling App (Day One/Apple Journal Alternative) 2 days ago:
Thank you for adopting Journiv! Yes the export will be added. I do agree with you that a human accessible export is very important. I am a software engineer who knows how to make docker backups etc etc but I never do it :) I know I can set it be automated but the friction is too high to do it.
Journiv is being built for out of need and to be the solution of owning memory so it long term strategy is at it’s core. I am personally using it for all my memories with my young family so it will be devastating to lose it because of backup friction.
My plan for Journiv is:
- 1 Click export which periodically created a static HTML site with all the entries and media. Zips it and put in local location configured by user. Since journiv run in a docker container the first phase will be putting it but not tied to docker container lifecycle. Second phase will be integration with a network file share where Journiv can automatically dump the export. Once I configure it I want it to just work not fiddle or worry about making backup. If backup fails I get some discord/telegram notification or within Journiv app.
- Flat JSON export with media. HTML static site will allow user to see entries but JSON export is critical so that the entries can also be exported some where else if the need be.
- Comment on Meet Journiv! A Self-Hosted, Privacy-First Journaling App (Day One/Apple Journal Alternative) 2 days ago:
Thank you.
- Comment on Meet Journiv! A Self-Hosted, Privacy-First Journaling App (Day One/Apple Journal Alternative) 2 days ago:
You can if you can run docker on it. As of now that is the documented path. It is possible to run it without docker but that need some documentation.
- Comment on Meet Journiv! A Self-Hosted, Privacy-First Journaling App (Day One/Apple Journal Alternative) 2 days ago:
Yes, mobile clients are coming. I want to have adoption and sustainability before investing time and resources in launching mobile clients. That is the reason why they will come little after. There has been lot of interest and appreciation for the app as you can see in github issues so stay tuned.
- Comment on Meet Journiv! A Self-Hosted, Privacy-First Journaling App (Day One/Apple Journal Alternative) 3 days ago:
Hello, Thanks for your interest. It is possible but a little work as it will require one to have Python interpreter installed and do few things to run it. Yes, thise instructions are not there. I will add them. Do you have Python installed?
- Comment on Meet Journiv! A Self-Hosted, Privacy-First Journaling App (Day One/Apple Journal Alternative) 3 days ago:
Thank you.
- Comment on Meet Journiv! A Self-Hosted, Privacy-First Journaling App (Day One/Apple Journal Alternative) 3 days ago:
Journiv is source-available but not “Free Software” under the FSF/OSI definition. I chose the PolyForm Noncommercial 1.0.0 license intentionally to keep the code open for personal and educational use which allow hosting for non-commercial while preventing commercial redistribution or hosting for commercial gain without permission.
I did consider permissive and copyleft licenses (Apache, GPL, BSD, etc.), but sustainability is a major concern for this project. I have already spent hundreds of hours on this over last couple of months and there is so much more to build. I want to keep development open and transparent while ensuring that commercial entities can’t simply repackage and profit from it.
- Comment on Meet Journiv! A Self-Hosted, Privacy-First Journaling App (Day One/Apple Journal Alternative) 3 days ago:
No. There are feature requests to add support for imports from various places. If you plan to use the app please open an issue.
Thanks.
- Comment on Meet Journiv! A Self-Hosted, Privacy-First Journaling App (Day One/Apple Journal Alternative) 3 days ago:
Please read the documentation linked in the ReadMe and you can try out all the security features of the app by spinning it up and configuring with env.template.
If you will read the docs and the code you will read the the auth model, the code around it, the limitation, the clear documentation around token handling, the code to support CORS, trusted host middleware, CSP, HSTS, rate limiting. You can read the env.template and configure and try it out. Please show me vibe coded, ai-assisted or even non vibe coded self hosted existing apps which have these security feature in v0.1 or even later.
Like mentioned in comment and ReadMe the project is written with AI assistance not vibe coded or AI driven development. If you will read the code, look at design and db model you will find the answers you are seeking.
- Comment on Meet Journiv! A Self-Hosted, Privacy-First Journaling App (Day One/Apple Journal Alternative) 3 days ago:
Thank you.
- Comment on Meet Journiv! A Self-Hosted, Privacy-First Journaling App (Day One/Apple Journal Alternative) 3 days ago:
Thank you.
- Comment on Meet Journiv! A Self-Hosted, Privacy-First Journaling App (Day One/Apple Journal Alternative) 3 days ago:
Yes, as a software engineer, not using AI for tasks where it can significantly accelerate development would be unrealistic. Much of the boilerplate code such as database ORM models, serialization/deserialization logic, and documentation was written with AI assistance, as mentioned in the project’s README. There’s simply no way someone with a full-time job could build something like this in just two months without countless late nights. What you see now is the result of many iteration, refining the UI/UX, redesigning the database, and reworking the overall architecture, flighting with CORS configs make video player work on web in flutter etc etc… much of which isn’t visible from the outside.
- Meet Journiv! A Self-Hosted, Privacy-First Journaling App (Day One/Apple Journal Alternative)lemmy.world ↗Submitted 3 days ago to selfhosted@lemmy.world | 32 comments