From 3d1baf624215da8e5549057779c3b3758d5469e3 Mon Sep 17 00:00:00 2001 From: Florian Maurer <f.maurer@outlook.de> Date: Sat, 10 Feb 2024 10:29:50 +0100 Subject: [PATCH] docs configmode: add links to specific package docs of config mode --- docs/dev/web/config-mode.rst | 16 +++++++++++++--- docs/features/configmode.rst | 12 ++++++++++++ 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/docs/dev/web/config-mode.rst b/docs/dev/web/config-mode.rst index 9c708fb9f..f69f50c2b 100644 --- a/docs/dev/web/config-mode.rst +++ b/docs/dev/web/config-mode.rst @@ -11,18 +11,28 @@ gluon-config-mode-core gluon-config-mode-hostname Provides a hostname field. -gluon-config-mode-autoupdater +:doc:`gluon-config-mode-autoupdater <../../features/autoupdater>` Informs whether the autoupdater is enabled. -gluon-config-mode-mesh-vpn - Allows toggling of mesh-vpn-fastd and setting a bandwidth limit. +:doc:`gluon-config-mode-mesh-vpn <../../features/vpn>` + Allows toggling of installed mesh-vpn technology and setting a bandwidth limit. gluon-config-mode-geo-location Enables the user to set the geographical location of the node. +gluon-config-mode-geo-location-osm + Lets the user click on a map to select the geographical location through a OSM map + gluon-config-mode-contact-info Adds a field where the user can provide contact information. +:doc:`../../package/gluon-web-cellular` + Adds advanced options to enter WWAN config. + +:doc:`../../package/gluon-web-network` + Adds option to configure used role on interfaces + +Most of the configuration options are described in :ref:`user-site-config_mode` Writing Config Mode modules ~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/features/configmode.rst b/docs/features/configmode.rst index 58e3ccd57..074b7ad4e 100644 --- a/docs/features/configmode.rst +++ b/docs/features/configmode.rst @@ -38,3 +38,15 @@ Accessing Config Mode Config Mode can be accessed at http://192.168.1.1. The node will offer DHCP to clients. Should this fail, you may assign an IP from 192.168.1.0/24 to your computer manually. + +Advanced Config Options +----------------------- + +Depending on the installed packages, the advanced config mode allows to configure packages further. + +* :doc:`gluon-web-wifi-config enable <wlan-configuration>` radios used for wifi and mesh as well as outdoor mode +* :doc:`../package/gluon-web-network` allows to configure the used roles (uplink, mesh, client) on each interface +* :doc:`../package/gluon-web-admin` allows to enter SSH keys or set a password in the `Remote access` section +* :doc:`../package/gluon-web-cellular` allows to configure SIM card / WWAN settings on supported cellular devices + +The advanced config does also allow to upload a sysupgrade file to update the firmware to a different version. -- GitLab