You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.2 KiB
58 lines
1.2 KiB
# gitea_drone
|
|
DRONE_AGENTS_ENABLED=true
|
|
DRONE_GITEA_SERVER=https://gitea.fedy95.com
|
|
DRONE_GITEA_CLIENT_ID=***
|
|
DRONE_GITEA_CLIENT_SECRET=***
|
|
DRONE_RPC_SECRET=***
|
|
|
|
DRONE_SERVER_HOST=drone.fedy95.com
|
|
DRONE_SERVER_PROTO=https
|
|
DRONE_USER_CREATE=username:***,admin:***
|
|
DRONE_LOGS_DEBUG=true
|
|
DRONE_LOGS_TEXT=true
|
|
DRONE_LOGS_PRETTY=true
|
|
DRONE_LOGS_COLOR=true
|
|
DRONE_DATABASE_DRIVER=postgres
|
|
DRONE_DATABASE_DATASOURCE=postgres://***:***@192.168.1.152:5432/***?sslmode=disable
|
|
|
|
# gitea_drone_agent_ssh
|
|
DRONE_RPC_HOST=drone.fedy95.com
|
|
DRONE_RPC_SECRET=***
|
|
DRONE_RUNNER_CAPACITY=5
|
|
DRONE_RUNNER_NAME=gitea_drone_agent_ssh
|
|
DRONE_RPC_PROTO=https
|
|
|
|
DRONE_LOGS_COLOR=true
|
|
DRONE_LOGS_DEBUG=true
|
|
DRONE_LOGS_TEXT=true
|
|
DRONE_LOGS_TRACE=true
|
|
DRONE_LOGS_PRETTY=true
|
|
|
|
# gitea_drone_agent_docker
|
|
DRONE_RPC_HOST=drone.fedy95.com
|
|
DRONE_RPC_SECRET=***
|
|
DRONE_RUNNER_CAPACITY=5
|
|
DRONE_RUNNER_NAME=gitea_drone_agent_docker
|
|
DRONE_RPC_PROTO=https
|
|
|
|
DRONE_LOGS_COLOR=true
|
|
DRONE_LOGS_DEBUG=true
|
|
DRONE_LOGS_TEXT=true
|
|
DRONE_LOGS_TRACE=true
|
|
DRONE_LOGS_PRETTY=true
|
|
|
|
# gitea_instance
|
|
APP_NAME=Gitea
|
|
RUN_MODE=prod
|
|
DOMAIN=gitea.fedy95.com
|
|
ROOT_URL=https://gitea.fedy95.com
|
|
|
|
DB_TYPE=mysql
|
|
DB_HOST=192.168.1.152:3306
|
|
DB_NAME=
|
|
DB_USER=
|
|
DB_PASSWD=
|
|
|
|
DISABLE_REGISTRATION=true
|
|
USER_UID=1000
|
|
USER_GID=1000
|