No description
Find a file
2024-02-05 19:38:27 +01:00
.vscode move to correct structure 2023-12-09 00:08:48 +01:00
instance fix nginx failing to reload fast 2024-02-05 19:38:27 +01:00
deno.json init 2023-12-09 00:07:17 +01:00
deno.lock add nginx wrapper and refactor 2024-02-03 20:15:35 +01:00
README.md stabilize, add daemon state, add base build script 2023-12-10 22:04:40 +01:00
sync.sh stabilize, add daemon state, add base build script 2023-12-10 22:04:40 +01:00

BDMGR.D TS

Implémentation de BDMGR daemon en typescript.

Dépendances

Deno :

curl -fsSL https://deno.land/x/install/install.sh | sh

Usage

Démon :

sudo ./daemon.ts

Controleur :

control.ts - controls BDMGRDTS daemon.
Usage:
        ./control.ts Command [ARG...]

Commands:
        help              Prints a help message.
        stop              Stops the daemon.
        status            Get a list of enabled containers.
        create NAME BASE  Create a new container from a specific base.
        enable NAME       Enables a container.
        disable NAME      Disables a container.
        reload NAME       Reloads a container, equivalent to enable then disable.