mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-04-15 16:38:51 -04:00
add dns to domains in schema
This commit is contained in:
parent
b1d2d1aea9
commit
93ea293a23
@ -984,6 +984,11 @@
|
|||||||
"items": {
|
"items": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"dns": {
|
||||||
|
"type": "string",
|
||||||
|
"default": null,
|
||||||
|
"description": "The DNS name used to access this domain instead of accessing it via a subfolder"
|
||||||
|
},
|
||||||
"siteStyle": {
|
"siteStyle": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"default": 2,
|
"default": 2,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user