mirror of https://github.com/realaravinth/gitpad
add readme
commit
d7fbc2f1d8
@ -0,0 +1,35 @@
|
||||
<div align="center">
|
||||
<h1> Gists </h1>
|
||||
<p>
|
||||
|
||||
**Self-Hosted GitHub Gists\***
|
||||
|
||||
</p>
|
||||
|
||||
[](https://github.com/realaravinth/gists/actions/workflows/linux.yml)
|
||||
[](https://deps.rs/repo/github/realaravinth/gists)
|
||||
[](https://codecov.io/gh/realaravinth/gists)
|
||||
|
||||
</div>
|
||||
|
||||
## 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](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/static-gists/config.toml`).
|
Loading…
Reference in New Issue