configuring

This commit is contained in:
Martin Donnelly 2021-02-11 11:35:24 +00:00
parent a334684605
commit 808905de20
6 changed files with 11 additions and 5 deletions

2
.gitignore vendored
View File

@ -160,3 +160,5 @@ artefacts/*
/archive.tar.gz
/user/
/zip
data/db

BIN
buildbot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -26,15 +26,16 @@ nodes:
http:
host: 127.0.0.1
port: 3000
url: http://127.0.0.1:3000
port: 3500
url: http://0.0.0.0:3500
static:
#this settings will be consumed by static server plugin
locations:
#serve static for ui plugin
- 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)/
root: node_modules/nci-classic-ui/static/
#serve project workspaces via http, remove lines

View File

@ -15,7 +15,7 @@ buildEvery:
#Different options can be passed to different environments.
envs:
#- name: node:12-buster
- name: node15-puppeteer
- name: martind2000/node12-puppeteer
options:
publishAll: true

View File

@ -6,6 +6,9 @@
"type": "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>",
"license": "MIT",
"bugs": {

BIN
static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB