callym / gitalite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gitalite

gitalite is a git-based wiki server/engine/thing.

The main idea is that the git repository should be plain text files, in regular formats that you already know how to use.

It draws inspiration from:

It uses IndieAuth as the authentication protocol, as I didn't want to have to re-implement an auth system just for this.

It currently depends on a postgres database just for the async-sqlx-session dependency - this could probably be switched to sqlite super easily, but I already had a pg database running, so it was no big deal for me.

About


Languages

Language:Rust 81.8%Language:CSS 8.9%Language:TypeScript 7.3%Language:JavaScript 1.5%Language:Dockerfile 0.6%