mirror of
https://github.com/mr-vercetti/homeserver.git
synced 2025-07-02 09:55:38 +02:00
Add gitea and drone
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user