universe

Universe
git clone https://git.dasho.dev/universe.git
Log | Files | Refs | Submodules | README

commit a74cc8740d857ebc3b8663db786e9a71302fc2f4
parent 6b3e08deea700cd1bee2fc45192d2cafd997291a
Author: Dasho <git@dasho.dev>
Date:   Thu, 31 Jul 2025 03:29:09 +0000

[chat] 🚀 feat(compose)!: add docker compose support & fix style

Implemented support and structure for docker compose. Simplified home page and allowed for launching multiple chats at once. Auto setup darknet support.

BREAKING CHANGE: Existing chats launched in this repo will break (due to changes in  chat/index.php  . Therefore, do not launch through a server directly, or via shared hosting. This is meant to be launched on a server. Please make appropriate edits to the  docker-compose.yml  file before launching with  docker compose build && docker compose up -d  .

Diff is too large, output suppressed.