Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFS Gluon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
firmware
FFS Gluon
Commits
3d1baf62
Unverified
Commit
3d1baf62
authored
1 year ago
by
Florian Maurer
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/dev/web/config-mode.rst
+13
-3
13 additions, 3 deletions
docs/dev/web/config-mode.rst
docs/features/configmode.rst
+12
-0
12 additions, 0 deletions
docs/features/configmode.rst
with
25 additions
and
3 deletions
docs/dev/web/config-mode.rst
+
13
−
3
View file @
3d1baf62
...
@@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
This diff is collapsed.
Click to expand it.
docs/features/configmode.rst
+
12
−
0
View file @
3d1baf62
...
@@ -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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment