wojas
wojas
Explicit triggers could be useful, for example by calling something like `POST /some-repo/trigger?name=pre-backup`. Restic could perhaps be extended to perform some specific calls like `pre-backup` and `post-backup` and perhaps gain...
A reverse proxy makes sense, but you do need to be careful about potential differences in path handling between the proxy and rest-server to not introduce security issues.
`POSIX_FADV_DONTNEED` probably does make sense. Rereading the data files after write could be useful as an opt-in feature. We could even try to write again once if it fails if...
Overriding the system DNS settings is undesirable in most cases, but macOS does provide a mechanism to override resolution only for a specific domain or subdomain. For example, you can...
This does not work without buildkit. Build with `DOCKER_BUILDKIT=0` set: ``` Step 1/52 : FROM --platform=$BUILDPLATFORM debian:10-slim AS native-tools failed to parse platform : "" is an invalid component of...
Integration with the package builders requires more work: - The current approach only works for Debian and probably Ubuntu. - For RHEL based distributions we would need to figure out...
Thanks for reporting!. It looks like LS is still on 1.9.0 of github.com/PowerDNS/lmdb-go. We need to update that to the latest 1.9.2.
Giving it some more thought, I would actually be surprised that an LMDB patch release (from 0.9.28 to 0.9.31) would introduce an incompatible change to the database format. None of...
Lightning Stream uses https://github.com/PowerDNS/simpleblob for object storage, which uses https://github.com/minio/minio-go for S3 storage.
Thanks, I added PowerDNS/simpleblob#49 for this and added it to the next patch release milestone.