rebuilderd-worker.conf(5) File Formats Manual rebuilderd-worker.conf(5) (NAME) rebuilderd-worker.conf - rebuilderd-worker (SYNOPSIS) /etc/rebuilderd-worker.conf (DESCRIPTION) rebuilder-worker connect endpoint signup_secret . endpoint . (OPTIONS) endpoint= rebuilderd . signup_secret= (allowlist) (signup secret) . [build] timeout= diffoscope (: ). max_bytes= diffoscope (: ). rebuilder . silent= stdout/stderr . true . [diffoscope] enabled= diffoscope . args= diffoscope. . timeout= diffoscope (: ). max_bytes= diffoscope (: ). diffoscope . (EXAMPLES) ## The rebuilderd to connect to endpoint = "http://127.0.0.1:8484" ## The server would either allowlist our key or require a signup secret #signup_secret = "your_signup_key" [build] #timeout = 86400 # 24 hours ## Set a maximum build log limit in bytes (default: none). ## When reaching this limit the log is truncated but the rebuilder backend is *not* terminated. max_bytes = 10485760 # 10 MiB [diffoscope] ## Generate and attach diffs with diffoscope when rebuilding enabled = false ## Pass additional arguments to diffoscope. Use wisely, some options might not work well. #args = ["--max-container-depth", "2", "--fuzzy-threshold", "0"] ## Set a timeout in seconds after which diffoscope is terminated (default: 3600) #timeout = 600 # 10 minutes ## Set a maximum diffoscope output limit in bytes (default: none). ## When reaching this limit diffoscope is terminated and the output is truncated. max_bytes = 41943040 # 40 MiB (SEE ALSO) rebuilderd-worker(1). (AUTHORS) rebuilderd kpcyrd https://github.com/kpcyrd/rebuilderd . 2025-08-29 rebuilderd-worker.conf(5)