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
dependabot[bot] a5a4fc8073 Bump rustix from 0.38.18 to 0.38.19 in /todored
Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.38.18 to 0.38.19.
- [Release notes](https://github.com/bytecodealliance/rustix/releases)
- [Commits](https://github.com/bytecodealliance/rustix/compare/v0.38.18...v0.38.19)

---
updated-dependencies:
- dependency-name: rustix
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-22 22:30:42 +02:00
.idea Add development instructions and improve development environment for todored 2023-10-12 12:44:56 +02:00
media Add icon to the README 2023-08-06 18:58:41 +02:00
todoblue Add development instructions and improve development environment for todoblue 2023-10-12 11:03:56 +02:00
todopod Update compose.yml 2023-10-09 19:42:57 +02:00
todored Bump rustix from 0.38.18 to 0.38.19 in /todored 2023-10-22 22:30:42 +02:00
.directory Add logo and improve metadata and manifest 2023-08-06 18:47:07 +02:00
LICENSE.txt Add LICENSE.txt 2023-10-10 19:36:38 +02:00
README.md Add development instructions and improve development environment for todoblue 2023-10-12 11:03:56 +02:00
todocolors.iml Add IntelliJ module for Todocolors itself 2023-10-10 19:34:23 +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"

Architecture

The application is split in two modules:

Installation

To deploy your own instance of Todocolors, use the files contained 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/.

Build

Build instructions are provided for the two modules:

Development

Development instructions are provided for the two modules:

License

This project is licensed under the AGPL-3.0-or-later.

Attribution

Open source attributions are split by module, see: