https://github.com/takezoe/gitbucket-h2console-plugin
A GitBucket plugin that adds H2 console to the administration console.
https://github.com/takezoe/gitbucket-h2console-plugin
gitbucket gitbucket-plugin
Last synced: 3 months ago
JSON representation
A GitBucket plugin that adds H2 console to the administration console.
- Host: GitHub
- URL: https://github.com/takezoe/gitbucket-h2console-plugin
- Owner: takezoe
- Created: 2018-01-11T09:25:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-11T01:09:05.000Z (over 3 years ago)
- Last Synced: 2024-12-31T12:44:29.263Z (5 months ago)
- Topics: gitbucket, gitbucket-plugin
- Language: Scala
- Homepage:
- Size: 122 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
gitbucket-h2console-plugin
========
A GitBucket plugin that adds H2 console to the administration console.
Since GitBucket 4.21.0, H2 console has been dropped from the administration console because a new database viewer was introduced. If you still need H2 console, you can add it by installing this plugin.
## Compatibility
Plugin version | GitBucket version
:--------------|:--------------------
1.2.x - | 4.32.x -
1.1.x - | 4.23.x -
1.0.x - | 4.21.x -## Installation
Download jar file from [the release page](https://github.com/takezoe/gitbucket-h2console-plugin/releases) and put into `GITBUCKET_HOME/plugins`.
## Build
Run `sbt assembly` and copy generated `/target/scala-2.13/gitbucket-h2console-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`.