diff options
author | Drew DeVault <sir@cmpwn.com> | 2021-02-21 17:11:24 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2021-02-21 17:11:24 -0500 |
commit | 31af969f3f7d1d26ad258890278d92222064b613 (patch) | |
tree | 800a04cd7f9d89fbaa1481a236a7d811a470dfdc /builds.sr.ht/configuration.md | |
parent | de5efab901f7cee309d873d42cfa086ab92677d3 (diff) | |
download | sr.ht-docs-31af969f3f7d1d26ad258890278d92222064b613.tar.gz |
Update builds.sr.ht database configuration
Diffstat (limited to 'builds.sr.ht/configuration.md')
-rw-r--r-- | builds.sr.ht/configuration.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/builds.sr.ht/configuration.md b/builds.sr.ht/configuration.md index aa14291..9e52038 100644 --- a/builds.sr.ht/configuration.md +++ b/builds.sr.ht/configuration.md @@ -52,7 +52,8 @@ runner if you prefer). They need the following permissions: - **master** should have ownership over the database and full read/write/alter access to all table -- **runner** should have read/write access to the job table and artifact table. +- **runner** should have read/write access to the job table and artifact table, + and read access to the user and secrets tables. If you are running the master and runners on the same server, you will only be able to use one user - the master user. Configure both the web service and build |