From 313d3703b420388d9589fdb6081fa9b65b7aa9cb Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 12 Sep 2022 15:12:26 +0200 Subject: [PATCH] Remove repo owners variable. (only allows syncing from those) --- pages/02.linux/28.woodpecker-ci/default.en.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/02.linux/28.woodpecker-ci/default.en.md b/pages/02.linux/28.woodpecker-ci/default.en.md index dc5af1d..d166919 100644 --- a/pages/02.linux/28.woodpecker-ci/default.en.md +++ b/pages/02.linux/28.woodpecker-ci/default.en.md @@ -33,7 +33,6 @@ title: 'Woodpecker CI' # podman run --name woodpecker-server -t \ -e WOODPECKER_HOST=https://(hostname/ip address) \ -e WOODPECKER_ADMIN=RealStickman \ - -e WOODPECKER_REPO_OWNERS=RealStickman \ -e WOODPECKER_OPEN=false \ -e WOODPECKER_AGENT_SECRET=(shared secret for server and agents) \ -e WOODPECKER_DATABASE_DRIVER=postgres \ @@ -44,7 +43,6 @@ title: 'Woodpecker CI' ``` If `WOODPECKER_OPEN` is set to `true`, any user present on the connected git server could log in to woodpecker. -I'm using `WOODPECKER_REPO_OWNERS` instead to allow my user on woodpecker without having to add it manually using the CLI. If one wanted to add a user manually: `$ woodpecker-cli user add` Generate `WOODPECKER_AGENT_SECRET` with this command: