1
Fork 0
mirror of https://github.com/Steffo99/todocolors.git synced 2024-10-16 15:27:27 +00:00
todocolors/README.md

31 lines
1.1 KiB
Markdown
Raw Normal View History

2023-08-06 16:58:41 +00:00
# ![](media/icon.png) Todocolors
2023-07-30 00:26:40 +00:00
2023-08-04 19:23:05 +00:00
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!
>
2023-08-13 02:14:48 +00:00
> The code is a bit better now, but still may get rewritten from scratch for the next iteration of the project!
2023-08-04 19:23:05 +00:00
>
> Use and contribute at your own risk.
## Screenshots
2023-08-13 02:14:48 +00:00
![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')
2023-09-29 07:32:42 +00:00
## 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