Self-Hosted alternative to GitHub Gists
 
 
 
 
 
 
Go to file
Aravinth Manivannan 85ab813816 init 2022-02-11 17:42:35 +05:30
.gitignore init 2022-02-11 17:42:35 +05:30
Cargo.lock init 2022-02-11 17:42:35 +05:30
Cargo.toml init 2022-02-11 17:42:35 +05:30
LICENSE.md add license 2022-02-11 17:42:13 +05:30
Makefile init 2022-02-11 17:42:35 +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).