Skip to content

Enoz/enoz.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enoz.dev

Deploy

Live at Enoz.Dev

Frontend code to the website. Built using Svelte

The backend for the chat feature. The service acts as both a Discord bot and a webserver, orchestrating a chat session through text channels.

Deployment

Architecture

The website is served from a single VPS. Both the frontend and backend are built into images and deployed using Docker. A Caddy proxy orchestrates traffic.

https://enoz.dev -> VPS -> | Caddy  |-> Frontend (SSR served with Node)
                                    |-> Chatter-Bot (Node)