-
Notifications
You must be signed in to change notification settings - Fork 0
configuration

-
WINSLOW_WORK_DIRECTORYAbsolut path to the working directory that has to be on a nfs- Default
/winslow/
- Example:
nfs-host:/path/to/nfs
- Default
-
WINSLOW_STORAGE_TYPEdefines the storage type- Default
-
bindused for local storage
-
- Other
-
nfsnetwork file storage
-
- Default
-
WINSLOW_LDAP_URLConnection string of LDAP Server- Default
null
- Example:
LDAP://server.ldap.domain.com
- Default
-
WINSLOW_AUTH_METHODspecifies the authentication backend for user management- Default
null
- Other
-
ldapuse ldap for user authentication -
localuse winslow build in user management
-
- Default
-
WINSLOW_ROOT_USERSa list of users split by ,- Default
- empty list
- Example:
luke,yoda,ahsokaluke
- Default
-
WINSLOW_LOCK_DURATION_MSlock something don't know what TODO- Default
-
300000= 5min, minimum allowed value is 10000ms = 10s
-
- Example
15000
- Default
-
WINSLOW_BACKENDdefines the OCI backend, currently only Docker is supported- Default
null
- Other
-
dockeruse docker as OCI backend
-
- Default
-
WINSLOW_NO_STAGE_EXECUTIONstage execution, act as observer / web-accessor- Default
-
0enable stage execution, act as observer / web-accessor
-
- Other
-
1disables stage execution
-
- Default
-
WINSLOW_NODE_NAMEname of host system- Default
- content of /etc/hostname
- Example
winslow1
- Default
-
WINSLOW_DEV_ENVdisables authentication and allows access to all resources- Default
-
falsedisables development mode
-
- Other
-
trueenables development mode
-
- Default
-
WINSLOW_DEV_REMOTE_USERusername to assign to requests- Default
null
- Example
lea
- Default
-
WINSLOW_DEV_ENV_IPpublicly visible IP of the WEB-UI- Default
null
- Example
192.168.1.178
- Default
-
WINSLOW_NO_WEB_APIREST/WebSocket-API (no longer starts Spring Boot)- Default
-
0enables web api
-
- Other
-
1disable
-
- Default
-
WINSLOW_API_PATHdefines the root uri for the backend server- Default
/api/v1/
- Default
-
WINSLOW_WEBSOCKET_PATH- Default
/ws/v1/
- Default
-
WINSLOW_STATIC_HTMLpath of static html page- Default
null
- Example:
/path/to/static/html/page
- Default
-
WINSLOW_WEB_REQUIRE_SECURE: activates usage of TLS certificate? TODO- Default
-
0disabled, no cert used
-
- Other
-
1enables usage of cert
-
- Default
-
WINSLOW_NO_GPU_USAGEaccess to GPUs- Default
-
0disables
-
- Other
-
1enables
-
- Default