fix(core): update
This commit is contained in:
parent
206fe445bc
commit
a6521708f7
@ -16,23 +16,23 @@
|
|||||||
"githost": "gitlab.com",
|
"githost": "gitlab.com",
|
||||||
"gitscope": "servezone/private",
|
"gitscope": "servezone/private",
|
||||||
"gitrepo": "cloudly",
|
"gitrepo": "cloudly",
|
||||||
"description": "A comprehensive multi-cloud manager leveraging Docker Swarmkit to orchestrate containerized applications across various cloud services and integrate robust configuration and API management capabilities.",
|
"description": "A comprehensive multi-cloud manager leveraging Docker Swarmkit to orchestrate containerized applications across various cloud services and provide robust configuration and API integration.",
|
||||||
"npmPackagename": "@serve.zone/cloudly",
|
"npmPackagename": "@serve.zone/cloudly",
|
||||||
"license": "UNLICENSED",
|
"license": "UNLICENSED",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"cloud management",
|
"cloud management",
|
||||||
"multi-cloud",
|
"multi-cloud management",
|
||||||
"Docker Swarmkit",
|
"Docker Swarmkit",
|
||||||
|
"container orchestration",
|
||||||
|
"cloud services",
|
||||||
"DigitalOcean",
|
"DigitalOcean",
|
||||||
"Hetzner Cloud",
|
"Hetzner Cloud",
|
||||||
"Cloudflare",
|
"Cloudflare",
|
||||||
"container orchestration",
|
|
||||||
"configuration management",
|
"configuration management",
|
||||||
"SSL management",
|
"SSL management",
|
||||||
"API integration",
|
"API integration",
|
||||||
"TypeScript",
|
"TypeScript",
|
||||||
"node.js",
|
"node.js",
|
||||||
"cloud integration",
|
|
||||||
"infrastructure automation",
|
"infrastructure automation",
|
||||||
"devOps",
|
"devOps",
|
||||||
"cloud API client",
|
"cloud API client",
|
||||||
@ -42,7 +42,7 @@
|
|||||||
"task scheduling",
|
"task scheduling",
|
||||||
"frontend",
|
"frontend",
|
||||||
"backend",
|
"backend",
|
||||||
"cli",
|
"CLI",
|
||||||
"web interface",
|
"web interface",
|
||||||
"cloud providers",
|
"cloud providers",
|
||||||
"security",
|
"security",
|
||||||
|
12
package.json
12
package.json
@ -2,7 +2,7 @@
|
|||||||
"name": "@serve.zone/cloudly",
|
"name": "@serve.zone/cloudly",
|
||||||
"version": "1.1.5",
|
"version": "1.1.5",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A comprehensive multi-cloud manager leveraging Docker Swarmkit to orchestrate containerized applications across various cloud services and integrate robust configuration and API management capabilities.",
|
"description": "A comprehensive multi-cloud manager leveraging Docker Swarmkit to orchestrate containerized applications across various cloud services and provide robust configuration and API integration.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./dist/index.js",
|
".": "./dist/index.js",
|
||||||
@ -96,18 +96,18 @@
|
|||||||
"homepage": "https://gitlab.com/servezone/private/cloudly#readme",
|
"homepage": "https://gitlab.com/servezone/private/cloudly#readme",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"cloud management",
|
"cloud management",
|
||||||
"multi-cloud",
|
"multi-cloud management",
|
||||||
"Docker Swarmkit",
|
"Docker Swarmkit",
|
||||||
|
"container orchestration",
|
||||||
|
"cloud services",
|
||||||
"DigitalOcean",
|
"DigitalOcean",
|
||||||
"Hetzner Cloud",
|
"Hetzner Cloud",
|
||||||
"Cloudflare",
|
"Cloudflare",
|
||||||
"container orchestration",
|
|
||||||
"configuration management",
|
"configuration management",
|
||||||
"SSL management",
|
"SSL management",
|
||||||
"API integration",
|
"API integration",
|
||||||
"TypeScript",
|
"TypeScript",
|
||||||
"node.js",
|
"node.js",
|
||||||
"cloud integration",
|
|
||||||
"infrastructure automation",
|
"infrastructure automation",
|
||||||
"devOps",
|
"devOps",
|
||||||
"cloud API client",
|
"cloud API client",
|
||||||
@ -117,10 +117,10 @@
|
|||||||
"task scheduling",
|
"task scheduling",
|
||||||
"frontend",
|
"frontend",
|
||||||
"backend",
|
"backend",
|
||||||
"cli",
|
"CLI",
|
||||||
"web interface",
|
"web interface",
|
||||||
"cloud providers",
|
"cloud providers",
|
||||||
"security",
|
"security",
|
||||||
"logging"
|
"logging"
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -7,4 +7,5 @@
|
|||||||
- the easiest method to spawn up a cloudly instance is to use the docker image:
|
- the easiest method to spawn up a cloudly instance is to use the docker image:
|
||||||
`code.foss.global/serve.zone/cloudly:latest`
|
`code.foss.global/serve.zone/cloudly:latest`
|
||||||
|
|
||||||
- Note: the exports are defined in the package.json.
|
- Note: the exports are defined in the package.json.
|
||||||
|
- For know, cloud wise only the setup with cloudron and hetzner cloud is supported.
|
@ -1,6 +1,6 @@
|
|||||||
# @serve.zone/cloudly
|
# @serve.zone/cloudly
|
||||||
|
|
||||||
A comprehensive multi-cloud manager leveraging Docker Swarmkit for orchestrating containerized applications and integrating various cloud services like DigitalOcean, Hetzner Cloud, and Cloudflare, with robust configuration and API management capabilities.
|
A comprehensive multi-cloud manager leveraging Docker Swarmkit to orchestrate containerized applications across various cloud services and integrate robust configuration and API management capabilities.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@serve.zone/cloudly',
|
name: '@serve.zone/cloudly',
|
||||||
version: '1.1.5',
|
version: '1.1.6',
|
||||||
description: 'A comprehensive multi-cloud manager leveraging Docker Swarmkit to orchestrate containerized applications across various cloud services and integrate robust configuration and API management capabilities.'
|
description: 'A comprehensive multi-cloud manager leveraging Docker Swarmkit to orchestrate containerized applications across various cloud services and provide robust configuration and API integration.'
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@serve.zone/cloudly',
|
name: '@serve.zone/cloudly',
|
||||||
version: '1.1.5',
|
version: '1.1.6',
|
||||||
description: 'A comprehensive multi-cloud manager leveraging Docker Swarmkit to orchestrate containerized applications across various cloud services and integrate robust configuration and API management capabilities.'
|
description: 'A comprehensive multi-cloud manager leveraging Docker Swarmkit to orchestrate containerized applications across various cloud services and provide robust configuration and API integration.'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user