2025-07-12 01:56:16 +08:00
2025-07-12 00:31:37 +08:00
2025-07-10 16:41:46 +08:00
2025-07-12 01:56:16 +08:00
2025-07-11 14:49:11 +08:00
2025-07-10 16:41:46 +08:00
2025-07-10 17:40:19 +08:00
2025-07-12 01:56:16 +08:00
2025-07-12 01:56:16 +08:00
2025-07-12 01:56:16 +08:00
2025-07-12 00:31:37 +08:00
2025-07-10 17:11:27 +08:00

WebServicesManager

A script set for web services management.

Usage

  • First clone the repository

    # the remote repository where located on my cloud server
    git clone https://gitea.virtualguard101.com/virtualguard101/webscripts.git
    cd webscripts
    
  • Launch the manager with main.py

    ./main.py
    

    Add -h as parameter to find usage:

    ./main.py -h
    usage: main.py [-h] {register,list,operate} ...
    
    =====> Web Services Manager <=====
    
    positional arguments:
      {register,list,operate}
        register            Register a new service
        list                List all services
        operate             Service operations to carry out
    
    options:
      -h, --help            show this help message and exit
    

TODO

  • Add the function that can remove services
Description
A script set for web services management.
Readme MIT 98 KiB
Languages
Python 98.4%
Shell 1.6%