diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-06-01 22:28:40 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2025-06-01 23:02:52 +0200 |
commit | 3df684108b20cc6059065554ce71ab9ae5d7ee5d (patch) | |
tree | 47c7c2197415b5a2f1cbae06d1a298f7cfabc006 | |
parent | 6eb1360f4a8362fd32db156b60281c99aae2c7c1 (diff) | |
download | gabrielgio.me-master.tar.gz gabrielgio.me-master.tar.bz2 gabrielgio.me-master.zip |
-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)] |