Skip to content

mindset-dev/ai-infra-hostinger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

23 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿง  AI Infra on Hostinger โ€” mindset-dev

Where automation evolves into cognition.

This repository is the meta-layer for the Hostinger-based AI Systems Lab.

This repo explains the architecture, shows diagrams, and provides lightweight scripts and templates.
It does not duplicate the running Docker Compose stacks.

๐Ÿงฉ System Map

graph LR
    CF["๐ŸŒ Cloudflare DNS"] --> Caddy["โš™๏ธ Caddy Reverse Proxy"]

    subgraph Docker_Compose_Projects
        L["๐Ÿง  localai"]
        M["๐Ÿงฉ maui"]
        MEM["๐Ÿงฌ mem0"]
        O3["๐Ÿฅ o3 (OpenMRS)"]
        A["๐Ÿ”ฎ arcane"]
    end

    subgraph KIND_Cluster
        CP["๐Ÿ–ฅ๏ธ control-plane"]
        W1["๐Ÿงฑ worker"]
        W2["๐Ÿงฑ worker2"]
        CP --> W1
        CP --> W2
    end

    Caddy --> L
    Caddy --> M
    Caddy --> MEM
    Caddy --> O3
    Caddy --> A


Routing: Endpoints are fronted by Caddy and Cloudflare on bigtorig.com.

Projects as Units: Each stack runs with a Compose project name (e.g., -p localai, -p maui, -p o3) so docker compose down only affects that group.

๐Ÿงฐ This Repo Contains

/docs โ€” Architecture notes (network, projects, upstream inspirations)

/scripts โ€” Non-invasive helpers for documentation/housekeeping

.env.example โ€” Common variables (no secrets)

What it does not contain: full Docker Compose or secrets. Those stay in local-ai-packaged.

Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages