Karsten Böddeker 3f8381d864 Minify all Lua code %!s(int64=7) %!d(string=hai) anos
..
i18n 15290e62c4 Third step to rename ffpb-packages to ffho-packages %!s(int64=8) %!d(string=hai) anos
luasrc 3f8381d864 Minify all Lua code %!s(int64=7) %!d(string=hai) anos
Makefile 3f8381d864 Minify all Lua code %!s(int64=7) %!d(string=hai) anos
README.md 7d930bd635 Update documentation %!s(int64=7) %!d(string=hai) anos

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