From 6e6138d9e350a74ec2494575f78fa846bcf8aee6 Mon Sep 17 00:00:00 2001 From: Yurii Nazarenko Date: Sun, 1 Sep 2024 21:19:31 +0200 Subject: [PATCH] Improved readme --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e8b8380..20efe4d 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,20 @@ # What is that? ![Main Screen](img/rrm2x.png) -RRManager is a Redpill Recovery DSM application aimed to provide the ability to configure/update RR without booting to RR recovery. This package is for experienced users. +RRManager is a Redpill Recovery DSM application aimed to provide the ability to configure/update RR without booting to RR recovery. This package is for experienced users. + +# RRM + TTYD + Download Station = ❤️ ❗❗❗ Required `RR v.24.2.4` ### Features - - [x] upload and install update from the DSM - - [x] run custom jobs with ui(`clean_system_disk.cgi`, etc..) - - [x] no more marked as virus - - [ ] manage addons (in progress) + - [x] Update RR (From `PC` and `DSM`) + - [x] Managing addons + - [x] Update manager: update checker and downloader via `Download Manager` + +### TODO + - [ ] Seemles integration with `TTYD` Package (in progress) + - [ ] Fix the issue during installing the RRM alongside with `WebStation` + - [ ] Localization That app is built on the `DSM` UI framework: `Ext.Js 3.4`. I didn't find documentaion regarding that framework, so I spent a lot of time to reserch how to build ui and call DSM actions utilyzing that approach. That is why the ui is so unperfect))