I recently switched away from Lightroom and now use a combination of Digikam as a DAM and Darktable for editing. I also shoot RAW+JPG and you can group these photos reasonably well in Digikam
I recently switched away from Lightroom and now use a combination of Digikam as a DAM and Darktable for editing. I also shoot RAW+JPG and you can group these photos reasonably well in Digikam
I quickly threw together a repository. But please keep in mind that I made some changes to it, to be able to publish it, and it is a combination of 3 different custom solutions that I made for myself. I have not tested it, so use at your own risk :D But if something is broken, just tell me and I try to fix it.
Sure! I’ll try to do it today but I can’t promise to get to it
I mostly use postgres so I created myself a small docker image, which has the postgres client, restic and cron. It also gets a small bash script which executes pg_dump and then restic to backup the dump. pg_dump can be used while the database is used so no issues there. Restic stores the backup in a volume which points to an NFS share on my NAS. This script is called periodically by cron.
I use this image to start a backup-service alongside every database. So it’s part of the docker-compose.yml
I use FreshRSS with FeedMe and I’m pretty happy with it. Though many local news pages here decided to become assholes and use click bait titles and teaser texts now like “Big car crash! This important main road is closed down”. So no real filtering possible and you again have to open the article to find out where you probably don’t want to drive to.
But still you can define as many filters as you want and save them: FreshRSS
You then also can “share” these filters and subscribe to them separately in your reader app if you want.
Discord recently added “user installable apps”. You can configure it though the installation context. I have only implemented the usual server installable apps so far, so I don’t know what the apps in the new context are able to do. But it might be worth a look :)