mirror of https://github.com/realaravinth/gitpad
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.
40 lines
1.4 KiB
Markdown
40 lines
1.4 KiB
Markdown
<div align="center">
|
|
<h1> GitPad </h1>
|
|
<p>
|
|
|
|
**Self-Hosted GitHub Gists**
|
|
|
|
</p>
|
|
|
|
[](https://hub.docker.com/r/realaravinth/gitpad)
|
|
[](https://github.com/realaravinth/gitpad/actions/workflows/linux.yml)
|
|
[](https://deps.rs/repo/github/realaravinth/gitpad)
|
|
[](https://codecov.io/gh/realaravinth/gitpad)
|
|
[](https://matrix.to/#/#gitpad:matrix.batsense.net)
|
|
|
|
</div>
|
|
|
|
## 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`).
|