Self-Hosted alternative to GitHub Gists
 
 
 
 
 
 
Go to file
Aravinth Manivannan aa4d205742 fix: apply lints suggested by clippy 2022-02-12 18:25:03 +05:30
.github feat: CI: run tests against DB 2022-02-12 16:31:55 +05:30
database fix: apply lints suggested by clippy 2022-02-12 18:25:03 +05:30
docs feat: ecosystem overview 2022-02-12 16:31:00 +05:30
.env-sample feat: bootstrap database ops 2022-02-12 16:35:55 +05:30
.gitignore feat: bootstrap database ops 2022-02-12 16:35:55 +05:30
Cargo.lock feat: bootstrap database ops 2022-02-12 16:35:55 +05:30
Cargo.toml feat: bootstrap database ops 2022-02-12 16:35:55 +05:30
LICENSE.md add license 2022-02-11 17:42:13 +05:30
Makefile feat: bootstrap database ops 2022-02-12 16:35:55 +05:30
README.md add readme 2022-02-11 17:41:54 +05:30
build.rs init 2022-02-11 17:42:35 +05:30

README.md

Gists

Self-Hosted GitHub Gists*

Build dependency status codecov

Features

  • Upload code snippets
  • Syntax Highlighting
  • Comments
  • Versioning through Git
  • Fork gists
  • Gist privacy: public, unlisted, private
  • 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

  1. All configuration is done through ./config/default.toml(can be moved to /etc/static-gists/config.toml).