diff --git a/.directory b/.directory deleted file mode 100644 index 98e8be1..0000000 --- a/.directory +++ /dev/null @@ -1,2 +0,0 @@ -[Desktop Entry] -Icon=/home/steffo/Workspaces/Steffo99/todocolors/todoblue/public/favicon.ico diff --git a/.idea/icon.svg b/.idea/icon.svg index fd43b25..1034364 100644 --- a/.idea/icon.svg +++ b/.idea/icon.svg @@ -1,10 +1,26 @@ - - - + + + + + + + + + + - - - + + + + + + + + + + + + diff --git a/media/icon.png b/.media/icon.png similarity index 100% rename from media/icon.png rename to .media/icon.png diff --git a/media/logo.xcf b/.media/logo.xcf similarity index 100% rename from media/logo.xcf rename to .media/logo.xcf diff --git a/media/screenshot.png b/.media/screenshot.png similarity index 100% rename from media/screenshot.png rename to .media/screenshot.png diff --git a/README.md b/README.md index ab733d3..543d703 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ -# ![](media/icon.png) Todocolors +
-A self-hostable multiplayer todo app with Redis, Rust, WebSockets and Next.js. +# ![](.media/icon.png) Todocolors -> Warning: +A self-hostable multiplayer todo app + +
+ +> [!Warning] > > This project is currently a prototype. > @@ -10,11 +14,15 @@ A self-hostable multiplayer todo app with Redis, Rust, WebSockets and Next.js. > > The code is a bit better now, but still may get rewritten from scratch for the next iteration of the project! > -> Use and contribute at your own risk. +> Use and contribute at your own risk.รน + +## Links + +[![Website](https://img.shields.io/website?url=https%3A%2F%2Ftodo.steffo.eu%2F)](https://todo.steffo.eu/) ## Screenshots -![Screenshot of the application, detailing a nonsensical "Plan for conquering the world"](media/screenshot.png 'Screenshot of the application, detailing a nonsensical "Plan for conquering the world') +![Screenshot of the application, detailing a nonsensical "Plan for conquering the world"](.media/screenshot.png 'Screenshot of the application, detailing a nonsensical "Plan for conquering the world') ## Architecture diff --git a/todopod/compose.yml b/todopod/compose.yml index 99a2999..f4cb074 100644 --- a/todopod/compose.yml +++ b/todopod/compose.yml @@ -8,6 +8,7 @@ services: --loglevel notice volumes: - "./data/redis/rdata:/data" + red: image: "ghcr.io/steffo99/todocolors-red" restart: unless-stopped @@ -16,9 +17,11 @@ services: AXUM_XFORWARDED: "TODO-YOUR-PUBLIC-URL-GOES-HERE" TODORED_RATE_LIMIT_CONNECTIONS_PER_MINUTE: 5 TODORED_RATE_LIMIT_MESSAGES_PER_MINUTE: 100 + blue: image: "ghcr.io/steffo99/todocolors-blue" restart: unless-stopped + caddy: image: "caddy" restart: unless-stopped