PROXY_ENABLED=truePROXY_URL=https://1.14.*.*:3128PROXY_HOSTS=*.github.com 服务配置 配置app.ini以满足一些个性需求 限制所有仓库只有登录后才能访问 REQUIRE_SIGNIN_VIEW=true 关闭gitea的注册功能 REQUIRE_SIGNIN_VIEW=true 配置actions 配置act_runner 拉取镜像 docker pull gitea/act_runner:latest# for t...
Often, when having multiple CI running using act_runner (on another server) and gitea actions, docker image uploads get stuck, returns a 504 Gateway time out (using an nginx reverse proxy), logs shows database updates sometimes running for 3 minutes, causing these timeout issues. I changed ...
My forgejo-runner configurration: {pkgs,config,...}:{services.gitea-actions-runner={package=pkgs.forgejo-actions-runner;instances.default={enable=true;name=config.networking.hostName;url="https://codeberg.org";token="***";labels=["ubuntu-latest:docker://node:16-bullseye""nix:docker://nix...
image: drone/drone-runner-docker:1ports:-"3000:3000"volumes:- /var/run/docker.sock:/var/run/docker.sock environment:- DRONE_RPC_PROTO=http # 支持http, https- DRONE_RPC_HOST=drone-server- DRONE_RPC_SECRET=31f581f47dbdb5700654af23432ee753 #自定义的Drone与runner通信密钥- DRONE_RUNNER_NAME=...
Support changing labels of Actions runner without re-registration (#24806) Fix duplicate Reviewed-by trailers (#24796) Resolve issue with sort icons on admin/users and admin/runners (#24360) Split lfs size from repository size (#22900) ...
这里我们通过使用 Docker Compose 来构建并启动 Drone和 Docker Runner,编写 docker-compose.yml 文件 $ mkdir drone$cd drone$ vim docker-compose.yml 在配置文件中,我们设置 docker-compose.yml 的格式为 3 号版本,定义以下两个docker服务。Drone Server:使用drone/drone:1版本镜像,将 drone 容器的 80 端口...
nuc.com # 使用的应用镜像 DOCKER_IMAGE=drone/drone-runner-docker:1.6.3 # Drone 服务端和 Runner 之间通讯秘钥 DRONE_RPC_SECRET=YOUR_RANDOM_KEY # Runner 最大并发数量,根据自己需求来 DRONE_RUNNER_CAPACITY=2 # Drone 服务配置域名 DRONE_SERVER_DOMAIN=drone.nuc.com 然后是定义容器编排配置文件: 代码...
container_name: drone-runner depends_on: - drone-server volumes: - /var/run/docker.sock:/var/run/docker.sock restart: always environment: - DRONE_RPC_PROTO=http - DRONE_RPC_HOST=drone-server-api:8080 - DRONE_RPC_SECRET=9c3921e3e748aff725d2e16ef31fbc42 ...
晴空 搬砖 @ 工地
docker restart gitea 这时候已经配置好了 配置nginx,加入以下代码到nginx配置文件里面 location / { proxy_pass http://localhost:10080; } 重启nginx,输入域名就可以访问了 感谢 万能的网络以及勤劳的自己,个人博客,GitHub http://weixin.qq.com/r/0zguNoLEUt8trcZV923B (二维码自动识别)发布...