Browse Source

add custom

master
zeus 2 years ago
parent
commit
d7a93520ed
  1. 2
      dist/index.html
  2. 2
      dist/js/app.a8619c91.js
  3. 1
      dist/js/app.a8619c91.js.map
  4. 2
      dist/js/app.c9fb74d9.js
  5. 1
      dist/js/app.c9fb74d9.js.map
  6. 64
      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.25658f84.css" rel="preload" as="style"><link href="/css/chunk-vendors.e469b508.css" rel="preload" as="style"><link href="/js/app.c9fb74d9.js" rel="preload" as="script"><link href="/js/chunk-vendors.d8d18fe6.js" rel="preload" as="script"><link href="/css/chunk-vendors.e469b508.css" rel="stylesheet"><link href="/css/app.25658f84.css" rel="stylesheet"></head><body><div id="app"></div><script src="/js/chunk-vendors.d8d18fe6.js"></script><script src="/js/app.c9fb74d9.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.25658f84.css" rel="preload" as="style"><link href="/css/chunk-vendors.e469b508.css" rel="preload" as="style"><link href="/js/app.a8619c91.js" rel="preload" as="script"><link href="/js/chunk-vendors.d8d18fe6.js" rel="preload" as="script"><link href="/css/chunk-vendors.e469b508.css" rel="stylesheet"><link href="/css/app.25658f84.css" rel="stylesheet"></head><body><div id="app"></div><script src="/js/chunk-vendors.d8d18fe6.js"></script><script src="/js/app.a8619c91.js"></script></body></html>

2
dist/js/app.a8619c91.js

File diff suppressed because one or more lines are too long

1
dist/js/app.a8619c91.js.map

File diff suppressed because one or more lines are too long

2
dist/js/app.c9fb74d9.js

File diff suppressed because one or more lines are too long

1
dist/js/app.c9fb74d9.js.map

File diff suppressed because one or more lines are too long

64
src/config/index-web.js

@ -6,7 +6,7 @@ export const ApiConfigWEB = [
"large": 'no or text',
"custom": 'true',
"customostext": 'Base OS: python:3.11-rc-alpine3.15',
"customos": 'apk add --no-cache net-tools ',
"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,
@ -75,6 +75,11 @@ export const ApiConfigWEB = [
},
{
"name": "microservice-gns3",
"custom": 'true',
"customostext": 'Base OS: ubuntu:18.04.6 LTS ',
"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": true,
"url": 'http',
"port": "8001/tcp",
@ -84,6 +89,11 @@ export const ApiConfigWEB = [
},
{
"name": "microservice-ubuntu",
"custom": 'true',
"customostext": 'Base OS: ubuntu:20.04.3 LTS',
"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": "8001/tcp",
@ -102,6 +112,11 @@ export const ApiConfigWEB = [
},
{
"name": "microservice-numpylite",
"custom": 'true',
"customostext": 'Base OS: debian:buster',
"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": "80/tcp",
@ -111,6 +126,11 @@ export const ApiConfigWEB = [
},
{
"name": "microservice-nodejs",
"custom": 'true',
"customostext": 'Base OS: alpine:3.13',
"customos": 'apk add --no-cache net-tools ',
"customshtext": 'It is executed after all the normal builds',
"customsh": ' #!/bin/sh',
"app": false,
"url": 'http',
"port": "80/tcp",
@ -129,6 +149,11 @@ export const ApiConfigWEB = [
},
{
"name": "microservice-ipterm",
"custom": 'true',
"customostext": 'Base OS: debian:jessie ',
"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": "80/tcp",
@ -156,6 +181,11 @@ export const ApiConfigWEB = [
},
{
"name": "microservice-xelatexthesis",
"custom": 'true',
"customostext": 'Base OS: alpine:3.15 ',
"customos": 'apk add --no-cache net-tools ',
"customshtext": 'It is executed after all the normal builds',
"customsh": ' #!/bin/sh',
"app": false,
"url": 'http',
"port": "80/tcp",
@ -165,6 +195,11 @@ export const ApiConfigWEB = [
},
{
"name": "microservice-snmpsim",
"custom": 'true',
"customostext": 'Base OS: debian:bullseye ',
"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": "80/tcp",
@ -174,6 +209,11 @@ export const ApiConfigWEB = [
},
{
"name": "microservice-ansible",
"custom": 'true',
"customostext": 'Base OS: alpine:3.14 ',
"customos": 'apk add --no-cache net-tools ',
"customshtext": 'It is executed after all the normal builds',
"customsh": ' #!/bin/sh',
"app": false,
"url": 'http',
"port": "80/tcp",
@ -219,6 +259,11 @@ export const ApiConfigWEB = [
},
{
"name": "microservice-powershell",
"custom": 'true',
"customostext": 'Base OS: alpine:3.14 ',
"customos": 'apk add --no-cache net-tools ',
"customshtext": 'It is executed after all the normal builds',
"customsh": ' #!/bin/sh',
"app": false,
"url": 'http',
"port": "80/tcp",
@ -237,6 +282,11 @@ export const ApiConfigWEB = [
},
{
"name": "microservice-hping3",
"custom": 'true',
"customostext": 'Base OS: alpine:3.15 ',
"customos": 'apk add --no-cache net-tools ',
"customshtext": 'It is executed after all the normal builds',
"customsh": ' #!/bin/sh',
"app": false,
"url": 'http',
"port": "80/tcp",
@ -282,7 +332,12 @@ export const ApiConfigWEB = [
},
{
"name": "microservice-octave",
"large": 'no',
"large": 'The build will take some time, so be patient!',
"custom": 'true',
"customostext": 'Base OS: ubuntu:18.04.6 LTS ',
"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": true,
"url": 'http',
"port": "6901/tcp",
@ -293,6 +348,11 @@ export const ApiConfigWEB = [
{
"name": "microservice-r",
"large": 'Note that this image is somewhat heavy (~2GB). It can take some time to build the Instance. If you think the proccess is frosen you can reload the page in your Browser',
"custom": 'true',
"customostext": 'Base OS: ubuntu:18.04.6 LTS ',
"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": true,
"url": 'http',
"port": "6901/tcp",

Loading…
Cancel
Save