OpenWrt: Enabling HTTPS for the LuCI Web Admin Interface ...
fabianlee.org › 2016/09/19 › openwrt-enabling-httpsSep 19, 2016 · Install the following packages: # opkg update # opkg install luci-lib-px5g px5g-standalone libustream-openssl # opkg install luci. If you needed to make modifications to uhttp, you could edit ‘/etc/config/uhttpd’, but by default https is already configured to listen on 443, it just needed the dependent packages installed from above. So go ahead and restart uhttp now, and if you don’t already have a key at ‘/etc/uhttpd.key’ and cert at ‘/etc/uhttpd.crt’, the uhttpd startup ...
[OpenWrt Wiki] Share USB hard-drive with Samba using LuCI
openwrt.org › docs › guide-userNov 25, 2020 · Whether it is a USB pen or a hard-drive. Simply plug it in the USB port, and it should show be automatically detected by OpenWrt (if you ssh into the router you will typically find a new entry /dev/sda for the device, and /dev/sda1 for it's first partition). Now go to the Mount points tab under System in the Luci web-interface. You will find your USB storage device listed already as show below.
kuoruan/luci-app-v2ray: LuCI support for V2Ray - GitHub
github.com › kuoruan › luci-app-v2rayJul 26, 2021 · For translations, please install luci-i18n-v2ray-*. You may need to remove dnsmasq before installing this package. Configure. Download V2Ray file from V2Ray release link or V2Ray ipk release link. Upload V2Ray file to your router, or install the ipk file. Config V2Ray file path in LuCI page. Add your inbound and outbound rules. Enable the service via LuCI.
LuCI essentials - OpenWrt Wiki
openwrt.org › docs › guide-userThe file /www/index.html (installed with LuCI) is prepared such that when requested, it redirects you to /cgi-bin/luci, which is the default CGI gateway for LuCI. This is just a script, which basically calls Lua at /usr/bin/lua . uhttpd is configured by default to load pages as CGI in the /cgi-bin path, and thus starts serving these pages with the /cgi-bin/luci script.
LuCI essentials - OpenWrt Wiki
https://openwrt.org/docs/guide-user/luci/luci.essentialsLuCI essentials This article relies on the following: * Accessing OpenWrt CLI * Managing configurations * Managing packages * Managing services Introduction While OpenWrt can be managed completely using SSH and the terminal, the LuCI WebUI makes many administration tasks easier. The OpenWrt full releases, such as the current 18.06.x series, ship with the LuCI …