You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
1.7 KiB

2 years ago
export const ApiConfigWEB = [
{
"name": "microservice-etherpad",
2 years ago
"app": true,
2 years ago
"url": 'http',
2 years ago
"port": '9001/tcp',
2 years ago
"ttyd": false,
2 years ago
"ttydport": "3787/tcp",
2 years ago
"ttydurl": 'http'
2 years ago
},
{
"name": "jitsiweb",
2 years ago
"app": true,
2 years ago
"url": 'https',
2 years ago
"port": "443/tcp",
2 years ago
"ttyd": false,
2 years ago
"ttydport": "3787/tcp",
2 years ago
"ttydurl": 'http'
2 years ago
},
{
"name": "microservice-novncfull",
2 years ago
"app": true,
2 years ago
"url": 'http',
2 years ago
"port": "80/tcp",
2 years ago
"ttyd": false,
2 years ago
"ttydport": "3787/tcp",
2 years ago
"ttydurl": 'http'
2 years ago
},
{
"name": "microservice-novnclite",
2 years ago
"app": true,
2 years ago
"url": 'http',
2 years ago
"port": "80/tcp",
2 years ago
"ttyd": false,
2 years ago
"ttydport": "3787/tcp",
2 years ago
"ttydurl": 'http'
},
{
"name": "microservice-mongoexpress",
"app": true,
"url": 'http',
2 years ago
"port": "8081/tcp",
2 years ago
"ttyd": true,
2 years ago
"ttydport": "3787/tcp",
2 years ago
"ttydurl": 'http'
2 years ago
},
{
"name": "microservice-gns3",
"app": true,
"url": 'http',
"port": "8001/tcp",
"ttyd": false,
"ttydport": "3787/tcp",
"ttydurl": 'http'
},
{
"name": "microservice-ubuntu",
"app": false,
"url": 'http',
"port": "8001/tcp",
"ttyd": true,
"ttydport": "3787/tcp",
"ttydurl": 'http'
},
{
"name": "microservice-ubuntugui",
"app": true,
"url": 'http',
"port": "80/tcp",
"ttyd": false,
"ttydport": "3787/tcp",
"ttydurl": 'http'
},
2 years ago
];