diff options
-rw-r--r-- | content/projects/_index.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/content/projects/_index.md b/content/projects/_index.md index 842fc3b..25896a5 100644 --- a/content/projects/_index.md +++ b/content/projects/_index.md @@ -9,6 +9,17 @@ draft = false Just a list of some projects I have done and find useful on my day-to-day life. +- cerrado + [[git](https://beta.gabrielgio.me/cerrado/)] + [[apk](https://apkdoc.gabrielgio.me)] + + Self host read only single user repository host. Cerrado is target to be + easy to read, deploy and maintain. It bundles everything into a single + binary and uses a simple configuration format to set it up. It also handles + private repository if you want to browse your private projects by putting + them behind a user/password. It is still in early stages but it is usable + as a cgit replacement. + - Apkdoc [[git](https://git.gabrielgio.me/apkdoc/)] [[apk](https://apkdoc.gabrielgio.me)] |