Skip to content

szktmyk38f/Bitbucket-Cloud-simple-UI

Repository files navigation

Provides a simple UI for Bitbucket Cloud.

image

Attention!!!

Currently, it is in the test creation phase. Significant changes may be made in the future.

Getting Started

Clone the file locally and edit the configuration file

First, please Clone this source code.

git clone Bitbucket-Cloud-simple-UI

Next, rewrite the following settings in the .env file

items details
CLIENT_ID The method of acquisition is described below
CLIENT_SECRET The method of acquisition is described below
WORKSPACE Target workspace name
REPOSITORY Target repository name

How to get CLIENT_ID and CLIENT_SECRET

Go to Bitbucket's OAuth consumer page. (url ex: https://bitbucket.org/<workspace name>/workspace/settings/api)

Click on "Add consumer".

image

The following must be set.

The permissions shall be set as follows.

  • Account -> Email Read
  • Repositories -> Read Write
  • Pull requests -> Read Write

image

image

Click Save.

The Key listed here is CLIENT_ID and Secret is CLIENT_SECRET. Enter these in the .env file.

image

Deploy

docker-compose up -d

Options

If you have a proxy setting

Add a PROXY entry to the .env file.

#in .env file
PROXY=http://<username>:<password>@<url>:<port>

License

Author