From 31af969f3f7d1d26ad258890278d92222064b613 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 21 Feb 2021 17:11:24 -0500 Subject: Update builds.sr.ht database configuration --- builds.sr.ht/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'builds.sr.ht') 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 -- cgit