Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:guide-user:luci:luci.essentials [2021/09/27 04:11] – [Instructions] vgaetera | docs:guide-user:luci:luci.essentials [2023/04/03 01:00] – [Offline installation] vgaetera | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== LuCI essentials ====== | ====== LuCI essentials ====== | ||
| - | {{section> | + | {{section> |
| ===== Introduction ===== | ===== Introduction ===== | ||
| While OpenWrt can be managed completely using SSH and the terminal, the LuCI WebUI makes many administration tasks easier. | 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 | + | The OpenWrt full releases, such as the current |
| But for lower-memory devices, such as those with 4MBytes Flash and/or 32MBytes of RAM, the full install may fail because of lacking sufficient Flash memory so you will have to [[docs: | But for lower-memory devices, such as those with 4MBytes Flash and/or 32MBytes of RAM, the full install may fail because of lacking sufficient Flash memory so you will have to [[docs: | ||
| More info on this can be obtained [[docs: | More info on this can be obtained [[docs: | ||
| Line 84: | Line 84: | ||
| uhttpd supports this; see the corresponding section of the [[docs: | uhttpd supports this; see the corresponding section of the [[docs: | ||
| + | LuCI by default comes with the bootstrap theme. There are additional themes available and you can create your own if you wish - [[: | ||
| ==== Configuration ==== | ==== Configuration ==== | ||
| * '' | * '' | ||
| Line 115: | Line 116: | ||
| === Basic === | === Basic === | ||
| * [[packages: | * [[packages: | ||
| - | * [[packages: | + | * [[packages: |
| * [[packages: | * [[packages: | ||
| * [[packages: | * [[packages: | ||
| Line 166: | Line 167: | ||
| # Fetch OpenWrt release | # Fetch OpenWrt release | ||
| - | eval $(ssh openwrt cat / | + | eval $(ssh "${OWRT_HOST}" |
| - | if [ "${DISTRIB_RELEASE}" | + | |
| - | then OWRT_DIR=" | + | |
| - | else OWRT_DIR=" | + | |
| - | fi | + | |
| # LuCI packages and repos | # LuCI packages and repos | ||
| - | OWRT_URL=" | + | case " |
| + | (snapshot) | ||
| + | (*) OWRT_URL=" | ||
| + | esac | ||
| OWRT_CORE=" | OWRT_CORE=" | ||
| - | OWRT_COREURL=" | + | OWRT_COREURL=" |
| OWRT_BASE=" | OWRT_BASE=" | ||
| - | OWRT_BASEURL=" | + | OWRT_BASEURL=" |
| OWRT_LUCI=" | OWRT_LUCI=" | ||
| luci-theme-bootstrap luci-mod-admin-full luci-lib-jsonc luci-mod-status \ | luci-theme-bootstrap luci-mod-admin-full luci-lib-jsonc luci-mod-status \ | ||
| luci-mod-system luci-mod-network" | luci-mod-system luci-mod-network" | ||
| - | OWRT_LUCIURL=" | + | OWRT_LUCIURL=" |
| # Download packages from repos | # Download packages from repos | ||
| Line 213: | Line 213: | ||
| * [[docs: | * [[docs: | ||
| * [[docs: | * [[docs: | ||
| + | * [[docs: | ||