Self-Hosted alternative to GitHub Gists
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Aravinth Manivannan 4127f923aa
feat: create and add matrix room
1 year ago
.github feat: placeholder website 2 years ago
config feat: get admin_email in settings and validate admin_email and source_code 2 years ago
database chore: rename gists to gitpad 2 years ago
docs feat: ecosystem overview 2 years ago
scripts feat: setup zola to deploy website 2 years ago
src feat: render markdown comments 1 year ago
static/cache/css feat: raw and single page views for gist files 2 years ago
templates feat: raw and single page views for gist files 2 years ago
website feat: placeholder website 2 years ago
.dockerignore feat: package docker img 2 years ago
.env-sample feat: bootstrap database ops 2 years ago
.gitignore feat: setup zola to deploy website 2 years ago
Cargo.lock chore: update rust-embed 1 year ago
Cargo.toml chore: update rust-embed 1 year ago
Dockerfile feat: package docker img 2 years ago
LICENSE.md add license 2 years ago
Makefile feat: setup zola to deploy website 2 years ago
README.md feat: create and add matrix room 1 year ago
build.rs feat: setup cache busting for static assets 2 years ago
sqlx-data.json feat: add gists_gists, gists_comments and gists_comments & related methods 2 years ago

README.md

GitPad

Self-Hosted GitHub Gists

Docker Build dependency status codecov Chat

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
  • Gitea OAuth integration

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/gitpad/config.toml).