diff --git a/npmextra.json b/npmextra.json index 93f60a9..cea4983 100644 --- a/npmextra.json +++ b/npmextra.json @@ -5,7 +5,7 @@ "githost": "gitlab.com", "gitscope": "losslessone/services/initzone", "gitrepo": "spark", - "description": "A comprehensive tool for maintaining and configuring servers, integrating with Docker and supporting advanced task scheduling, targeted at the Servezone infrastructure.", + "description": "A comprehensive tool for maintaining and configuring servers, integrating with Docker and supporting advanced task scheduling, targeted at the Servezone infrastructure and used by @serve.zone/cloudly as a cluster node server system manager.", "npmPackagename": "@losslessone_private/spark", "license": "MIT", "projectDomain": "https://lossless.one", @@ -24,7 +24,11 @@ "task scheduling", "CLI", "logging", - "server maintenance" + "server maintenance", + "serve.zone", + "cluster management", + "system manager", + "server configuration" ] } }, diff --git a/package.json b/package.json index d87ba84..d83b79b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@serve.zone/spark", "version": "1.0.89", "private": false, - "description": "A comprehensive tool for maintaining and configuring servers, integrating with Docker and supporting advanced task scheduling, targeted at the Servezone infrastructure.", + "description": "A comprehensive tool for maintaining and configuring servers, integrating with Docker and supporting advanced task scheduling, targeted at the Servezone infrastructure and used by @serve.zone/cloudly as a cluster node server system manager.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "author": "Task Venture Capital GmbH", @@ -71,6 +71,10 @@ "task scheduling", "CLI", "logging", - "server maintenance" + "server maintenance", + "serve.zone", + "cluster management", + "system manager", + "server configuration" ] -} +} \ No newline at end of file diff --git a/readme.hints.md b/readme.hints.md index 30fae4d..1a6ada5 100644 --- a/readme.hints.md +++ b/readme.hints.md @@ -1,2 +1,2 @@ -- this package is part of serve.zone and that spark's main purpose is the be used by @serve.zone/cloudly as a cluster node server system manager. +- make sure to mention that this package is part of serve.zone and **spark's main purpose** is the be used by @serve.zone/cloudly as a cluster node server system manager. - it is used to maintain and configure servers on the base OS level diff --git a/readme.md b/readme.md index 9bf4927..dbec8de 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ # @serve.zone/spark -A comprehensive tool for maintaining and configuring servers, integrating with Docker and supporting advanced task scheduling, targeted at the Servezone infrastructure. +A comprehensive tool for maintaining and configuring servers, integrating with Docker and supporting advanced task scheduling, targeted at the serve.zone infrastructure. It's mainly designed to be utilized by @serve.zone/cloudly as a cluster node server system manager, maintaining and configuring servers on the base OS level. ## Install To install `@serve.zone/spark`, run the following command in your terminal: @@ -22,7 +22,7 @@ import { Spark } from '@serve.zone/spark'; ``` ### Initializing Spark -Create an instance of the `Spark` class to start using Spark. This instance will serve as the main entry point for interacting with the Spark functionalities. +Create an instance of the `Spark` class to start using Spark. This instance will serve as the main entry point for interacting with Spark functionalities. ```typescript const sparkInstance = new Spark(); @@ -45,7 +45,7 @@ await sparkInstance.sparkUpdateManager.updateServices(); ``` ### Managing Configuration and Logging -Spark allows for extensive configuration and logging customization. Use the `SparkLocalConfig` and logging features to tailor Spark's operation to your needs. +Spark allows extensive configuration and logging customization. Use the `SparkLocalConfig` and logging features to tailor Spark's operation to your needs. ```typescript // Accessing the local configuration @@ -280,9 +280,6 @@ createDockerSecret(); This example shows how to create a Docker secret using Spark's `SparkUpdateManager` class, ensuring that sensitive information is securely stored and managed. -## Conclusion -`@serve.zone/spark` is a comprehensive toolkit for orchestrating and managing server environments and Docker-based services. By leveraging its CLI and programmatic interfaces, you can automate and streamline server operations, configurations, updates, and task scheduling, ensuring your infrastructure is responsive, updated, and maintained efficiently. - ## License and Legal Information This repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository. diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 3c26797..73775e7 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/spark', - version: '1.0.89', - description: 'A comprehensive tool for maintaining and configuring servers, integrating with Docker and supporting advanced task scheduling, targeted at the Servezone infrastructure.' + version: '1.0.90', + description: 'A comprehensive tool for maintaining and configuring servers, integrating with Docker and supporting advanced task scheduling, targeted at the Servezone infrastructure and used by @serve.zone/cloudly as a cluster node server system manager.' }