You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 25, 2020. It is now read-only.
<global_paramgroup="CONF_MESSAGE[Main Configurations]"name="NSQ_HOST"type="string"label="CONF_MESSAGE[NSQ Host]"description="CONF_MESSAGE[NSQ Host for internal messaging. Leave default value if booster is on the same server]"default="0.0.0.0" />
18
+
<global_paramgroup="CONF_MESSAGE[Main Configurations]"name="NSQ_PORT"type="string"label="CONF_MESSAGE[NSQ Port]"description="CONF_MESSAGE[NSQ Port for internal messaging]"default="4150"/>
18
19
<global_paramgroup="CONF_MESSAGE[Main Configurations]"name="BOOSTER_INTERNAL_CONNECTION"type="group_switch:booster_internal_connection"label="CONF_MESSAGE[Internal Connection]"description="CONF_MESSAGE[If different from default host/port]"default="same"mandatory="true"/>
19
20
<global_paramgroup_switch_name="booster_internal_connection"group_switch_label="Same as external"group_switch_value="same"name="booster_internal_connection"type="hidden"label="same"description="custom"default="same"/>
<global_paramgroup_switch_name="booster_internal_connection"group_switch_label="Custom"group_switch_value="custom"name="BOOSTER_INTERNAL_HOST"type="string"label="CONF_MESSAGE[Internal Host (if LAN IP is different from outside-world IP).]"description="CONF_MESSAGE[Internal Host]"default="127.0.0.1"/>
22
23
<global_paramgroup_switch_name="booster_internal_connection"group_switch_label="Custom"group_switch_value="custom"name="BOOSTER_INTERNAL_PORT"type="string"label="CONF_MESSAGE[Internal Port (if LAN Port is different from outside-world Port).]"description="CONF_MESSAGE[Internal Host]"default="8090"/>
23
24
25
+
<global_paramgroup="CONF_MESSAGE[Main Configurations]"name="SERVER_INTERNAL_URL"type="group_switch:server_internal_url"label="CONF_MESSAGE[Server Internal URL]"description="CONF_MESSAGE[Use this if the booster needs to communicate with the server through a different host/port than the value defined in Application Core Options]"default="same"mandatory="true"/>
26
+
<global_paramgroup_switch_name="server_internal_url"group_switch_label="Same as application"group_switch_value="same"name="server_internal_url"type="hidden"label="same"description="custom"default="same"/>
<global_paramgroup_switch_name="server_internal_url"group_switch_label="Custom"group_switch_value="custom"name="SERVER_INTERNAL_ADDRESS"type="string"label="CONF_MESSAGE[Pydio Server internal URL]"description="CONF_MESSAGE[Pydio Server URL, if LAN IP is different from outside-world IP. Set up full http url here, including http:// or https://]"/>
29
+
24
30
<global_paramgroup="CONF_MESSAGE[Advanced Configurations]"name="BOOSTER_ADV_WS_LEGEND"type="legend"label=""description="Customize URL's depending on the features."/>
25
31
26
32
<global_paramgroup="CONF_MESSAGE[Advanced Configurations]"name="BOOSTER_WS_ADVANCED"type="group_switch:booster_ws_advanced"label="CONF_MESSAGE[Websocket Network Configuration]"description="CONF_MESSAGE[Use custom URL's for websocket feature]"expose="true"default="same"mandatory="true"/>
27
33
<global_paramgroup_switch_name="booster_ws_advanced"group_switch_label="Use main configurations"group_switch_value="same"name="booster_ws_advanced"type="hidden"label="same"description="same"default="same"/>
<global_paramgroup_switch_name="booster_ws_advanced"group_switch_label="Customize"group_switch_value="custom"description="CONF_MESSAGE[WebSocket port (internal)]"label="CONF_MESSAGE[WS Port (internal)]"name="WS_PORT_INTERNAL"type="string"expose="false"default="8090"/>
<global_paramgroup_switch_name="booster_upload_advanced"group_switch_label="Customize"group_switch_value="custom"description="CONF_MESSAGE[Upload Server host]"label="CONF_MESSAGE[Upload Server host]"name="UPLOAD_HOST"type="string"expose="true"default="localhost"/>
40
46
<global_paramgroup_switch_name="booster_upload_advanced"group_switch_label="Customize"group_switch_value="custom"description="CONF_MESSAGE[Upload Server port]"label="CONF_MESSAGE[Upload Server port]"name="UPLOAD_PORT"type="string"expose="true"default="8090"/>
41
-
<global_paramgroup_switch_name="booster_upload_advanced"group_switch_label="Customize"group_switch_value="custom"description="CONF_MESSAGE[Upload Server host]"label="CONF_MESSAGE[Upload Server host]"name="UPLOAD_HOST_INTERNAL"type="string"expose="false"default="localhost"/>
42
-
<global_paramgroup_switch_name="booster_upload_advanced"group_switch_label="Customize"group_switch_value="custom"description="CONF_MESSAGE[Upload Server port]"label="CONF_MESSAGE[Upload Server port]"name="UPLOAD_PORT_INTERNAL"type="string"expose="false"default="8090"/>
47
+
<global_paramgroup_switch_name="booster_upload_advanced"group_switch_label="Customize"group_switch_value="custom"description="CONF_MESSAGE[Upload Server host (internal)]"label="CONF_MESSAGE[Upload Server host (internal)]"name="UPLOAD_HOST_INTERNAL"type="string"expose="false"default="localhost"/>
48
+
<global_paramgroup_switch_name="booster_upload_advanced"group_switch_label="Customize"group_switch_value="custom"description="CONF_MESSAGE[Upload Server port (internal)]"label="CONF_MESSAGE[Upload Server port (internal)]"name="UPLOAD_PORT_INTERNAL"type="string"expose="false"default="8090"/>
43
49
<global_paramgroup_switch_name="booster_upload_advanced"group_switch_label="Customize"group_switch_value="custom"description="CONF_MESSAGE[Upload Server secure]"label="CONF_MESSAGE[Upload Server secure]"name="UPLOAD_SECURE"type="boolean"expose="true"default="false"/>
44
50
<global_paramgroup="CONF_MESSAGE[Advanced Configurations]"description="CONF_MESSAGE[Upload Server path]"label="CONF_MESSAGE[Upload Server path]"name="UPLOAD_PATH"type="string"expose="true"default="io"/>
45
51
46
-
<global_paramgroup="CONF_MESSAGE[Advanced Configurations]"name="BOOSTER_NSQ_ADVANCED"type="group_switch:booster_nsq_advanced"label="CONF_MESSAGE[Messaging Service Network Configuration]"description="CONF_MESSAGE[Use custom URL for nsq service]"default="same"mandatory="true"/>
47
-
<global_paramgroup_switch_name="booster_nsq_advanced"group_switch_label="Use main configurations"group_switch_value="same"name="booster_nsq_advanced"type="hidden"label="same"description="same"default="same"/>
<global_paramgroup="CONF_MESSAGE[Server Internals]"type="plugin_instance:mq"name="UNIQUE_MS_INSTANCE"label="CONF_MESSAGE[MQ Instance]"description="CONF_MESSAGE[Choose the plugin, sql should be the default value]"mandatory="false"default="mq.sql"/>
52
53
<global_paramgroup="CONF_MESSAGE[Server Internals]"description="CONF_MESSAGE[Post the notification in a temporary queue. You must set up the scheduler accordingly to make sure the queue is then consumed on a regularly basis.]"label="CONF_MESSAGE[Queue notifications]"name="USE_QUEUE"type="boolean"default="false"/>
53
54
<global_paramgroup="CONF_MESSAGE[Server Internals]"type="boolean"name="MQ_USE_WORKERS"label="CONF_MESSAGE[Use Workers (experimental)]"description="CONF_MESSAGE[Send commands in background to workers waiting to execute them]"mandatory="false"default="false"/>
0 commit comments