Relaxy!

Self-hosted assets

The Relaxy! CDN

cdn.relaxy.xyz · online

Every image, asset and file the bot and this site use is served from here - a content delivery network I run myself, straight off the Pi. No third-party host, no per-request bill. And if you'd want me to host your important file, then feel free to ask :)

Browse the CDN

Base URL: https://cdn.relaxy.xyz

What it serves

One place for everything static

Instead of shipping assets with every project, they all live in one tidy, cacheable spot.

Website assets

The mascot art, icons, social images and markdown content for this very site are all grouped under /relaxy/website.

Bot assets

Shared images the Discord bot renders and reuses live under /relaxy/common, fetched on demand.

Music & media

Audio and media files the music engine leans on are kept under /relaxy/music, close to the bot.

How it's laid out

The directory tree

Read live from the CDN itself. This is walked straight off cdn.relaxy.xyz, so that it never falls out of date.

cdn.relaxy.xyz/
├── favicon.ico
└── relaxy/
    ├── website/            # everything this site uses
    │   ├── icons/          # favicon
    │   ├── img/
    │   │   ├── mascot/       # Relaxy character art
    │   │   ├── social/       # og-image, top.gg badge
    │   │   └── people/       # owner / supporter / collab art
    │   ├── scripts/        # commands.js, marked.min.js
    │   └── text/           # changelog, devlog, upcoming
    ├── common/             # shared bot images
    └── music/              # audio & media assets