From 936ee9c3172df9dd417cd235552a1785c82cfa79 Mon Sep 17 00:00:00 2001 From: "dolgolyov.alexei" Date: Wed, 1 Apr 2026 00:43:21 +0300 Subject: [PATCH] docs: add gitea-runner.md to README index --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6462ae4..60c580c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Claude Code Facts -> Last updated: 2026-03-26 +> Last updated: 2026-04-01 A collection of interesting and useful facts, tips, tools, and guides for working with Claude and Claude Code. @@ -21,3 +21,7 @@ Reusable reference for building CI pipelines, release automation, and installer ### [Windows Code Signing for Open-Source Projects](windows-code-signing.md) Review of code signing options for Windows executables — Azure Trusted Signing ($9.99/mo, immediate SmartScreen trust), SignPath.io (free but GitHub-only), SSL.com, Certum, and self-signed. Includes CI/CD integration examples for Gitea Actions. + +### [Gitea Act Runner — Worker Capacity (TrueNAS)](gitea-runner.md) + +How to configure parallel job capacity for Gitea Act Runner on TrueNAS. Covers the `CONFIG_FILE` env var requirement, custom `config.yaml` mount, and capacity tuning.