How do you enforce consistent backups of the database? Do you dump the data periodically? Copying the data on the docker volume won’t give you consistent ( and possibly corrupted ) backups IIRC if the database itself isn’t stopped.
nelson
- 0 Posts
- 4 Comments
Joined 3 years ago
Cake day: July 22nd, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
- nelson@lemmy.worldtoSelfhosted@lemmy.world•My entire production website runs on a Raspberry Pi 4B + Orange Pi Zero 3 — real traffic, public dashboard, zero cloudEnglish2·5 days ago
- nelson@lemmy.worldtoPC Master Race@lemmy.world•Microsoft quietly extends Windows 10's extra security updates program for free: Users can now stay on Windows 10 until October 2027 securelyEnglish8·5 days ago
Seems like the threat to stop support was just a marketing ploy to get more people to the latest data harvest version OS
Email notification and the like usually don’t work out of the box and require SMTP configuration. This is usually available in the app admin consoles or configurable through Environment variables in the console.
I’m not running it ( and I haven’t checked it for Monica HQ ), but those would be the first things I’d look for.
The .env.example file shows SMTP settings. The example file notifies to a logfile rather than an email.
https://github.com/monicahq/monica/blob/main/.env.example
# Mailing # Set the MAIL_MAILER to 'smtp' if you want to send emails. MAIL_MAILER=log MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null MAIL_FROM_ADDRESS[email protected] MAIL_FROM_NAME="${APP_NAME}" MAIL_REPLY_TO_ADDRESS[email protected] MAIL_REPLY_TO_NAME="${APP_NAME}"
There is also this: https://github.com/alangrainger/immich-public-proxy
I think your immich gallery can even be private ( though the public proxy would need to be able access it ).
I have no experience with it though.