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.
44 lines
1.1 KiB
44 lines
1.1 KiB
# Docs: https://docs.drone.io/server/reference/
|
|
|
|
# Drone Server
|
|
DRONE_SERVER_HOST=
|
|
DRONE_SERVER_PROTO=
|
|
DRONE_RPC_SECRET=
|
|
|
|
# Drone Server (required if behind a proxy)
|
|
DRONE_SERVER_PROXY_HOST=
|
|
DRONE_SERVER_PROXY_PROTO=
|
|
|
|
# Drone behaviour to git (optional)
|
|
DRONE_GIT_ALWAYS_AUTH=true
|
|
|
|
# Gitea Plugin (optional)
|
|
DRONE_GITEA_SERVER=
|
|
DRONE_GITEA_CLIENT_ID=
|
|
DRONE_GITEA_CLIENT_SECRET=
|
|
|
|
# Give admin powers to specific existing users (optional)
|
|
DRONE_USER_CREATE=
|
|
|
|
# Disables open registrations (optional)
|
|
DRONE_REGISTRATION_CLOSED=false
|
|
|
|
# Limit registration to individual users and members of organizations (optional)
|
|
DRONE_USER_FILTER=
|
|
|
|
# List of users and organizations used to limit which repos are syncronized (optional)
|
|
DRONE_REPOSITORY_FILTER=
|
|
|
|
# Security (optional)
|
|
DRONE_HTTP_ALLOWED_HOSTS=
|
|
DRONE_HTTP_PROXY_HEADERS=Host
|
|
DRONE_HTTP_BROWSER_XSS_FILTER=true
|
|
DRONE_HTTP_FRAME_DENY=true
|
|
DRONE_HTTP_CONTENT_TYPE_NO_SNIFF=true
|
|
DRONE_HTTP_REFERRER_POLICY=same-origin
|
|
|
|
# Reverse-proxy and certbot
|
|
VIRTUAL_HOST=sub.domain.tld
|
|
VIRTUAL_PORT=80
|
|
LETSENCRYPT_HOST=sub.domain.tld
|
|
LETSENCRYPT_EMAIL=account@domain.tld
|
|
|