Moode Forum

Full Version: READ ALL ABOUT IT - Supersolution for all your moOde problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi moOde fans,
Hi moOde fans,
Hi,

how do you clean up Cach

thx
(01-26-2019, 07:42 PM)JST1963 Wrote: [ -> ]Sorry guys, there's no such thing as a supersolution...

But there is something that doesn't hurt doing, and can still solve lot's of the issues I read here and that is: "Clear the Browser Cache"
I'm almost pretty sure it'll take away more than 20% of the moOde sorrows :-)

Maybe Tim can insert something like a auto-cleanup every 4 hours or so…

Very good advice... but as the users are accessing Moode via Windows PCs, MAC OSx computers, LINUX computers, ANDROID and iOS devices, etc. then the users are solely responsible to find out the particular way to maintain the Internet browser they use while accessing Moode remotely from their particular device... there's no ONE SIZES FITS ALL solution here...

... and a lot of information can be found by simply typing a few 'magic' words in one's favourite SEARCH ENGINE Smile
Hi moOde fans,
Hi moOde fans,
Yes, /mnt/NAS and /mnt/SDCARD are created during the build of the image and are meant to be permanent dirs.

The code that touches the /mntNAS dir is like below. Its to either add or delete the mount point dir

mkdir /mnt/NAS/mount_point
rmdir /mnt/NAS/mount_point

Obviously if mount_point is blank then the NAS dir gets deleted, but in the NAS Config form the Name field which corresponds to mount_point does not allow a blank entry.

-Tim