configuring
This commit is contained in:
parent
a334684605
commit
808905de20
2
.gitignore
vendored
2
.gitignore
vendored
@ -160,3 +160,5 @@ artefacts/*
|
|||||||
/archive.tar.gz
|
/archive.tar.gz
|
||||||
/user/
|
/user/
|
||||||
/zip
|
/zip
|
||||||
|
|
||||||
|
data/db
|
||||||
|
BIN
buildbot.png
Normal file
BIN
buildbot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
@ -26,15 +26,16 @@ nodes:
|
|||||||
|
|
||||||
http:
|
http:
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
port: 3000
|
port: 3500
|
||||||
url: http://127.0.0.1:3000
|
url: http://0.0.0.0:3500
|
||||||
|
|
||||||
static:
|
static:
|
||||||
#this settings will be consumed by static server plugin
|
#this settings will be consumed by static server plugin
|
||||||
locations:
|
locations:
|
||||||
#serve static for ui plugin
|
#serve static for ui plugin
|
||||||
- url: /favicon.ico
|
- url: /favicon.ico
|
||||||
root: node_modules/nci-classic-ui/static/
|
#root: node_modules/nci-classic-ui/static/
|
||||||
|
root: static/
|
||||||
- url: !!js/regexp ^/(js|css|fonts|images)/
|
- url: !!js/regexp ^/(js|css|fonts|images)/
|
||||||
root: node_modules/nci-classic-ui/static/
|
root: node_modules/nci-classic-ui/static/
|
||||||
#serve project workspaces via http, remove lines
|
#serve project workspaces via http, remove lines
|
||||||
|
@ -15,7 +15,7 @@ buildEvery:
|
|||||||
#Different options can be passed to different environments.
|
#Different options can be passed to different environments.
|
||||||
envs:
|
envs:
|
||||||
#- name: node:12-buster
|
#- name: node:12-buster
|
||||||
- name: node15-puppeteer
|
- name: martind2000/node12-puppeteer
|
||||||
options:
|
options:
|
||||||
publishAll: true
|
publishAll: true
|
||||||
|
|
||||||
|
@ -6,6 +6,9 @@
|
|||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/node-ci/nci-docker-node-quick-setup.git"
|
"url": "https://github.com/node-ci/nci-docker-node-quick-setup.git"
|
||||||
},
|
},
|
||||||
|
"scripts": {
|
||||||
|
"start": "node_modules/.bin/nci"
|
||||||
|
},
|
||||||
"author": "Oleg Korobenko <oleg.korobenko@gmail.com>",
|
"author": "Oleg Korobenko <oleg.korobenko@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
BIN
static/favicon.ico
Normal file
BIN
static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue
Block a user