mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-12-04 23:02:25 -05:00
Allow allowedOrigin to be configured on container startup (#6894)
* This allows allowedOrigin to be configured on container startup * Allow for all forms of allowedOrigin values * Update readme.md
This commit is contained in:
@@ -47,6 +47,9 @@ LOCALSESSIONRECORDING=false
|
||||
MINIFY=true
|
||||
# set this value to add extra arguments to meshcentral on startup (e.g --debug ldap)
|
||||
ARGS=
|
||||
# set to the hostname(s) meshcentral will be reachable on, or true to disable origin checking
|
||||
# forms allowed "hostname" or "hostname1,hostname2" or ["hostname1","hostname2"]
|
||||
ALLOWED_ORIGIN=false
|
||||
```
|
||||
|
||||
## docker-compose.yml
|
||||
|
||||
Reference in New Issue
Block a user