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.
SUMMARY New field is added to settings to receive email of the admin of the instance. source_code is a link to the repository of the source code of a GitPad instance, set_source_code is defined to build a HTTP link to the exact commit from which the instance binary was built. NOTE Current Settings::set_source_code assumes the provided HTTP link to point to a forge belonging to the GitHub-family(GitHub, Gitea and GitLab), provisions must be made to accommodate other forges as well. |
2 years ago | |
---|---|---|
.github | 2 years ago | |
config | 2 years ago | |
database | 2 years ago | |
docs | 2 years ago | |
src | 2 years ago | |
.env-sample | 2 years ago | |
.gitignore | 2 years ago | |
Cargo.lock | 2 years ago | |
Cargo.toml | 2 years ago | |
LICENSE.md | 2 years ago | |
Makefile | 2 years ago | |
README.md | 2 years ago | |
build.rs | 2 years ago | |
sqlx-data.json | 2 years ago |
README.md
Features
- Upload code snippets(✓ REST API)
- 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
).