nitnelave

Results 287 comments of nitnelave

The proper way to backup the database would be to run `sqlite3 users.db ".backup 'backup_users.db'"` ([source](https://stackoverflow.com/questions/25675314/how-to-backup-sqlite-database)). However, as you said, the provided docker image doesn't have `sqlite3` or `cron` installed....

That sounds like a nice approach, separating the concerns. I might end up making an image with both built in for ease of use, but let's start with independent images.

Thanks, that guide is very useful! In order to simplify deployment, would you be able to provide an example docker-compose config with LLDAP + dockron running sqlite-backup every day? That's...

That would be useful, yes. Thanks!

@tetricky Do you have a guide for podman for backup? I can adapt it to docker.

No worries, we're all doing this on our free time :) I was just checking if you still wanted to with on it or if I should try to take...

Created https://github.com/SergioBenitez/Figment/issues/51 to see if we can handle them at config loading time instead.

No, that's fair, but the tradeoff between the small added security here and the extra complexity doesn't seem worth it.

I need to try if switching to `rustls` rather than relying on openssl works.

Can you try the new container (once it's pushed)? I just merged a PR to switch to rustls