1 | --- |
2 |
|
3 | server-port: 8080 |
4 | static: |
5 | /style.css: |
6 | path: static/style.css |
7 | type: text/css |
8 | templates: |
9 | - name: index |
10 | path: templates/index.html |
11 | - name: commit |
12 | path: templates/commit.html |
13 | - name: inline_commit |
14 | path: templates/inline_commit.html |
15 | - name: repository |
16 | path: templates/repository.html |
17 | - name: inline_repository |
18 | path: templates/inline_repository.html |
19 | repositories: |
20 | - name: lognestmonster |
21 | description: "a single-header C logging library and parser for event-based logs" |
22 | branch: dev |
23 | allows: |
24 | - master |
25 | - dev |
26 | github: "https://github.com/JoshuaS3/lognestmonster" |
27 | location: |
28 | dev: "/home/josh/repos/lognestmonster/.git" |
29 | prod: "/home/git/lognestmonster.git" |
30 | - name: auto-plow |
31 | description: "a remote control snow plow controlled by an ESP32, propelled by electric wheelchair motors, and powered by 24v batteries" |
32 | branch: dev |
33 | allows: |
34 | - master |
35 | - dev |
36 | github: "https://github.com/JoshuaS3/auto-plow" |
37 | location: |
38 | dev: "/home/josh/repos/auto-plow/.git" |
39 | prod: "/home/git/auto-plow.git" |
40 | - name: joshstock.in |
41 | description: "my personal website, blog, portfolio" |
42 | branch: master |
43 | github: "https://github.com/JoshuaS3/joshstock.in" |
44 | location: |
45 | dev: "/home/josh/repos/joshstock.in/.git" |
46 | prod: "/home/git/joshstock.in.git" |
47 | - name: lua-stdlib-plus |
48 | description: "an extension of the Lua 5.3 standard library" |
49 | branch: master |
50 | github: "https://github.com/JoshuaS3/lua-stdlib-plus" |
51 | location: |
52 | dev: "/home/josh/repos/lua-stdlib-plus/.git" |
53 | prod: "/home/git/lua-stdlib-plus.git" |
54 | - name: futaba |
55 | description: "my simplewriter branch of the futaba bot" |
56 | branch: simplewriter |
57 | github: "https://github.com/JoshuaS3/futaba" |
58 | location: |
59 | dev: "/home/josh/repos/futaba/.git" |
60 | prod: "/home/git/futaba.git" |
61 |
|