gitpad/README.md

40 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2022-02-11 12:11:54 +00:00
<div align="center">
2022-02-20 13:51:28 +00:00
<h1> GitPad </h1>
2022-02-11 12:11:54 +00:00
<p>
**Self-Hosted GitHub Gists**
2022-02-11 12:11:54 +00:00
</p>
2022-02-27 14:47:24 +00:00
[![Docker](https://img.shields.io/docker/pulls/realaravinth/gitpad)](https://hub.docker.com/r/realaravinth/gitpad)
2022-02-20 13:51:28 +00:00
[![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)
2022-06-13 16:42:45 +00:00
[![Chat](https://img.shields.io/badge/matrix-+gitpad:matrix.batsense.net-purple?style=flat-square)](https://matrix.to/#/#gitpad:matrix.batsense.net)
2022-02-11 12:11:54 +00:00
</div>
## Features
- [x] Upload code snippets
- [x] Syntax Highlighting
2022-04-06 06:01:39 +00:00
- [x] Comments
2022-02-18 18:29:37 +00:00
- [x] Versioning through Git
2022-02-11 12:11:54 +00:00
- [ ] Fork gists
2022-02-18 18:29:37 +00:00
- [x] Gist privacy: public, unlisted, private
- [ ] Git clone via HTTP and SSH
2022-02-11 12:11:54 +00:00
- [ ] Activity Pub implementation for publishing native gists and commenting
- [ ] Gitea OAuth integration
2022-02-11 12:11:54 +00:00
## 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
2022-02-20 13:51:28 +00:00
`/etc/gitpad/config.toml`).