Permissions

server.permissions controls what authenticated users can do in the UI.

Fields

FieldTypeDefaultNotes
allowBackupDownloadbooltrueenable archive download buttons
allowManualRunbooltrueenable on-demand "Run now" for jobs
showConfigbooltruerender the parsed config in the UI (secrets masked)

Example

server:
  permissions:
    allowBackupDownload: false
    allowManualRun: true
    showConfig: false