@@ -100,7 +100,7 @@ Application can be deployed anywhere where containers can run and configured via
100
100
For GitHub App:
101
101
102
102
``` bash
103
- docker run -it --rm -p 3000:3000 \
103
+ docker run -it --rm -p 3000:80 \
104
104
-e NUXT_PUBLIC_SCOPE=organization \
105
105
-e NUXT_PUBLIC_GITHUB_ORG=< org name> \
106
106
-e NUXT_PUBLIC_USING_GITHUB_AUTH=true \
@@ -113,7 +113,7 @@ ghcr.io/github-copilot-resources/copilot-metrics-viewer
113
113
or with PAT token and enterprise:
114
114
115
115
``` bash
116
- docker run -it --rm -p 3000:3000 \
116
+ docker run -it --rm -p 3000:80 \
117
117
-e NUXT_PUBLIC_SCOPE=enterprise \
118
118
-e NUXT_PUBLIC_GITHUB_ENT=< enterprise name> \
119
119
-e NUXT_GITHUB_TOKEN=< github PAT> \
@@ -124,7 +124,7 @@ ghcr.io/github-copilot-resources/copilot-metrics-viewer
124
124
or with PAT token and organization:
125
125
126
126
``` bash
127
- docker run -it --rm -p 3000:3000 \
127
+ docker run -it --rm -p 3000:80 \
128
128
-e NUXT_PUBLIC_SCOPE=organization \
129
129
-e NUXT_PUBLIC_GITHUB_ORG=< org name> \
130
130
-e NUXT_GITHUB_TOKEN=< github PAT> \
@@ -159,5 +159,6 @@ or navigate using UI:
159
159
7 . Install the app in the organization:
160
160
- Go to "Install App".
161
161
- Select your organization.
162
+ 8 . Generate a new ` Client Secret ` and copy it to a secure location. This is required for the application to authenticate with GitHub.
162
163
163
- Note the ` Client ID ` and ` Private Key ` .
164
+ Note the ` Client ID ` and ` Client Secret ` .
0 commit comments