fluckx
@fluckx@lemmy.world
- Comment on Auth apps 1 week ago:
The best is pretty subjective and partially relies on what you need.
Keycloak is one of the most feature complete ones I think.
I’ve used authelia before and liked it, but it had a very bare UI and everything was done through config files which forced redeploys on changes. It wasn’t ideal for me.
I’m currently trying out voidauth. It’s got some more Ui features compared to authelia and can apparently also simulate some Active Directory queries to forward your users to third party tools for provisioning ( unless I saw that wrong, I haven’t tested any yet ).
Authentik looked nice, but I haven’t gotten around to checking that one out yet.
- Comment on Whats a good alternative to Instagram? 2 weeks ago:
Signal used to do text messaging as well but they removed the feature. As they felt it was unclear when a message was fully encrypted ( signal message ) and when it wasnt ( text /RCS message ).
I don’t think there’s a privacy friendly chat app that also does RCS.
- Comment on Whats a good alternative to Instagram? 2 weeks ago:
How do you mean merge?
It’s basically another messenger.
Signal is a great app to replace your messenger with. Keep in mind that it doesn’t save whatever media you post there in your gallery.
Matrix is another solution, but you’d have to self host that. I have no experience with it.
Threema is a swiss app which I think was pretty privacy respecting as well? It doesn’t use phone numbers either IIRC.
- Comment on Immich bridge to google photos shared albums 5 weeks ago:
There is also this: 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.
- Comment on My entire production website runs on a Raspberry Pi 4B + Orange Pi Zero 3 — real traffic, public dashboard, zero cloud 5 weeks ago:
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.
- Comment on Help with MonicaHQ notifications 1 month ago:
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.
github.com/monicahq/monica/blob/…/.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=hello@example.com MAIL_FROM_NAME="${APP_NAME}" MAIL_REPLY_TO_ADDRESS=hello@example.com MAIL_REPLY_TO_NAME="${APP_NAME}"
- Comment on Trump cuts funding to FOSS projects. 1 year ago:
I’d rather not send credentials over plain text. Even in a homelab environment