Zer0S2m / CreepTenuousImplants

Server maintenance service (system CreepTenuous)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CreepTenuousImplants

The project requires a deployed system CreepTenuous.

Integration

Before starting, specify the environment variables that are in the main system.

An important environment variable is CT_CRON_CLEAN_STORAGE and CT_CRON_CLEAN_REDIS. Installation format.

Env params:

Env param Value Example
CT_CRON_CLEAN_STORAGE Installing a task scheduler to clean up file storage 0 0 0 * * *
CT_CRON_CLEAN_REDIS Installing a task scheduler to clean up Redis 0 0 0 * * *
IS_INTEGRATION_MAIN_SYSTEM Open a service for integration with the main system (activates controllers) true

Specify the parameter in the environment variables: IS_INTEGRATION_MAIN_SYSTEM.

Generate keys before starting the system:

make generate-keys

Move the private (integration-main-system.pem) key to the main system.

About

Server maintenance service (system CreepTenuous)

License:Apache License 2.0


Languages

Language:Java 98.4%Language:Makefile 1.6%