Windows 作为代码开发环境,gitea 和 act runner 运行在 WSL(Ubuntu-22.04) 中。Ubuntu 中也安装了 .NET SDK 9.0 0. SSL 证书 在Windows自签证书之后,需要将根证书导入到 gitea act runner 运行的主机中,这里是 Ubuntu-22.04。 mkcert 的根证书在 Windows 的路径是 C:\Users\Z\AppData\Local\mkcert。 scp ....
Gitea 提供官方的 go-sdk,以及名为 tea 的CLI 工具 和 用于 Gitea Action 的 action runner。gitea/awesome-gitea 是一个 Gitea 相关项目的列表,你可以在这里找到更多的第三方项目,包括 SDK、插件、主题等等。作者Maintainers Contributors Translators授权许可...
gitea-runner.yml: 代码语言:yml AI代码解释 version:"3.8"services:runner:image:gitea/act_runnerrestart:alwaysprivileged:trueenvironment:CONFIG_FILE:/config.yamlGITEA_INSTANCE_URL:"gitea访问地址"GITEA_RUNNER_REGISTRATION_TOKEN:"第二步的Token"GITEA_RUNNER_NAME:"自定义Runner的名称用于显示"GITEA_RUNNER_LABE...
I installed Gitea 1.22.6 and act runner 0.2.11 on the Windows 11 system. The workflow is as follows: name:Gitea Actions Demorun-name:${{ gitea.actor }} is testing out Gitea Actions 🚀on:[issue_comment, pull_request, pull_request_review, pull_request_review_comment]defaults:run:shell:...
We provide an official go-sdk, a CLI tool called tea and an action runner for Gitea Action. We maintain a list of Gitea-related projects at gitea/awesome-gitea, where you can discover more third-party projects, including SDKs, plugins, themes, and more. Communication If you have questions...
--env=DRONE_RUNNER_CAPACITY=2 \ --env=DRONE_SERVER_HOST=${DRONE_SERVER_HOST} \ --env=DRONE_SERVER_PROTO=${DRONE_SERVER_PROTO} \ --env=DRONE_TLS_AUTOCERT=false \ --publish=80:80 \ --publish=443:443 \ --restart=always \
Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946) #32964 Update i18n.go - Language Picker (#32933) #32935 PERFORMANCE Perf: add extra index to notification table (#32395) Introduce OrgList and add LoadTeams, optimaze Load teams for orgs (#32543) Improve performance...
Task - A task runner / simpler Make alternative written in Go Gogs - Gogs is a painless self-hosted Git service glauth - A lightweight LDAP server for development, home use, or CI gitlab goreleaser - Deliver Go binaries as fast and easily as possible Redmine - Mirror of redmine...
4fab13e3b5Moved backup runner events into the window and added GUI elements2015-04-06 01:48:51 +02:00 chylex 1eb49d405eAdd a line between resources and grid in MainWindow2015-04-06 00:32:30 +02:00 chylex 83815ecd27Added the backup logic w/taskbar and a placeholder window2015-04-05...
This, for example, means that a cache created on a windows-latest runner can't be restored on ubuntu-latest as cache Versions are different. Pro tip: The list caches API can be used to get the version of a cache. This can be helpful to troubleshoot cache miss due to version. Example...