From 522963b9d6711e27059bf103ccf6ed85846721a4 Mon Sep 17 00:00:00 2001 From: mReXiTuS Date: Sat, 4 Feb 2017 10:50:07 +0100 Subject: [PATCH] Create README.md --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..eda8667 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# tomato-design +Custom CSS for older routers running Tomato Firmware inspired by [AdvancedTomato](https://advancedtomato.com/), that are unsupported by AdvancedTomato firmware. + +## Installation + +### Using init script + +#### 1. Upload script +1. Navigate to __Administration__ > __Scripts__ +2. Choose __WAN Up__ +3. Paste content of __tomato_wanup.sh__ script +4. Save changes + +#### 2. Enable Custom CSS +1. Navigate to __Administration__ > __Admin Access__ +2. Change color scheme to __custom.css__ +3. Save changes and reboot router + +### Using SSH + +#### 1. Upload Custom CSS over SSH +1. Enable SSH deamon in __Administration__ > __Admin Access__ +2. Connect to router over SSH +3. Create folder __wwwext__ in __/var/__ +4. Upload custom.css file into __/var/wwwext/__ + +#### 2. Enable Custom CSS +1. Navigate to __Administration__ > __Admin Access__ +2. Change color scheme to __custom.css__ +3. Save changes and reboot router + +_After every reboot, this needs to be performed again. Router will automatically remove custom.css file after reboot_