mirror of https://github.com/realaravinth/gitpad
Aravinth Manivannan
303a4ab0ba
DESCRIPTION Data::new_gist creates a bare repository in the supplied Data.settings.repository.root directory and saves metadata in the database See accompanying test for usage |
||
---|---|---|
.github | ||
config | ||
database | ||
docs | ||
src | ||
.env-sample | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE.md | ||
Makefile | ||
README.md | ||
build.rs | ||
sqlx-data.json |
README.md
Features
- Upload code snippets
- Syntax Highlighting
- Comments
- Versioning through Git
- Fork gists
- Gist privacy: public, unlisted, private
- Git clone via HTTP and SSH
- Activity Pub implementation for publishing native gists and commenting
Why?
Gists are nice, while there are wonderful forges like Gitea, there isn't a libre pastebin implementation that can rival GitHub Gists.
Usage
- All configuration is done through
./config/default.toml(can be moved to
/etc/gists/config.toml
).