this post was submitted on 12 Nov 2025
46 points (92.6% liked)
Privacy
43184 readers
375 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
much thanks to @gary_host_laptop for the logo design :)
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
Nice looking project. Will there be amy export/backup functionality? I wouldnt want to keep a journal in a young project that doesnt have some sort of migration option.
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?
Anything that would be considered plaintext (markdown, org, etc…) or something easily portable like html export.
I always think about these things in the sense of how would i pass this journal on to less technically capable family members if it became necessary.
Cool. Makes sense. Can I request you to open a issue on github to track this? Thanks.