INTERNAL INFRASTRUCTURE & AUTOMATION

Private Toolkit for
Distributed Systems.

Consolidated systems management utilizing a C/C++ core with Go-based CLI utilities and C# interop for high-performance networking.

shikaframework-core

C/C++23 baseline. MISRA-compliant primitives for internal cross-language interoperability.

C++23 ABI

shikacloud CLI

Go utility for VPS management. Automated LEGO ACME challenges via Cloudflare API.

GO ACME

shikalog & shikaterm

Go modules for OTel logging and terminal state management for internal tooling.

OTEL ANSI

Automation Staging

Current implementation focus: Standardizing shikacloud certificate rotation using systemd units and native timers for fully autonomous TLS/SSL management.

Systemd Unit
[Unit]
Description=ShikaCloud SSL Renew
After=network.target

[Service]
Type=oneshot
ExecStart=/usr/bin/shikacloud cert renew
Systemd Timer
[Unit]
Description=Weekly SSL Check

[Timer]
OnCalendar=weekly
Persistent=true

[Install]
WantedBy=timers.target
# shikacloud-cli install --automation systemd
[INFO] Generating systemd unit: shikacloud-ssl.service
[INFO] Generating systemd timer: shikacloud-ssl.timer
[INFO] Systemd daemon reloaded.
[SUCCESS] SSL automation active (Frequency: Weekly)