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
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 :)