Add gitea and drone

This commit is contained in:
mr-vercetti
2022-11-19 20:50:04 +01:00
parent 5ed781ee0b
commit 3823fe7a85
4 changed files with 123 additions and 2 deletions

View File

@ -37,3 +37,24 @@ DUPLICATI_UID=
DUPLICATI_GID=
BACKUP_SOURCE_DIR=
BACKUP_DIR=
# netdata
HOSTNAME=
# gitea
# you need to create "git" user and group
GITEA_UID=
GITEA_GID=
GITEA_MYSQL_ROOT_PASSWORD=
GITEA_MYSQL_DATABASE=
GITEA_MYSQL_USER=
GITEA_MYSQL_PASSWORD=
# drone
DRONE_GITEA_SERVER=https://git.domain.com
DRONE_SERVER_HOST=https://drone.domain.com
DRONE_RPC_SECRET=
# generate these in gitea
DRONE_GITEA_CLIENT_ID=
DRONE_GITEA_CLIENT_SECRET=
DRONE_USER_CREATE=username:<--USERNAME-->,machine:false,admin:true,token:${DRONE_RPC_SECRET}