Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)G
g11 @lemmy.world
Posts 3
Comments 3

Monokle 2.3 released

monokle.io Monokle Desktop 2.3 Release Notes

With a focus on improving your experience with Helm Charts and introducing Validation Plugins, Monokle Desktop 2.3 is here!

1

Flux 2.0 is out.

github.com Release v2.0.0 · fluxcd/flux2

Highlights This is the first General Availability (GA) release of Flux v2. Flux v2.0.0 comes with the promotion of the GitOps related APIs to v1 and adds horizontal scaling & sharding capabilities ...

3
DevOps @lemmy.ml g11 @lemmy.world

Flux 2.0 is out.

github.com Release v2.0.0 · fluxcd/flux2

Highlights This is the first General Availability (GA) release of Flux v2. Flux v2.0.0 comes with the promotion of the GitOps related APIs to v1 and adds horizontal scaling & sharding capabilities ...

1
[SOLVED] Help with accessing stuff running on free Oracle VPS?
  • None of those IPs are public so when someone external comes asking for the public IP 129.159.x.x the server will respond that it doesn't have any service running in that IP. When the service is listening to the tailscale interface and you access it through tailscale, your browser is asking the server for the content on 100.64.x.x, the tailscale IP, and so there is indeed a service on that IP. So if you want to provide a service on both the tailscale network and through the public IP, you have to use the IP 0.0.0.0 which means every interface or you can also tell nginx to listen on both the public ip and the tailscale ip. And as the other comment says, you have to allow the port connection in bot the VPS and the Oracle network, the VCN.