sslmode=disable # 数据库连接-DRONE_GIT_ALWAYS_AUTH=true # 使用 oauth 身份验证信息拉取代码-DRONE_GITHUB_CLIENT_ID=5922eead7512d27158c3 #上面申请的clientId-DRONE_GITHUB_CLIENT_SECRET=6911358fca7f451c22c7ab6a1c08864ebfc83f43 #github client secret-TZ=Asia/Shanghaivolumes:-/volumes/drone/server:...
github oauth2 client-secret github oauth2 client-id# 根据 github oauth2 的 client-secret 创建一个 secret # generic: 指从文件或者字符串中创建 # --form-literal: 根据键值对字符串创建 $ kubectl create secret generic drone-server-secrets --from-literal=clientSecret="${github-oauth2-client-secret...
部署时采用 helm 的官方 chart: stable/drone 当我们选择结合github做CI,此时需要两个参数 github oauth2 client-secret github oauth2 client-id AI检测代码解析 # 根据 github oauth2 的 client-secret 创建一个 secret# generic: 指从文件或者字符串中创建# --form-literal: 根据键值对字符串创建$ kubectl cr...
- name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - uses: actions/cache@v2 id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn-ca...
ports:-'10081:80'# Web管理面板的入口 PROTO=http 时使用该端口volumes:-/var/run/docker.sock:/var/run/docker.sock# docker.sock [1]-/var/data/drone/:/var/lib/drone# drone数据存放路径environment:-DRONE_GITHUB_CLIENT_ID=${DRONE_GITHUB_CLIENT_ID}#上面申请的github CLIENT_ID-DRONE_GITHUB_CLIENT...
Github OAuth Application 是为了授权 Drone Server 读取你的 Github 信息。记下生成的 Client ID 和 Client Secret 2.创建共享密钥,配置在docker-compose.yml里面 这里我们还需要创建一个共享密钥来供drone和docker-runner通信使用 我们可以使用openssl生成共享密钥 ...
Thanks to Shanon Drone for the SDKMESH file format. Thanks to Adrian Tsai for the geodesic sphere implementation. Thanks to Garrett Serack for his help in creating the NuGet packages for DirectX Tool Kit. Thanks to Roberto Sonnino for his help with theCMO, DGSL rendering, and the VS Starter...
For more in-depth information about Open Drone ID, please see the opendroneid-core-c project: https://github.com/opendroneid/opendroneid-core-c The Open Street Map version of the application can be found on the Google Playstore. The application continuously scans for Bluetooth advertising/WiF...
opendroneid-core-c Open Drone ID Core C Library This repository provides a C-code function library for encoding and decoding (packing/unpacking) Open Drone ID messages, as the format is defined in the ASTM F3411 Remote ID and the ASD-STAN prEN 4709-002 Direct Remote ID specifications. See...
OpenDroneID receiver and spoofer Installation ./setup.sh Run 1. Bluetooth receiver (using Sonoff Dongle) Get sniffle fromhereand install Run ./bluetooth_receiver.sh -b 2000000 -s /dev/ttyUSB1 --zmqsetting 127.0.0.1:4222 -v Argument description: --- -b is Baudrate (only use 2000000 for...