Hello,
Tried install scMerlin on my Ac86 router yesterday but failed to get the gui working.
Today I give it Another go but still not recognized.
Tried changing the adress manually, and as I tested
The scMerlin gui actually loaded. But there we're no tab or anything but all content looked OK!
The menuTree.js file is initially backed up to /tmp/ and changed so I checked it, but no entries for scMerlin were there.
So I checked /www/require/modules/menuTree.js and of course there is no entry there either. So I updated it manually:
Code:
{
menuName: "Addons",
index: "menu_Addons",
tab: [
{url: "user2.asp", tabName: "Unbound"},
{url: "user5.asp", tabName: "scMerlin"},
{url: "javascript:window.open('/ext/shared-jy/redirect.htm','_blank')", tabName: ">
{url: "NULL", tabName: "__INHERIT__"}
]
}
Quickly checked the gui, and it is now there, in the right place (in all its glory)!
Back to ssh and for curiosity I checked the /tmp/menuTree.js (the one I didn't touch) and to my surprise, my added entry is now in this file aswell. How is that happening? Is there som other script hogging this file, preventing scMerlin from editing?
All scripts I have (wireguard, unbound, yazfi, skynet, diversion) are up to date.
I can't reboot now but will try in a couple of hours. I'm guessing that the gui page will be gone again.
//Zeb