Browse Source

add custom

master
zeus 2 years ago
parent
commit
2fecb6a22c
  1. 2
      dist/index.html
  2. 2
      dist/js/app.23b63f82.js
  3. 1
      dist/js/app.23b63f82.js.map
  4. 2
      dist/js/app.7d250e7b.js
  5. 1
      dist/js/app.7d250e7b.js.map
  6. 21
      src/config/index-gui.js
  7. 60
      src/config/index-web.js

2
dist/index.html

@ -1 +1 @@
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><link href="/css/app.834ff37e.css" rel="preload" as="style"><link href="/css/chunk-vendors.e469b508.css" rel="preload" as="style"><link href="/js/app.7d250e7b.js" rel="preload" as="script"><link href="/js/chunk-vendors.dd2c43c6.js" rel="preload" as="script"><link href="/css/chunk-vendors.e469b508.css" rel="stylesheet"><link href="/css/app.834ff37e.css" rel="stylesheet"></head><body><div id="app"></div><script src="/js/chunk-vendors.dd2c43c6.js"></script><script src="/js/app.7d250e7b.js"></script></body></html>
<!DOCTYPE html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Vue App</title><link href="/css/app.834ff37e.css" rel="preload" as="style"><link href="/css/chunk-vendors.e469b508.css" rel="preload" as="style"><link href="/js/app.23b63f82.js" rel="preload" as="script"><link href="/js/chunk-vendors.dd2c43c6.js" rel="preload" as="script"><link href="/css/chunk-vendors.e469b508.css" rel="stylesheet"><link href="/css/app.834ff37e.css" rel="stylesheet"></head><body><div id="app"></div><script src="/js/chunk-vendors.dd2c43c6.js"></script><script src="/js/app.23b63f82.js"></script></body></html>

2
dist/js/app.23b63f82.js

File diff suppressed because one or more lines are too long

1
dist/js/app.23b63f82.js.map

File diff suppressed because one or more lines are too long

2
dist/js/app.7d250e7b.js

File diff suppressed because one or more lines are too long

1
dist/js/app.7d250e7b.js.map

File diff suppressed because one or more lines are too long

21
src/config/index-gui.js

@ -57,6 +57,27 @@ export const ApiConfigGUI = [
"version": 0,
"port": 0
},
{
"name": "microservice-atlas",
"automated": true,
"menou": "openPhysics",
"version": 0,
"port": 0
},
{
"name": "microservice-astronomy",
"automated": true,
"menou": "openPhysics",
"version": 0,
"port": 0
},
{
"name": "microservice-turtle",
"automated": true,
"menou": "openPhysics",
"version": 0,
"port": 0
},
{
"name": "microservice-xelatexthesis",
"automated": true,

60
src/config/index-web.js

@ -872,6 +872,21 @@ export const ApiConfigWEB = [
"ttydport": "3787/tcp",
"ttydurl": 'http'
},
{
"name": "microservice-periodictable",
"large": 'no',
"custom": 'true',
"customostext": 'Base OS: ubuntu ',
"customos": 'apt-get update && apt-get install -y --no-install-recommends net-tools',
"customshtext": 'It is executed after all the normal builds',
"customsh": ' #!/bin/sh',
"app": false,
"url": 'http',
"port": "8080/tcp",
"ttyd": true,
"ttydport": "3787/tcp",
"ttydurl": 'http'
},
{
"name": "microservice-kbibtex",
"large": 'no',
@ -902,4 +917,49 @@ export const ApiConfigWEB = [
"ttydport": "3787/tcp",
"ttydurl": 'http'
},
{
"name": "microservice-atlas",
"large": 'no',
"custom": 'true',
"customostext": 'Base OS: ubuntu ',
"customos": 'apt-get update && apt-get install -y --no-install-recommends net-tools',
"customshtext": 'It is executed after all the normal builds',
"customsh": ' #!/bin/sh',
"app": false,
"url": 'http',
"port": "8080/tcp",
"ttyd": true,
"ttydport": "3787/tcp",
"ttydurl": 'http'
},
{
"name": "microservice-astronomy",
"large": 'no',
"custom": 'true',
"customostext": 'Base OS: ubuntu ',
"customos": 'apt-get update && apt-get install -y --no-install-recommends net-tools',
"customshtext": 'It is executed after all the normal builds',
"customsh": ' #!/bin/sh',
"app": false,
"url": 'http',
"port": "8080/tcp",
"ttyd": true,
"ttydport": "3787/tcp",
"ttydurl": 'http'
},
{
"name": "microservice-turtle",
"large": 'no',
"custom": 'true',
"customostext": 'Base OS: ubuntu ',
"customos": 'apt-get update && apt-get install -y --no-install-recommends net-tools',
"customshtext": 'It is executed after all the normal builds',
"customsh": ' #!/bin/sh',
"app": false,
"url": 'http',
"port": "8080/tcp",
"ttyd": true,
"ttydport": "3787/tcp",
"ttydurl": 'http'
},
];

Loading…
Cancel
Save