Bump to 6.0.43, use go generate

Also moved fetching of JSON information to Go for cross-OS usage.
This commit is contained in:
Paul Tyng
2021-04-09 09:41:43 -04:00
parent 5219e06753
commit 4ab4036985
76 changed files with 504 additions and 429 deletions

View File

@@ -0,0 +1,21 @@
{
"advanced_feature_enabled": "true|false",
"alert_enabled": "true|false",
"auto_upgrade": "true|false",
"boot_sound": "true|false",
"led_enabled": "true|false",
"outdoor_mode_enabled": "true|false",
"unifi_idp_enabled": "true|false",
"wifiman_enabled": "true|false",
"x_mgmt_key": "[0-9a-f]{32}",
"x_ssh_auth_password_enabled": "true|false",
"x_ssh_bind_wildcard": "true|false",
"x_ssh_enabled": "true|false",
"x_ssh_keys": [
""
],
"x_ssh_md5passwd": "",
"x_ssh_password": ".{1,128}",
"x_ssh_sha512passwd": "",
"x_ssh_username": "^[_A-Za-z0-9][-_.A-Za-z0-9]{0,29}$"
}