{"id":19428461,"url":"https://github.com/gitbucket/gitbucket-gist-plugin","last_synced_at":"2026-01-12T11:51:14.574Z","repository":{"id":27136331,"uuid":"30604962","full_name":"gitbucket/gitbucket-gist-plugin","owner":"gitbucket","description":"A GitBucket plug-in which provides code snippet repository like Gist","archived":false,"fork":false,"pushed_at":"2025-03-17T10:21:50.000Z","size":2346,"stargazers_count":69,"open_issues_count":7,"forks_count":25,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-03-30T06:09:54.148Z","etag":null,"topics":["gitbucket","gitbucket-plugin","scala"],"latest_commit_sha":null,"homepage":"http://gitbucket.herokuapp.com/gist","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gitbucket.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-02-10T17:41:35.000Z","updated_at":"2025-03-17T10:21:54.000Z","dependencies_parsed_at":"2023-01-14T06:04:01.962Z","dependency_job_id":"9414d739-4dc5-4525-a8de-3782d007412f","html_url":"https://github.com/gitbucket/gitbucket-gist-plugin","commit_stats":null,"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitbucket%2Fgitbucket-gist-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitbucket%2Fgitbucket-gist-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitbucket%2Fgitbucket-gist-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gitbucket%2Fgitbucket-gist-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gitbucket","download_url":"https://codeload.github.com/gitbucket/gitbucket-gist-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247445682,"owners_count":20939961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gitbucket","gitbucket-plugin","scala"],"created_at":"2024-11-10T14:15:19.948Z","updated_at":"2026-01-12T11:51:14.568Z","avatar_url":"https://github.com/gitbucket.png","language":"HTML","readme":"# gitbucket-gist-plugin [![build](https://github.com/gitbucket/gitbucket-gist-plugin/workflows/build/badge.svg?branch=master)](https://github.com/gitbucket/gitbucket-gist-plugin/actions?query=workflow%3Abuild+branch%3Amaster)\n\nThis is a GitBucket plug-in which provides code snippet repository like Gist.\n\n| Plugin version | GitBucket version |\n|:---------------|:------------------|\n| 4.24.x         | 4.45.x -          |\n| 4.23.x         | 4.40.x -          |\n| 4.22.x         | 4.37.x -          |\n| 4.21.x         | 4.36.x -          |\n| 4.20.x         | 4.35.x -          |\n| 4.19.x         | 4.34.x -          |\n| 4.18.x         | 4.32.x - 4.33.x   |\n| 4.17.x         | 4.30.x - 4.31.x   |\n| 4.16.x         | 4.26.x - 4.29.x   |\n| 4.15.x         | 4.25.x            |\n| 4.13.x, 4.14.x | 4.23.x - 4.24.x   |\n| 4.12.x         | 4.21.x - 4.22.x   |\n| 4.11.x         | 4.19.x - 4.20.x   |\n| 4.10.x         | 4.15.x - 4.18.x   |\n| 4.9.x          | 4.14.x            |\n| 4.8.x          | 4.11.x - 4.13.x   |\n| 4.7.x          | 4.11.x            |\n| 4.6.x          | 4.10.x            |\n| 4.5.x          | 4.9.x             |\n| 4.4.x          | 4.8.x             |\n| 4.2.x, 4.3.x   | 4.2.x - 4.7.x     |\n| 4.0.x          | 4.0.x - 4.1.x     |\n| 3.13.x         | 3.13.x            |\n| 3.12.x         | 3.12.x            |\n| 3.11.x         | 3.11.x            |\n| 3.10.x         | 3.10.x            |\n| 3.7.x          | 3.7.x - 3.9.x     |\n| 3.6.x          | 3.6.x             |\n\n## Installation\n\nDownload jar file from [Releases page](https://github.com/gitbucket/gitbucket-gist-plugin/releases) and put into `GITBUCKET_HOME/plugins`.\n\n**Note:** If you had used this plugin with GitBucket 3.x, it does not work after upgrading to GitBucket 4.x. Solution is below:\n\n1. `UPDATE VERSIONS SET VERSION='2.0.0' WHERE MODULE_ID='gist';`\n2. restart gitbucket\n3. can open snippets page\n4. `SELECT VERSION FROM VERSIONS WHERE MODULE_ID='gist'` -\u003e `4.2.0`\n\nSee [Connect to H2 database](https://github.com/gitbucket/gitbucket/wiki/Connect-to-H2-database) to know how to execute SQL on the GitBucket database.\n\n## Build from source\n\nRun `sbt assembly` and copy generated `/target/scala-2.13/gitbucket-gist-plugin-x.x.x.jar` to `~/.gitbucket/plugins/` (If the directory does not exist, create it by hand before copying the jar), or just run `sbt install`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitbucket%2Fgitbucket-gist-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgitbucket%2Fgitbucket-gist-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgitbucket%2Fgitbucket-gist-plugin/lists"}