Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/realaravinth/gitpad

Self-Hosted alternative to GitHub Gists
https://github.com/realaravinth/gitpad

gists gitpad pastebin self-hosted

Last synced: about 2 months ago
JSON representation

Self-Hosted alternative to GitHub Gists

Awesome Lists containing this project

README

        


GitPad


**Self-Hosted GitHub Gists**

[![Docker](https://img.shields.io/docker/pulls/realaravinth/gitpad)](https://hub.docker.com/r/realaravinth/gitpad)
[![Build](https://github.com/realaravinth/gitpad/actions/workflows/linux.yml/badge.svg)](https://github.com/realaravinth/gitpad/actions/workflows/linux.yml)
[![dependency status](https://deps.rs/repo/github/realaravinth/gitpad/status.svg)](https://deps.rs/repo/github/realaravinth/gitpad)
[![codecov](https://codecov.io/gh/realaravinth/gitpad/branch/master/graph/badge.svg)](https://codecov.io/gh/realaravinth/gitpad)
[![Chat](https://img.shields.io/badge/matrix-+gitpad:matrix.batsense.net-purple?style=flat-square)](https://matrix.to/#/#gitpad:matrix.batsense.net)

## Features

- [x] Upload code snippets
- [x] Syntax Highlighting
- [x] Comments
- [x] Versioning through Git
- [ ] Fork gists
- [x] 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](https://gitea.io), there isn't a libre pastebin implementation that
can rival GitHub Gists.

## Usage

1. All configuration is done through
[./config/default.toml](./config/default.toml)(can be moved to
`/etc/gitpad/config.toml`).