Create README.md
parent
7c85bc41f8
commit
522963b9d6
@ -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_
|
||||||
Loading…
Reference in New Issue