

I think Libre Office is fantastic and I’m glad to see the back of Microsoft. But I miss how useful mail-merge was and how limited it is in Libre. It’s my only small complaint among so many cheers for Libre.
Your reality, sir, is lies and balderdash… and I’m delighted to say that I have no grasp of it whatsoever!


I think Libre Office is fantastic and I’m glad to see the back of Microsoft. But I miss how useful mail-merge was and how limited it is in Libre. It’s my only small complaint among so many cheers for Libre.


That’s one of the other big issues. I have the same worries about how digital-only gaming has become. My kids seem to prefer digital downloads and really don’t believe me when I warn them that they have absolutely no control over what they “buy”. But they look at me like one of those crazy old-timers who just doesn’t understand the modern world.
I started with Logseq and then quickly moved to Obsidian (which I think is great). Over the last couple of months I’ve started using Emacs with Org (partly for the challenge and partly because it seems to be able to do pretty much everything).


I did make the jump… into unemployment. But still much happier. I love teaching and would join an authentic, child-centred school at the drop of a hat - but not willing to be complicit in the toxic horror show that’s current UK education.


Former English teacher here. My self-hosting origin is that I had 20 years or so of teaching materials I’d collected in OneNote over that time and simply wanted to have offline copies so that I could feel that if ever something went wrong with Microsoft like getting permanently locked out of my account, then I had a means of restoring everything. Microsoft makes it practically impossible to export to a working backup.
After spending a LONG time trying everything to get back ownership of my materials, I understood the need to move my digital stuff away from big tech. I bought a Synology NAS, learned how to use Docker and then took more steps. About the same time I started using Fediverse apps and learned a great deal from the discussions and links there. My greatest “learn” has been keeping notes in plaintext files (and not getting seduced by nice shiny new apps that are actually horrors that want lure you into a future subscription).


Thanks. I took another look at your documentation and decided to re-install everything. You’re right, I’d used the simple “test” compose script from your site. After a little trial and error, I got everything working properly with this:
services:
redis:
image: redis:7-alpine
container_name: journiv-redis
restart: unless-stopped
volumes:
- /mnt/dietpi_userdata/docker-data/journiv/redis-data:/data
command: redis-server --appendonly yes
journiv:
image: swalabtech/journiv-app:latest
container_name: journiv
ports:
- "8111:8000"
environment:
- SECRET_KEY=XXX
- DOMAIN_NAME=XXX
- CELERY_BROKER_URL=redis://redis:6379/0
- CELERY_RESULT_BACKEND=redis://redis:6379/0
- REDIS_URL=redis://redis:6379/0
volumes:
- /mnt/dietpi_userdata/docker-data/journiv/data:/data
restart: unless-stopped
depends_on:
- redis
celery-worker:
image: swalabtech/journiv-app:latest
container_name: journiv-celery-worker
entrypoint: []
command: ["celery", "-A", "app.core.celery_app", "worker", "--loglevel=info"]
environment:
- SECRET_KEY=XXX
- DOMAIN_NAME=XXX
- CELERY_BROKER_URL=redis://redis:6379/0
- CELERY_RESULT_BACKEND=redis://redis:6379/0
- REDIS_URL=redis://redis:6379/0
volumes:
- /mnt/dietpi_userdata/docker-data/journiv/data:/data
restart: unless-stopped
depends_on:
- redis
- journiv
Exports are working!


Is Journiv still having issues with export? I couldn’t get it to work (tried following all the stuff I could find about the export issues and folder permissions) - so I gave up. A shame because I like the app.


Disappointed as I thought this was something to do with Richard Shaver. Never enough stuff about the Shaver Mysteries these days.


I’m interested to know if anyone is using a Cloudflare tunnel to stream audio? It breaks their terms but I’ve read that they tend to ignore it.


That sounds fantastic. Journiv has kick-started me into journalling before bed again. Thank you for uour work.


I’ve been running Journiv since Monday and really liking it. I’d really like to see a straightfoward means of exporting/restoring journals, though. The export says coming soon.
One of the reasons I stopped using Memos - which I thought was good - was because the devs were telling users on Discord that there was no need for backups because you should have the skill to manually locate and open up the database and export entries yourself. I think that sort of stuff makes or breaks apps like this in which people put aspects of their lives into.
Agree with Navidrome. Works great in browser and the Substreamer ios app.


Is this the sort of thing you’re looking for?
It’s a php file you drop into a folder that creates a gallery of the files (including pdfs). There are security settings and visual customisations you can change. If you know what you’re doing you can access the file remotely, too. I’ve used it for a while and found it helpful.
It’s great. I’ve been using it for nearly a year and it just works brilliantly.


That’s probably the best way of dealing with it.


That’s one of the issues, isn’t it? I recently found someone who only responded to comments about Margaret Thatcher, challenging negative comments about her. This person’s history went back years and ALL of the comments (thousands!) only challenged negative ones about her. It could have been a bot, of course, but if real, it was a pretty weird way of engaging online. That goes beyond contrarianism, it’s some sort of “distributed sealioning” maybe?


It’s a hard one, though. I’ve found myself challenging someone who then avoids answering and making other similarly unsupported points… eventually you learn that it’s a waste of time. Equally, you don’t want to leave their comments out there unchallenged.


How can you tell good faith from bad faith?
For instance, can you tell if this question is asked in good faith or not? These things seem very hard know.


Seems to me that’s the point of it: to stop people asking questions in good faith and then persisting on challenging lies and disinformation.


Thank you. You are absolutely right and it was right there in front of me!
You can. It’s more straightforward in Synctrain than Mobius but both can do what the OP needs.