Karsten Böddeker 3f8381d864 Minify all Lua code 7 years ago
..
i18n 15290e62c4 Third step to rename ffpb-packages to ffho-packages 8 years ago
luasrc 3f8381d864 Minify all Lua code 7 years ago
Makefile 3f8381d864 Minify all Lua code 7 years ago
README.md 7d930bd635 Update documentation 7 years ago

README.md

ffho-config-mode-site-select

This Package provides a drop-down list for the config mode, to select the site/region the node will be placed in. If the selection has changed the upgrade scripts in /lib/gluon/upgrade/ are triggered.

site/extra/sites.conf

site_select.hidden: optional

  • 0, show this site in drop-down list (default)
  • 1, hide this site within config mode

example

{
  {
    site_select: = {
      hidden = 1,
    },
    ...
  },
  ...
},