Router Landing page option!

I would love to see an option to enable a redirect for users who want to quickly get to luci, and forget to type in the path, and do not want a bookmark etc. I cannot see why this would be a bad option to have, I created one, which works amazing, I just added a second page, and changed the index file at the first line of
/etc/nginx/conf.d/gl.conf

Here is the AI generated, super simple code if anyone wants!

indexbutton.zip (815 Bytes)

1 Like

LuCI is buried under System for a reason. Unaware users can get real confused real fast and nuke their configuration real quick but more importantly GL.iNet's customisations/API isn't fully sync'd with LuCI's uci. Here's an example:

Here's a non-AI generated .sh so you can quickly make backups as snapshots before getting all 'experimental.'

2 Likes

Oh I agree it should be buried, I would not expect something like this as a default.

Thanks for the backup ideas, I use my own script though...

But the login can come in handy, it is way quicker than waiting for an older mango etc to load its pages, and does not tie up that memory(mine is on the edge), and there is very little difference for advanced users, who would be using your 'Advanced' link in the first place, why not place an option THERE to make a second login avaliable or something. You have more than basic users, as shown clearly by your forums.

Anyways, not super important, I was just showing what I made in case others like it. Your more tame users would not be able to install it anyways!:grin:

1 Like

... just wait until you start scripting uci calls/pushes over passwordless/pubkey ssh or even get into Ansible for OpenWrt. You're gonna laugh at the system resources burnt up by running a GUI. You'll exec /etc/init.d/uhttpd disable in no time. :wink:

Yeah, I am not quite there yet, there are some things I need luci for, but mostly I ssh in... Just more things to wrap my head around! Keeps you young!

:down_arrow:Then hack away to your heart's content! I know the fun of voiding warranties but I do prefer a snapshot/rollback system during testing before pushing it out before relying on it.