mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#forgejo

12 Beiträge11 Beteiligte1 Beitrag heute

Chinwag users! As part of a maybe-ongoing, erratic series of self-promotion posts, here's an outline of one of the many things we do!

Chinwag Code - git.chinwag.org - is not just where the source code for our projects lives, but if you're a bit coding-curious yourself, all Chinwag users are welcome to keep their own stuff there as well! Free!

Just use the "Chinwag account" logo button on the sign in page. That's it, you're in. Your stuff will be backed up with the rest of ours!

Enjoy!

Chinwag CodeChinwag CodeForgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.

Got a strange one

Forgejo Helm install with the PV being a mounted NFS volume from a Synology NAS

Every now and again the Avatar icon for one of the orgainistaions stops loading and throws internal errors claiming to not have permission to read the file.

If I ssh into the NAS and run ls in the folder it all works again.

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
Mehr von Ben Hardill
#certificates#forgejo#git

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!

#HomeLab#Forgejo#Portainer

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