@@ -136,17 +136,18 @@ left arrow - cycles backwards in gallery
136
136
right arrow - cycles forward in gallery
137
137
esc - closes details pane
138
138
139
- ####using Command Line Arguments
140
- | Command line parameter| Type| Description|
141
- |------------------------|-------|--------------
142
- | ` --enableLocalStorage ` | boolean| Use local folder to store application data|
143
- | ` --app_dir ` | String| path to the application directory|
144
- | ` --cache_dir ` | String| path to the tempoarary scraper cache directory|
145
- | ` --imgproxy_dir ` | String| path to the imageproxy directory|
146
- | ` --search_dir ` | String| path to the Search Index directory|
147
- | ` --preview_dir ` | String| path to the Scraper Cache directory|
148
- | ` --scriptsheatmap_dir ` | String| path to the scripts_heatmap directory|
149
- | ` --myfiles_dir ` | String| path to the myfiles directory for serving users own content (eg images|
150
- | ` --databaseurl ` | String| override default database path|
151
- | ` --web_port ` | Int| override default Web Page port 9999|
152
- | ` --ws_addr ` | String| override default Websocket address from the default 0.0.0.0:9998|
139
+ ####using Command Line Arguments/Environment Variables
140
+ | Command line parameter| Environment Variable| Type| Description|
141
+ | ------------------------| --------------| ------| -------------|
142
+ | ` --enableLocalStorage ` | | boolean| Use local folder to store application data|
143
+ | ` --app_dir ` | XBVR_APPDIR| String| path to the application directory|
144
+ | ` --cache_dir ` | XBVR_CACHEDIR| String| path to the tempoarary scraper cache directory|
145
+ | ` --imgproxy_dir ` | XBVR_IMAGEPROXYDIR| String| path to the imageproxy directory|
146
+ | ` --search_dir ` | XBVR_SEARCHDIR| String| path to the Search Index directory|
147
+ | ` --preview_dir ` | XBVR_VIDEOPREVIEWDIR| String| path to the Scraper Cache directory|
148
+ | ` --scriptsheatmap_dir ` | XBVR_SCRIPTHEATMAPDIR| String| path to the scripts_heatmap directory|
149
+ | ` --myfiles_dir ` | XBVR_MYFILESDIR| String| path to the myfiles directory for serving users own content (eg images|
150
+ | ` --databaseurl ` | DATABASE_URL| String| override default database path|
151
+ | ` --web_port ` | XBVR_WEB_PORT| Int| override default Web Page port 9999|
152
+ | ` --ws_addr ` | DB_CONNECTION_POOL_SIZE| String| override default Websocket address from the default 0.0.0.0:9998|
153
+ | ` --concurrent_scrapers ` | CONCURRENT_SCRAPERS| String| set the number of scrapers that run concurrently default 9999|