This repository was archived by the owner on Dec 27, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathplugins.yml
More file actions
281 lines (219 loc) · 8.64 KB
/
plugins.yml
File metadata and controls
281 lines (219 loc) · 8.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
- name: Notification
id: notification
plugins:
- name: Announce plugin
description: Send announcements via email to groups of users, e.g. for maintenance.
url: https://github.com/gitbucket-plugins/gitbucket-announce-plugin
icon: fa fa-bullhorn
distributed: false
- name: Desktop Notification plugin
description: Notify GitBucket activity directly on the desktop.
url: https://github.com/yoshiyoshifujii/gitbucket-desktopnotify-plugin
icon: fa fa-bell
distributed: false
- name: Email Notifications plugin
description: GitBucket plugin to send Email notifications.
url: https://github.com/gitbucket/gitbucket-notifications-plugin
icon: fa fa-envelope
distributed: true
- name: Analysis
id: analysis
plugins:
- name: Commits Graph plugin
description: Add commit graph views to GitBucket.
url: https://github.com/yoshiyoshifujii/gitbucket-commitgraphs-plugin
icon: fa fa-line-chart
distributed: false
- name: Bugspots plugin
description: Add Google bugspots functionality to GitBucket.
url: https://github.com/yoshiyoshifujii/gitbucket-bugspots-plugin
icon: fa fa-bug
distributed: false
- name: Network plugin
description: Network graph for GitBucket.
url: https://github.com/mrkm4ntr/gitbucket-network-plugin
icon: fa fa-code-fork
distributed: false
- name: FESS plugin
description: Fast enterprise search for GitBucket using a FESS server.
url: https://github.com/codelibs/gitbucket-fess-plugin
icon: fa fa-search
distributed: false
- name: Maintenance
id: maintenance
plugins:
- name: Monitoring plugin
description: Monitors and displays statistics about the running GitBucket instance.
url: https://github.com/YoshinoriN/gitbucket-monitoring-plugin
icon: fa fa-server
distributed: false
- name: H2 Backup plugin
description: Backup functionality of the H2 Database used by GitBucket.
url: https://github.com/gitbucket-plugins/gitbucket-h2-backup-plugin
icon: fa fa-database
distributed: false
- name: H2Console plugin
description: A GitBucket plugin that adds H2 console to the administration console.
url: https://github.com/takezoe/gitbucket-h2console-plugin
icon: fa fa-table
distributed: false
- name: Backup plugin
description: Plugin providing backup functionality for GitBucket.
url: https://github.com/jyuch/gitbucket-backup-plugin
icon: fa fa-floppy-o
distributed: false
- name: Logs Viewer plugin
description: A plugin allowing to view and control GitBucket logs.
url: https://github.com/YoshinoriN/gitbucket-application-logs-plugin
icon: fa fa-file-text-o
distributed: false
- name: CI/CD
id: cicd
plugins:
- name: CI plugin
description: GitBucket plug-in that adds simple CI ability to GitBucket.
url: https://github.com/takezoe/gitbucket-ci-plugin
icon: fa fa-cog
distributed: false
- name: Git Hooks plugin
description: A GitBucket plugin that enables a limited set of ~/.git/hooks.
url: https://github.com/marshalhayes/gitbucket-githooks-plugin
icon: fa fa-cog
distributed: false
- name: Utilities
id: util
plugins:
- name: Gist plugin
description: Add code snippet Gist-like functionality to GitBucket.
url: https://github.com/gitbucket/gitbucket-gist-plugin
icon: fa fa-file-code-o
distributed: true
- name: Pages plugin
description: Project Pages for GitBucket.
url: https://github.com/yaroot/gitbucket-pages-plugin
icon: fa fa-book
distributed: true
- name: Maven Repository plugin
description: GitBucket plugin that provides Maven repository hosting on GitBucket.
url: https://github.com/takezoe/gitbucket-maven-repository-plugin
icon: fa fa-cubes
distributed: false
- name: Mirror plugin
description: This plugin adds repository mirroring to GitBucket.
url: https://github.com/alexandremenif/gitbucket-mirror-plugin
icon: fa fa-copy
distributed: false
- name: Embedded snippets plugin
description: Show link to code as snippet.
url: https://github.com/onukura/gitbucket-embedding-plugin
icon: fa fa-list-alt
distributed: false
- name: UI
id: ui
plugins:
- name: Emoji plugin
description: Emoji support for GitBucket.
url: https://github.com/gitbucket/gitbucket-emoji-plugin
icon: fa fa-smile-o
distributed: true
- name: Explorer plugin
description: Explorer like navigation side panel for your projects.
url: https://github.com/gitbucket-plugins/gitbucket-explorer-plugin
icon: fa fa-list-alt
distributed: false
- name: Code Highlighter plugin
description: Enhanced code syntax highlighting and additional themes for GitBucket.
url: https://github.com/kaz-on/gitbucket-code-highlighter-plugin
icon: fa fa-code
distributed: false
- name: Popovers plugin
description: Show popover preview on links to issues and pull requests.
url: https://github.com/kaz-on/gitbucket-popovers-plugin
icon: fa fa-comment
distributed: false
- name: Project Management
id: proj
plugins:
- name: Kanban Board plugin
description: A plugin for Kanban style issue management in GitBucket.
url: https://github.com/kasancode/gitbucket-label-kanban-plugin
icon: fa fa-check
distributed: false
- name: Gantt Chart plugin
description: A plugin for rendering a Gantt Chart view of the GitBucket issues.
url: https://github.com/kasancode/gitbucket-gantt-plugin
icon: fa fa-sliders
distributed: false
- name: File Viewer
id: fileviewer
plugins:
- name: AsciiDoc plugin
description: Add AsciiDoc rendering capabilities to GitBucket.
url: https://github.com/lefou/gitbucket-asciidoctor-plugin
icon: fa fa-file-text
distributed: false
- name: RST plugin
description: ReSTructured text renderer for GitBucket.
url: https://github.com/amuramatsu/gitbucket-rst-plugin
icon: fa fa-file-text
distributed: false
- name: PlantUML plugin
description: Render PlantUML files in GitBucket.
url: https://github.com/nus/gitbucket-plantuml-plugin
icon: fa fa-object-group
distributed: false
- name: HTML5 Media plugin
description: Renders HTML5 Media (Audio/Video/PDF) inline in GitBucket.
url: https://github.com/kounoike/gitbucket-html5media-plugin
icon: fa fa-html5
distributed: false
- name: Jupyter plugin
description: GitBucket plugin for rendering Jupyter or IPython files.
url: https://github.com/kounoike/gitbucket-ipynb-plugin
icon: fa fa-ravelry
distributed: false
- name: Swagger plugin
description: A plugin for rendering a Swagger (OpenAPI) files.
url: https://github.com/onukura/gitbucket-swagger-plugin
icon: fa fa-ellipsis-h
distributed: false
- name: R Markdown plugin
description: A plugin for rendering a R Markdown files.
url: https://github.com/onukura/gitbucket-rmarkdown-plugin
icon: fa fa-registered
distributed: false
- name: MathJax plugin
description: A plugin for rendering a markdown files with MathJax.
url: https://github.com/onukura/gitbucket-mathjax-plugin
icon: fa fa-superscript
distributed: false
- name: 3D file plugin
description: A plugin for rendering 3D files.
url: https://github.com/onukura/gitbucket-3dfile-plugin
icon: fa fa-cube
distributed: false
- name: GeoJSON plugin
description: A plugin for rendering GeoJSON files.
url: https://github.com/onukura/gitbucket-geojson-plugin
icon: fa fa-map-marker
distributed: false
- name: CsvTsv plugin
description: A plugin for rendering csv and tsv files.
url: https://github.com/onukura/gitbucket-csvtsv-plugin
icon: fa fa-table
distributed: false
- name: SMILES plugin
description: A plugin for rendering chemical language SMILES.
url: https://github.com/onukura/gitbucket-smiles-plugin
icon: fa fa-smile-o
distributed: false
- name: Draw.io plugin
description: A plugin for rendering Draw.io files.
url: https://github.com/onukura/gitbucket-drawio-plugin
icon: fa fa-paint-brush
distributed: false
- name: Markdown Enhanced plugin
description: Enhance Markdown support of GitBucket
url: https://github.com/yasumichi/gitbucket-markdown-enhanced
icon: fa fa-file-text
distributed: false