Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)R
Posts
7
Comments
80
Joined
4 mo. 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.

  • Thank you. Best of luck.

  • Thank you.

  • 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!

  • Awesome!

  • 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.

  • 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

    1. Backend: This is what you run on your local machine (ideally a small server/nas) which can run docker. You can run it on any machine.
    2. Frontend: As of now this is a web app which you can run any where. The frontend of Journiv is in flutter which is cross platform and allow native desktop and mobile apps. Mobile apps will be launched soon.

    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.

  • Thank you.

  • 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.

  • Thank you.