diff --git a/.gitignore b/.gitignore index 7fb3689..fb590e9 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,5 @@ artefacts/* /archive.tar.gz /user/ /zip + +data/db diff --git a/buildbot.png b/buildbot.png new file mode 100644 index 0000000..7a8a843 Binary files /dev/null and b/buildbot.png differ diff --git a/data/config.yaml b/data/config.yaml index 4d94cb5..ed63fc4 100644 --- a/data/config.yaml +++ b/data/config.yaml @@ -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 + #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 diff --git a/data/projects/aiber-test-DI/config.yaml b/data/projects/aiber-test-DI/config.yaml index 480f84c..6841e10 100644 --- a/data/projects/aiber-test-DI/config.yaml +++ b/data/projects/aiber-test-DI/config.yaml @@ -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 diff --git a/package.json b/package.json index a47d488..5656f46 100644 --- a/package.json +++ b/package.json @@ -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 ", "license": "MIT", "bugs": { diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..4603942 Binary files /dev/null and b/static/favicon.ico differ