None

Posts tagged draft

Wireguard systems: Tailscale / Nebula / Zerotier / innernet

Lists of alternatives:

https://www.reddit.com/r/selfhosted/comments/1cptsdf/tailscale_free_alternative_for_4_people/

Read more ...


TIL: Gitlab CI: The needs Keyword

Gitlab CI has the needs keyword since 2021. It allows building stageless pipelines, but has many uses.

Sometimes we run different test suites in parallel (e.g. unit-tests and integration tests), but want aggregated coverage results. This results in a pipeline like this:

Read more ...