Add 'woodpecker-ci/README.md'

This commit is contained in:
Elara 2022-11-19 23:54:05 +00:00
parent b411d9bfc0
commit fdb3e238a4
1 changed files with 9 additions and 0 deletions

9
woodpecker-ci/README.md Normal file
View File

@ -0,0 +1,9 @@
# Woodpecker CI
These nomad job files run the Woodpecker Continuous Integration engine as well as its agents.
These files contain URLs and server IPs that will need to be changed, as well as various secrets that are set to "CHANGE ME". The `WOODPECKER_AGENT_SECRET` should be a random string, but must be the same in both Woodpecker and its agents. The `WOODPECKER_GITEA_CLIENT` and `WOODPECKER_GITEA_SECRET` are the values you get from Gitea when you add a new OAuth2 app in its web interface.
Woodpecker requires one volume to store its database. This volume should be called `woodpecker` and it should be read/write, not readonly.
Once Woodpecker starts, you should be able to go to it, and log in via your Gitea account.