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