OneDev ftw :)

Reply to this note

Please Login to reply.

Discussion

All day every day!

The NFDB/nostr.land code for example is managed on OneDev. Issue management is pretty great (I use it for non-code related tasks as well)

CI was extremely simple to set up, it starts a single-node FDB cluster and runs all the tests.

I'm still very green when it comes to CI but same for me as well. Tests, containers and so on!

I've even started using it for IaC for my load balancer network.

One other thing I did was use OpenBao for managing FDB cluster configuration.

That originally started with TLS certificate issuance only, but I needed to manage JWT signer keys as well, and then I put some other configuration in as well that was not completely security related since I didn’t want to deploy a 2nd tool.

Planning to set up an SSH CA soon.

Oh an SSH CA would be nice! Id like to handle my TLS as well, i'm not happy with my current setup. Still kind of manual for now. Everything was nice and simple until I expanded my LBs XD