

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.


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.


Thanks. Export will be added pretty soon. As of now you can export entries in PDF as that was one of the most requested feature. Since the beauty of self hosting is that all the data lives on your machine. You have it with you all the time. It is just a database (sqllite or postgres) and all your media files under a directory. Back up is pretty simple you just backup the docker volume or the bind mount directory which is standard for docker.
Although I do want to add a more human accessible export output which people who do not want to deal with db can use.
What kind of export would you like to see?


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.


Thank you. Best of luck.


Thank you. Yes, desktop native app, mobile apps. All are planned and will come. Cross platform support was important to so people can run it on all platform. Hence the frontend is in Flutter which for most part is cross platform.
Although this so far have been hundreds of hours of work and there is much more upcoming to build it so as of now I am trying to make this project sustainable so I can continue working on it and it develops to the shape I want it to be.
Stay tuned!


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?


Well one thing I know is no ads in the app :) Can’t stand them!


That is the answer I am seeking. If you have any suggestion/recommendation I will love to hear it.


Understood about docker. Yes, those are planned and on roadmap. Apps will be coming soon. But software takes effort and time and just to get it here I have put in hundreds of hours and there is much more to build. Currently my focus is to make the project sustainable so I can continue developing it.
Thanks.


deleted by creator


Yes definitely. This is a very good feedback. Its surprising how being a developer and self hosted enthusiast who is neck deep on hosting everything of my own I completely forgot that there will be people who will like to use this and not know about docker and all the stuff (very common thing in self hosted community).
I would love to guide you through installing and using the application and your experienced feedback would definitely be very helpful in improving the app.
Are you on discord? Then you can join Journiv’s community discord server https://discord.com/invite/CuEJ8qft46 if you aren’t then just send me a message here.


No not rude at all :) All this is a good feedback. If the lack of documentation confused you then I am sure there are many others who will get confused for the same thing. It is definitely something I should improve upon so everyone can understand the project and use it if they want to.
Cross platform for various reasons. There are two parts to Journiv
Can I ask if you have ran/used docker before?


Thank you.


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.
My motivation behind Journiv is to give a solution to self hosted people like me and other a journal first experience on par with any major cloud offering so that they don’t have to mold their usage to a notes app and be unsatisfied and frustrated like me. This license enables everyone in the self hosted community to use Journiv.
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 (take a look at the issues page of github repo). I want to keep development open and transparent while ensuring that commercial entities can’t simply repackage and profit from it.


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.


Please read the documentation linked in the ReadMe and you can try out all the security features.
There are docs for auth model, the code around it, the limitation of in-mem tokens, 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. I doubt there are self hosted (vibe coded, ai-assisted or even non vibe coded) 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. Having said that I am always looking to make the project better so if you find anything which can be improved please open a PR.
Thank you.
Thank you.