gluon/package/gluon-web-node-role/check_site.lua
lemoer 41538d8415 package/*: Allow reasonable values in custom.json config
As of now, we allow:
- default_domain
- authorized_keys
- mesh_on_wan
- mesh_on_lan
- poe_passthrough
- setup_mode.skip
- roles.default
2021-08-15 16:39:00 +02:00

3 lines
99 B
Lua

need_string(in_site_or_custom({'roles', 'default'}))
need_string_array(in_site({'roles', 'list'}))