Skip to content
Snippets Groups Projects
Unverified Commit 3d1baf62 authored by Florian Maurer's avatar Florian Maurer
Browse files

docs configmode: add links to specific package docs of config mode

parent e1415963
No related branches found
No related tags found
No related merge requests found
...@@ -11,18 +11,28 @@ gluon-config-mode-core ...@@ -11,18 +11,28 @@ gluon-config-mode-core
gluon-config-mode-hostname gluon-config-mode-hostname
Provides a hostname field. Provides a hostname field.
gluon-config-mode-autoupdater :doc:`gluon-config-mode-autoupdater <../../features/autoupdater>`
Informs whether the autoupdater is enabled. Informs whether the autoupdater is enabled.
gluon-config-mode-mesh-vpn :doc:`gluon-config-mode-mesh-vpn <../../features/vpn>`
Allows toggling of mesh-vpn-fastd and setting a bandwidth limit. Allows toggling of installed mesh-vpn technology and setting a bandwidth limit.
gluon-config-mode-geo-location gluon-config-mode-geo-location
Enables the user to set the geographical location of the node. 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 gluon-config-mode-contact-info
Adds a field where the user can provide contact information. 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 Writing Config Mode modules
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
...@@ -38,3 +38,15 @@ Accessing Config Mode ...@@ -38,3 +38,15 @@ Accessing Config Mode
Config Mode can be accessed at http://192.168.1.1. The node will offer DHCP 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 to clients. Should this fail, you may assign an IP from 192.168.1.0/24 to
your computer manually. 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment