Inspired by @rawkode's @KubeHuddle talk, where at the end he said we should all strive to share our knowledge. I got my act together and finished a blog post in my drafts folder. Appropriately enough it is about Kubernetes, and auto-updating deployments text.techknowlogick.com/post…
In my spree of technical blog posts this month, I just wrote about publishing a static @GoHugoIO site to host on @BunnyCDN in case you wanted cheaper bandwidth than Netlify
text.techknowlogick.com/post…
Channel my inner @nosceon, and wrote a blog post about using #Vault as an SSH CA. This has allowed me to not worry about putting each of my SSH pub keys on the many servers I manage, and removing them when I have to rotate keys.
text.techknowlogick.com/post…
We just released #Gitea 1.19.1!
There's one breaking change, which is abnormal for a minor release, we don't expect it to affect many users if any at all.
As always, please update when possible, and report any issues you have to the issue tracker ❤️
blog.gitea.io/2023/04/gitea-…
I did something really silly, I am running a @giteaio actions runner on @flydotio hopefully I didn't break the TOS 😮
I'm not entirely sure of the practicality of this, but it sure was fun to figure out.
text.techknowlogick.com/post…
Mercurial 6.4 has been released! 🎉
It includes a good mix of performance improvements and bug fixes.
Read the release notes here: mercurial-scm.org/wiki/Relea…
Please tell us what you think!
Much love to everyone at GitHub and GitLab (and all the other layoffs too) ♥️
If you need a signal boost to help you find your next thing, reply here and we'd be happy to share.
Two years ago I asked this question about xcompiling CGO code for Freebsd. It seems it hadn't ever been done before, but I had some time today and have had some success in simple tests. Now I need to push code and test, but cgo code cross compiled for #freebsd coming soon, maybe?
ALT terminal showing running of a binary that is running cgo embedded code that was compiled on linux running in freebsd
A #golang cgo/@freebsd question: Does anyone have experience cross-compiling a binary for FreeBSD that includes cgo deps on Linux? The CGO dep makes it so we can't just set GOOS
Thanks to @b0rk's work on the nginx playground, I've been able to get one running for @caddyserver so I can test all of my caddy configs. And thanks also to @flydotio for making it incredibly easy to run. Don't know if I'll make it fully public yet.
ALT screenshot of caddy configuration playground showing a customized caddy config that will respond with the method called, and curl using the "LOL" method to show it can send anything.
Since is has blown up I have made it public caddy-playground.techknowlog… but please let it be known that credit for this goes to @b0rk and I have only modified her code to run with caddy instead. I also pay for my fly account, so please don't abuse.
Hey everyone, do you use 2FA to secure your account?
Please double-check **now** that you have saved a possibility to recover your account in case you loose your 2FA device (e.g. due to a broken smartphone, lost hardware key etc).
Thanks!
#servicetoot#2fa#webauthn#totp
Setting up my stream setup and accidentally cosplaying as @ThePrimeagen
ALT Me setting up stream and looking like @ThePrimeagen who wears a black hoodie against a green screen with the hood on. Also my hoodie is a Gitea hoodie so the green tea cup is chroma keyed out and is showing the purple background that I have behind me.
We are so excited to announce that we've formed Gitea Limited to be able to offer professional services and a lot more! Read more details at: blog.gitea.io/2022/10/open-s…
so many people are sleeping on Caddy, it's more than just a webserver (although, the webserver part is 👌), but rather a platform that can enable so many possible applications.