added gitea + drone config

This commit is contained in:
2026-02-26 11:41:02 +01:00
parent 9688eb529d
commit 0cab06acd4
2 changed files with 45 additions and 0 deletions

9
gitea/drone.env.example Normal file
View File

@@ -0,0 +1,9 @@
DRONE_GITEA_SERVER=https://gitea.example.com
DRONE_GITEA_CLIENT_ID=client-id
DRONE_GITEA_CLIENT_SECRET=client-secret
DRONE_GIT_ALWAYS_AUTH=true
DRONE_SERVER_PROTO=https
DRONE_SERVER_HOST=drone.example.com
DRONE_EXTERNAL_HOST=drone.example.com
DRONE_RPC_SECRET=rpc-secret
DRONE_USER_CREATE=username:admin,admin:true