repos / git-pr

a self-hosted git collaboration server
git clone https://github.com/picosh/git-pr.git

Eric Bower  ·  2025-03-28

git-pr.toml

 1# url is used for help commands, exclude protocol
 2url = "localhost"
 3# where we store the sqlite db, this toml file, and ssh host keys
 4data_dir = "./data"
 5# list of admin ssh pubkeys, authorized to submit review and other admin
 6# permissions
 7admins = []
 8# set datetime format for our clients
 9time_format = "2006-01-02"
10# who can create new repos?
11#   admin: only admins
12#   user: admins and users
13create_repo = "user"
14# add a description box to the top of the index page, supports HTML
15desc = ""