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.
|
12 months ago | |
---|---|---|
.github | 1 year ago | |
config | 1 year ago | |
database | 1 year ago | |
docs | 1 year ago | |
scripts | 1 year ago | |
src | 1 year ago | |
static/cache/css | 1 year ago | |
templates | 1 year ago | |
website | 1 year ago | |
.dockerignore | 1 year ago | |
.env-sample | 1 year ago | |
.gitignore | 1 year ago | |
Cargo.lock | 1 year ago | |
Cargo.toml | 1 year ago | |
Dockerfile | 1 year ago | |
LICENSE.md | 1 year ago | |
Makefile | 1 year ago | |
README.md | 12 months ago | |
build.rs | 1 year ago | |
sqlx-data.json | 1 year ago |
README.md
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
- All configuration is done through
./config/default.toml(can be moved to
/etc/gitpad/config.toml
).