this post was submitted on 11 Nov 2025
72 points (100.0% liked)
Open Source
42044 readers
218 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
- !libre_culture@lemmy.ml
- !libre_software@lemmy.ml
- !libre_hardware@lemmy.ml
- !linux@lemmy.ml
- !technology@lemmy.ml
Community icon from opensource.org, but we are not affiliated with them.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm probably blind or something, but I don't see a list of supported platforms anywhere on the website and in readme on github, also no "downlaods" page or section. It says it's cross platform, but does it actually have a desktop version (windows/linux) or is it just a browser SPA, and does it have a dedicated android app?
Sorry don't mean to be rude, I really wish it has a linux native app and an android app, hopefully in f-droid, if yes then it's perfect, but for now it's not clear to me.
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?
I did run docker, specifically the portainer interface, not just the docker itself. While it's nice and easy to use, I felt like docker obscures things behind some abstractions, for example my native services store data simply as directories and files somewhere under /srv, while docker containers keep data somewhere in docker's directory as some storage objects with randomly generated names.
I also completely lost control of my firewall, for example if I can just run iptables and see exactly which ports do what, I can easily read and understand line by line each firewall rule, when I use docker containers it's all some gibberish to me, ports get opened and closed and mapped to container ports (I guess) without me ever touching iptables, and I have no idea what is happening with my server anymore.
So yes, I tried portainer and dropped it, if you do native packages and an android app in f-droid, let me know, I really like your project so far. I can even stand the docker thingy, but we need an android app with proper sync and caching, because not everyone has internet connection 24/7. We may want to run an app, sync with backend, then add entries during a flight. Browser won't solve this.
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.
What exactly do you mean by "sustainable", paid/premium features? Ads? Subscription plans for users that ask you to host the server instead of self-hosting themselves?
Yes I understand FOSS is a lot of time and effort, thank you :-)
That is the answer I am seeking. If you have any suggestion/recommendation I will love to hear it.
Well one thing I know is no ads in the app :) Can't stand them!