1
Fork 0
mirror of https://github.com/Steffo99/todocolors.git synced 2024-10-16 07:17:28 +00:00
Self-hostable live multiuser todo app
Find a file
2023-09-29 09:42:15 +02:00
.idea Implement rudimentary task journal 2023-09-29 09:32:42 +02:00
media Add icon to the README 2023-08-06 18:58:41 +02:00
todoblue Implement rudimentary task journal 2023-09-29 09:32:42 +02:00
todopod Implement rudimentary task journal 2023-09-29 09:32:42 +02:00
todored Derive defaults for TaskIcon, TaskImportance, TaskPriority, and v1::TaskStatus 2023-09-29 09:42:15 +02:00
.directory Add logo and improve metadata and manifest 2023-08-06 18:47:07 +02:00
README.md Implement rudimentary task journal 2023-09-29 09:32:42 +02:00

Todocolors

A self-hostable multiplayer todo app with Redis, Rust, WebSockets and Next.js.

Warning:

This project is currently a prototype.

Features may be changed, break, or have security issues without anything being communicated!

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.

Screenshots

Screenshot of the application, detailing a nonsensical "Plan for conquering the world"

Installation

To deploy your own instance of Todocolors, use the (Docker) compose.yml file included in todopod/, tweaking the network_mode and ports of the caddy container as you see appropriate.

Data will be stored in the data/redis/rdata/ directory.

Further customization

For more customization, make changes and then build your own Docker images using the provided Dockerfile in todored/ and todoblue/.

Credits & acknowledgements

TODO