| 
									
										
										
										
											2020-02-03 13:25:51 +01:00
										 |  |  | .. _searx_utils:
 | 
					
						
							| 
									
										
										
										
											2020-02-04 13:13:17 +01:00
										 |  |  | .. _toolboxing:
 | 
					
						
							| 
									
										
										
										
											2020-02-03 13:25:51 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-04-24 17:03:10 +02:00
										 |  |  | ===================
 | 
					
						
							|  |  |  | Admin's tooling box
 | 
					
						
							|  |  |  | ===================
 | 
					
						
							| 
									
										
										
										
											2020-02-03 13:25:51 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-02-25 17:42:52 +01:00
										 |  |  | In the folder :origin:`utils/` we maintain some tools useful for administrators.
 | 
					
						
							| 
									
										
										
										
											2020-02-05 07:37:26 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-02-03 13:25:51 +01:00
										 |  |  | .. toctree::
 | 
					
						
							| 
									
										
										
										
											2020-02-04 16:42:13 +01:00
										 |  |  |    :maxdepth: 2
 | 
					
						
							|  |  |  |    :caption: Contents
 | 
					
						
							| 
									
										
										
										
											2020-02-03 13:25:51 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  |    searx.sh
 | 
					
						
							|  |  |  |    filtron.sh
 | 
					
						
							|  |  |  |    morty.sh
 | 
					
						
							| 
									
										
										
										
											2020-03-30 18:47:01 +02:00
										 |  |  |    lxc.sh
 | 
					
						
							| 
									
										
										
										
											2020-02-03 13:25:51 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-02-04 13:13:17 +01:00
										 |  |  | .. _toolboxing common:
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-04-08 18:38:36 +02:00
										 |  |  | Common commands & environment
 | 
					
						
							|  |  |  | =============================
 | 
					
						
							| 
									
										
										
										
											2020-02-04 13:13:17 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | Scripts to maintain services often dispose of common commands and environments.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-04-08 18:38:36 +02:00
										 |  |  | ``shell`` : command
 | 
					
						
							| 
									
										
										
										
											2020-02-04 13:13:17 +01:00
										 |  |  |   Opens a shell from the service user ``${SERVICE_USSR}``, very helpful for
 | 
					
						
							|  |  |  |   troubleshooting.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-04-08 18:38:36 +02:00
										 |  |  | ``inspect service`` : command
 | 
					
						
							| 
									
										
										
										
											2020-02-04 13:13:17 +01:00
										 |  |  |   Shows status and log of the service, most often you have a option to enable
 | 
					
						
							|  |  |  |   more verbose debug logs.  Very helpful for debugging, but be careful not to
 | 
					
						
							|  |  |  |   enable debugging in a production environment!
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-04-08 18:38:36 +02:00
										 |  |  | ``FORCE_TIMEOUT`` : environment
 | 
					
						
							|  |  |  |   Sets timeout for interactive prompts. If you want to run a script in batch
 | 
					
						
							|  |  |  |   job, with defaults choices, set ``FORCE_TIMEOUT=0``.  By example; to install a
 | 
					
						
							|  |  |  |   reverse proxy for filtron on all containers of the :ref:`searx suite
 | 
					
						
							|  |  |  |   <lxc-searx.env>` use ::
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     sudo -H ./utils/lxc.sh cmd -- FORCE_TIMEOUT=0 ./utils/filtron.sh apache install
 | 
					
						
							| 
									
										
										
										
											2020-12-13 15:20:33 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-02-04 13:13:17 +01:00
										 |  |  | .. _toolboxing setup:
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Tooling box setup
 | 
					
						
							|  |  |  | =================
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-12-21 00:37:45 +01:00
										 |  |  | The main setup is done in the :origin:`.config.sh` (read also :ref:`settings
 | 
					
						
							|  |  |  | global`).
 | 
					
						
							| 
									
										
										
										
											2020-02-04 13:13:17 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | .. literalinclude:: ../../.config.sh
 | 
					
						
							|  |  |  |    :language: bash
 |