Index

joshstock.in / 9764b4c

Source for serving and static templating/compiling of https://joshstock.in.

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
10518 Jan 2021 10:189764b4cMove lua-gitweb to own repository (resty-gitweb)Josh Stockin11090G

Blob @ joshstock.in / resty-gitweb.yaml

text/plain3773 bytesdownload raw
1---
2
3- name: test-repo
4 description: "Testing"
5 download: # Using lists instead of dictionaries for this preserves key order in Lua tables
6 - GIT git://joshstock.in/test.git
7 - HTTPS https://git.joshstock.in/test.git
8 urls:
9 - joshstock.in https://git.joshstock.in/test
10 location:
11 dev: "/home/josh/repos/test/.git"
12 prod: "/home/git/test.git"
13 specialfiles:
14 - README readme
15 - LICENSE license
16
17- name: ncurses-minesweeper
18 description: "Terminal game of Minesweeper, implemented in C with ncurses."
19 download: # Using lists instead of dictionaries for this preserves key order in Lua tables
20 - GIT git://joshstock.in/ncurses-minesweeper.git
21 - HTTPS https://git.joshstock.in/ncurses-minesweeper.git
22 urls:
23 - joshstock.in https://git.joshstock.in/ncurses-minesweeper
24 - GitHub https://github.com/JoshuaS3/ncurses-minesweeper
25 - GitLab https://gitlab.com/JoshuaS3/ncurses-minesweeper
26 location:
27 dev: "/home/josh/repos/ncurses-minesweeper/.git"
28 prod: "/home/git/ncurses-minesweeper.git"
29 specialfiles:
30 - README README.md
31 - LICENSE LICENSE
32
33- name: auto-plow
34 description: "A wheelchair motor-propelled battery-powered ESP32-driven remote control snow plow."
35 download:
36 - GIT git://joshstock.in/auto-plow.git
37 - HTTPS https://git.joshstock.in/auto-plow.git
38 urls:
39 - joshstock.in https://git.joshstock.in/auto-plow
40 - GitHub https://github.com/JoshuaS3/auto-plow
41 - GitLab https://gitlab.com/JoshuaS3/auto-plow
42 location:
43 dev: "/home/josh/repos/auto-plow/.git"
44 prod: "/home/git/auto-plow.git"
45 specialfiles:
46 - README README.md
47 - LICENSE LICENSE
48
49- name: resty-gitweb
50 description: "A git web interface for Lua/OpenResty (you're on it right now!)"
51 download:
52 - GIT git://joshstock.in/resty-gitweb.git
53 - HTTPS https://git.joshstock.in/resty-gitweb.git
54 urls:
55 - joshstock.in https://git.joshstock.in/resty-gitweb
56 - GitHub https://github.com/JoshuaS3/resty-gitweb
57 - GitLab https://gitlab.com/JoshuaS3/resty-gitweb
58 location:
59 dev: "/home/josh/repos/resty-gitweb/.git"
60 prod: "/home/git/resty-gitweb.git"
61 specialfiles:
62 - README README.md
63 - LICENSE LICENSE
64
65- name: joshstock.in
66 description: "Source for serving and static templating/compiling of https://joshstock.in."
67 download:
68 - GIT git://joshstock.in/joshstock.in.git
69 - HTTPS https://git.joshstock.in/joshstock.in.git
70 urls:
71 - joshstock.in https://git.joshstock.in/joshstock.in
72 - GitHub https://github.com/JoshuaS3/joshstock.in
73 - GitLab https://gitlab.com/JoshuaS3/joshstock.in
74 location:
75 dev: "/home/josh/repos/joshstock.in/.git"
76 prod: "/home/git/joshstock.in.git"
77 specialfiles:
78 - README README.md
79 - LICENSE LICENSE
80
81- name: lognestmonster
82 description: "A general-purpose single-header C logging library and parser for event-based logs."
83 download:
84 - GIT git://joshstock.in/lognestmonster.git
85 - HTTPS https://git.joshstock.in/lognestmonster.git
86 urls:
87 - joshstock.in https://git.joshstock.in/lognestmonster
88 - GitHub https://github.com/JoshuaS3/lognestmonster
89 - GitLab https://gitlab.com/JoshuaS3/lognestmonster
90 location:
91 dev: "/home/josh/repos/lognestmonster/.git"
92 prod: "/home/git/lognestmonster.git"
93 specialfiles:
94 - README README.md
95 - LICENSE LICENSE
96
97- name: dotfiles
98 description: "My personal dotfiles for Debian/Ubuntu."
99 download:
100 - GIT git://joshstock.in/dotfiles.git
101 - HTTPS https://git.joshstock.in/dotfiles.git
102 urls:
103 - joshstock.in https://git.joshstock.in/dotfiles
104 - GitHub https://github.com/JoshuaS3/dotfiles
105 - GitLab https://gitlab.com/JoshuaS3/dotfiles
106 location:
107 dev: "/home/josh/repos/dotfiles/.git"
108 prod: "/home/git/dotfiles.git"
109 specialfiles:
110