udf2457

Results 138 issues of udf2457
trafficstars

Thank you for your work on implementing PASETO in Go. I have a question about the stability of this project. You state in the readme "API is not stabilized" and...

Looking at the docs, it looks like its impossible to run netbird airgapped. You rely on a public URL so that Let's Encrypt can happen. Even with the DIY reverse-proxy...

feature-request

It is easier than ever to do in 2024! You can even do it fully-automated via Github Actions, Github OIDC and [Sigstore "keyless" signing](https://docs.sigstore.dev/signing/overview/).

You can even do it fully-automated via Github Actions, Github OIDC and [Sigstore "keyless" signing](https://docs.sigstore.dev/signing/overview/).

enhancement

In all your service files, `After=network.target` should be `After=network-online.target`. Failure to do so will lead to flaky, unpredictable behaviour. See `man systemd.special`, it says of `network.target` that: > This unit...

### Proposed change Its 2024, not signing releases and just relying on hashes is not cool. :sad It is also easier than ever to do. You can even do it...

stale
proposal

Unless I've missed it in the docs, there appears to be no "read-only" config flag available. Use-case: Say for example, I want to bring up a fork/clone of a database...

question

In the docs section 20, _"Starting and Stopping"_, `pgbackrest` is referred to as a _"service"_. I would argue that on Linux, the word _"service"_ has quite a specific well-understood meaning,...

question

It is easier than ever to do in 2024! You can even do it fully-automated via Github Actions, Github OIDC and [Sigstore "keyless" signing](https://docs.sigstore.dev/signing/overview/).

Please bring the modules and go.mod itself up to date. For example, go.mod itself references go 1.15. This needs to be kept inline with [Go release policy](https://go.dev/doc/devel/release) of "current and...