Pi66

git.pi66.xyz
A web interface for the pi66.xyz Git server
git clone https://git.pi66.xyz/git.pi66.xyz

config.toml

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[project]
name        = "git.pi66.xyz"
version     = "0.1.0"
description = "A web interface for the pi66.xyz Git server"

[tree]
markdown  = "md"
static    = "src/static"
templates = "src/templates"
plugins   = "src/plugins"

draft_dest    = "draft"
release_dest  = "/srv/www/git.pi66.xyz/public/html"

[webview]
host        = "localhost"
port        = 8000
dev_tools   = false
html_path   = "/"
static_path = "/static"

[extras]
highlight = "monokai"

[cache]
hash = ".hash.cache"