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

69 lines
2 KiB
Markdown
Raw Normal View History

2024-09-13 01:22:25 +00:00
<div align="center">
2023-07-30 00:26:40 +00:00
2024-09-13 01:22:25 +00:00
# ![](.media/icon.png) Todocolors
2023-08-04 19:23:05 +00:00
2024-09-13 01:22:25 +00:00
A self-hostable multiplayer todo app
</div>
> [!Warning]
2023-08-04 19:23:05 +00:00
>
> 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
>
2024-09-13 01:22:25 +00:00
> 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/)
2023-08-04 19:23:05 +00:00
## Screenshots
2024-09-13 01:22:25 +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
## Architecture
The application is split in two modules:
- [todored](todored), a backend written in [Rust] built upon [axum]
- [todoblue](todoblue), a frontend written in [TypeScript] built upon [Next.JS]
[Rust]: https://www.rust-lang.org/
[axum]: https://docs.rs/axum/latest/axum/
[TypeScript]: https://www.typescriptlang.org/
[Next.JS]: https://nextjs.org/
2023-09-29 07:32:42 +00:00
## Installation
2023-10-10 23:37:23 +00:00
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.
2023-09-29 07:32:42 +00:00
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/`.
2023-10-12 08:09:06 +00:00
## Build
Build instructions are provided for the two modules:
- [todored](todored/BUILD.md)
- [todoblue](todoblue/BUILD.md)
## Development
Development instructions are provided for the two modules:
- [todored](todored/DEVELOP.md)
- [todoblue](todoblue/DEVELOP.md)
2023-10-10 23:37:23 +00:00
## License
2023-09-29 07:32:42 +00:00
2023-11-19 04:28:21 +00:00
This project is licensed under the [EUPL-1.2](./LICENSE.txt).
2023-10-10 23:37:23 +00:00
## Attribution
Open source attributions are split by module, see:
- [todored](todored/NOTICE.md)
- [todoblue](todoblue/NOTICE.txt)