Michael Schwarz 8a7a1ae9ad Fix selection of the current selected site in the config wizard 5 years ago
..
i18n c3d0e1398b Update packages to work with gluon 2018.1.x 5 years ago
luasrc 8a7a1ae9ad Fix selection of the current selected site in the config wizard 5 years ago
Makefile c3d0e1398b Update packages to work with gluon 2018.1.x 5 years ago
README.md 8614e8b440 Move everything one level up 5 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,
    },
    ...
  },
  ...
},