Karsten Böddeker 7d930bd635 Update documentation hace 7 años
..
files a79cc4282c ffho-config-mode-site-select: update package to use toolbox of ffho-site-select hace 8 años
i18n 15290e62c4 Third step to rename ffpb-packages to ffho-packages hace 8 años
Makefile aec0976935 standardize Makefiles hace 8 años
README.md 7d930bd635 Update documentation hace 7 años

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,
    },
    ...
  },
  ...
},