|
15 | 15 | "description": "Let npm also install development build tool", |
16 | 16 | "value": "false" |
17 | 17 | }, |
18 | | - "HMD_SESSION_SECRET": { |
| 18 | + "CMD_SESSION_SECRET": { |
19 | 19 | "description": "Secret used to secure session cookies.", |
20 | 20 | "required": false |
21 | 21 | }, |
22 | | - "HMD_HSTS_ENABLE": { |
| 22 | + "CMD_HSTS_ENABLE": { |
23 | 23 | "description": "whether to also use HSTS if HTTPS is enabled", |
24 | 24 | "required": false |
25 | 25 | }, |
26 | | - "HMD_HSTS_MAX_AGE": { |
| 26 | + "CMD_HSTS_MAX_AGE": { |
27 | 27 | "description": "max duration, in seconds, to tell clients to keep HSTS status", |
28 | 28 | "required": false |
29 | 29 | }, |
30 | | - "HMD_HSTS_INCLUDE_SUBDOMAINS": { |
| 30 | + "CMD_HSTS_INCLUDE_SUBDOMAINS": { |
31 | 31 | "description": "whether to tell clients to also regard subdomains as HSTS hosts", |
32 | 32 | "required": false |
33 | 33 | }, |
34 | | - "HMD_HSTS_PRELOAD": { |
| 34 | + "CMD_HSTS_PRELOAD": { |
35 | 35 | "description": "whether to allow at all adding of the site to HSTS preloads (e.g. in browsers)", |
36 | 36 | "required": false |
37 | 37 | }, |
38 | | - "HMD_DOMAIN": { |
| 38 | + "CMD_DOMAIN": { |
39 | 39 | "description": "domain name", |
40 | 40 | "required": false |
41 | 41 | }, |
42 | | - "HMD_URL_PATH": { |
| 42 | + "CMD_URL_PATH": { |
43 | 43 | "description": "sub url path, like `www.example.com/<URL_PATH>`", |
44 | 44 | "required": false |
45 | 45 | }, |
46 | | - "HMD_ALLOW_ORIGIN": { |
| 46 | + "CMD_ALLOW_ORIGIN": { |
47 | 47 | "description": "domain name whitelist (use comma to separate)", |
48 | 48 | "required": false, |
49 | 49 | "value": "localhost" |
50 | 50 | }, |
51 | | - "HMD_PROTOCOL_USESSL": { |
| 51 | + "CMD_PROTOCOL_USESSL": { |
52 | 52 | "description": "set to use ssl protocol for resources path (only applied when domain is set)", |
53 | 53 | "required": false |
54 | 54 | }, |
55 | | - "HMD_URL_ADDPORT": { |
| 55 | + "CMD_URL_ADDPORT": { |
56 | 56 | "description": "set to add port on callback url (port 80 or 443 won't applied) (only applied when domain is set)", |
57 | 57 | "required": false |
58 | 58 | }, |
59 | | - "HMD_FACEBOOK_CLIENTID": { |
| 59 | + "CMD_FACEBOOK_CLIENTID": { |
60 | 60 | "description": "Facebook API client id", |
61 | 61 | "required": false |
62 | 62 | }, |
63 | | - "HMD_FACEBOOK_CLIENTSECRET": { |
| 63 | + "CMD_FACEBOOK_CLIENTSECRET": { |
64 | 64 | "description": "Facebook API client secret", |
65 | 65 | "required": false |
66 | 66 | }, |
67 | | - "HMD_TWITTER_CONSUMERKEY": { |
| 67 | + "CMD_TWITTER_CONSUMERKEY": { |
68 | 68 | "description": "Twitter API consumer key", |
69 | 69 | "required": false |
70 | 70 | }, |
71 | | - "HMD_TWITTER_CONSUMERSECRET": { |
| 71 | + "CMD_TWITTER_CONSUMERSECRET": { |
72 | 72 | "description": "Twitter API consumer secret", |
73 | 73 | "required": false |
74 | 74 | }, |
75 | | - "HMD_GITHUB_CLIENTID": { |
| 75 | + "CMD_GITHUB_CLIENTID": { |
76 | 76 | "description": "GitHub API client id", |
77 | 77 | "required": false |
78 | 78 | }, |
79 | | - "HMD_GITHUB_CLIENTSECRET": { |
| 79 | + "CMD_GITHUB_CLIENTSECRET": { |
80 | 80 | "description": "GitHub API client secret", |
81 | 81 | "required": false |
82 | 82 | }, |
83 | | - "HMD_GITLAB_BASEURL": { |
| 83 | + "CMD_BITBUCKET_CLIENTID": { |
| 84 | + "description": "Bitbucket API client id", |
| 85 | + "required": false |
| 86 | + }, |
| 87 | + "CMD_BITBUCKET_CLIENTSECRET": { |
| 88 | + "description": "Bitbucket API client secret", |
| 89 | + "required": false |
| 90 | + }, |
| 91 | + "CMD_GITLAB_BASEURL": { |
84 | 92 | "description": "GitLab authentication endpoint, set to use other endpoint than GitLab.com (optional)", |
85 | 93 | "required": false |
86 | 94 | }, |
87 | | - "HMD_GITLAB_CLIENTID": { |
| 95 | + "CMD_GITLAB_CLIENTID": { |
88 | 96 | "description": "GitLab API client id", |
89 | 97 | "required": false |
90 | 98 | }, |
91 | | - "HMD_GITLAB_CLIENTSECRET": { |
| 99 | + "CMD_GITLAB_CLIENTSECRET": { |
92 | 100 | "description": "GitLab API client secret", |
93 | 101 | "required": false |
94 | 102 | }, |
95 | | - "HMD_GITLAB_SCOPE": { |
| 103 | + "CMD_GITLAB_SCOPE": { |
96 | 104 | "description": "GitLab API client scope (optional)", |
97 | 105 | "required": false |
98 | 106 | }, |
99 | | - "HMD_MATTERMOST_BASEURL": { |
| 107 | + "CMD_MATTERMOST_BASEURL": { |
100 | 108 | "description": "Mattermost authentication endpoint", |
101 | 109 | "required": false |
102 | 110 | }, |
103 | | - "HMD_MATTERMOST_CLIENTID": { |
| 111 | + "CMD_MATTERMOST_CLIENTID": { |
104 | 112 | "description": "Mattermost API client id", |
105 | 113 | "required": false |
106 | 114 | }, |
107 | | - "HMD_MATTERMOST_CLIENTSECRET": { |
| 115 | + "CMD_MATTERMOST_CLIENTSECRET": { |
108 | 116 | "description": "Mattermost API client secret", |
109 | 117 | "required": false |
110 | 118 | }, |
111 | | - "HMD_DROPBOX_CLIENTID": { |
| 119 | + "CMD_DROPBOX_CLIENTID": { |
112 | 120 | "description": "Dropbox API client id", |
113 | 121 | "required": false |
114 | 122 | }, |
115 | | - "HMD_DROPBOX_CLIENTSECRET": { |
| 123 | + "CMD_DROPBOX_CLIENTSECRET": { |
116 | 124 | "description": "Dropbox API client secret", |
117 | 125 | "required": false |
118 | 126 | }, |
119 | | - "HMD_DROPBOX_APP_KEY": { |
| 127 | + "CMD_DROPBOX_APP_KEY": { |
120 | 128 | "description": "Dropbox app key (for import/export)", |
121 | 129 | "required": false |
122 | 130 | }, |
123 | | - "HMD_GOOGLE_CLIENTID": { |
| 131 | + "CMD_GOOGLE_CLIENTID": { |
124 | 132 | "description": "Google API client id", |
125 | 133 | "required": false |
126 | 134 | }, |
127 | | - "HMD_GOOGLE_CLIENTSECRET": { |
| 135 | + "CMD_GOOGLE_CLIENTSECRET": { |
128 | 136 | "description": "Google API client secret", |
129 | 137 | "required": false |
130 | 138 | }, |
131 | | - "HMD_IMGUR_CLIENTID": { |
| 139 | + "CMD_IMGUR_CLIENTID": { |
132 | 140 | "description": "Imgur API client id", |
133 | 141 | "required": false |
134 | 142 | }, |
135 | | - "HMD_ALLOW_PDF_EXPORT": { |
| 143 | + "CMD_ALLOW_PDF_EXPORT": { |
136 | 144 | "description": "Enable or disable PDF exports", |
137 | 145 | "required": false |
138 | 146 | } |
|
0 commit comments