techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.9K
active users

#forgejo

21 posts21 participants0 posts today

Getting Forgejo Helm Deployment to Also Trust a Local Certificate Authority

blog.hardill.me.uk/2025/06/08/

Earlier this week I blogged about getting a Forgejo Action Runner to trust my local Certificate Authority so it could check out projects.Last night while trying to setup Keycloak as a authentication source, I ran into another instance of this problem, this time with the core Forgejo application.

The problem was basically the same, the Keycloak instance is protected by a HTTPS certificate […]

Ben's Place · Getting Forgejo Helm Deployment to Also Trust a Local Certificate Authority
More from Ben Hardill

I've been managing my Docker Compose files, that run on a few Raspberry Pis, using a custom Ansible playbook. That all started before I had my local Forgejo instance running.

Now I decided I want to do GitOps to manage the compose files, so I need to decide whether I want to shoehorn it with Portainer, or go full-on Kubernetes (k3s). Time for some testing!

Looks like I found three things that my Raspberry Pi 4 are struggling with: building stuff on my Forgejo builder, building ESPHome firmware, and running Ollama for Home Assistant Voice.

I'm not trying to throw shade on Raspberry Pis, not at all. Love them. But it seems like I need something more powerful for those corner cases that I've been finding.

Maybe a Pi 5? 🤔

OK #ForgeJo folks. My instance is running with HTTPS with a certificate from a private CA. I've stood up the Action Runner in a docker container on a different machine, I mounted the CA cert, but also generated a config file to have it ignore the warning about the certificate when registering, but if I include a step like checkout it fails to pull the repo via the HTTPS URL because the cert is not trusted in the container it runs the action in.

Any suggestions?

/cc @jwildeboer and @jpmens

I've revamped the mobile commit list view in #forgejo recently for use in #Codefloe.

Changes are summarized in codeberg.org/forgejo/forgejo/i.

If you view codefloe.com/codefloe/forgejo- on a mobile device (or use the mobile view in your browsers devtools), you'll see the difference to other Forgejo instances (e.g #codeberg).

Not sure if it will ever make it upstream, but I needed this fix so badly, and I couldn't wait for a lengthy (and likely complicated) upstream discussion first 😄

Summary card of an issue titled "(Fixed) commit list view on mobile - showcase & pre-PR discussion" in repository forgejo/forgejo
Codeberg.org(Fixed) commit list view on mobile - showcase & pre-PR discussionIn https://codefloe.com/codefloe/forgejo-codefloe/pulls/2 I've done a revamp of the mobile commit list view as the current one is really bad and not optimized for mobile at all (and is one of the few leftover parts where FJ really feels incomplete/unprofessional). The implementation uses Tail...