Testing if the Indigenous Android app removes exif data
Testing if the Indigenous Android app removes exif data
Reply to
There's a few ways to do it and I'm still trying to figure out which works best for my setup. Since Obsidian is really just reading from a local file system, you could use any number of application to sync that directory between devices. I think something like Dropbox would work but I'm thinking about going with Syncthing. The Obsidian Git plugin would also work but there is no mobile support. On Android this can sort of be handled with Termux and a cron job. The E2EE gets a little more complicated but I have this on my list of things to try:
Reply to
I've been struggling with the same. I like Notion but I don't think the mobile experience works as well as it does on desktop. Trilium is the easiest to setup but I the UX makes it harder to work with than Notion for me. Overall Obsidian is closer to what I need but I don't want to fully move to it until I setup my own sync server that doesn't rely on their servers.
Taking some time off of work so naturally I'm spending all my free time working on my homelab
If this works, I can finally go to sleep
Test post with bridgy
Reply to
Quick test of webmentions
Reply to
Replying in production
Testing in production
I need to find a better git workflow for posts. Currently posts published through my micropub endpoint are pushed to a branch. That branch gets automatically deployed to preview on Netlify. On a push to main, a GitHub Action deploys to "production". I manually deploy changes when a post is made after I've previewed and "approved" them but doing a PR for all of these seems like overkill but that might be the way to go for now.