mirror of
				https://github.com/gethomepage/homepage.git
				synced 2025-10-31 10:37:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			404 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			404 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| title: Spoolman
 | |
| description: Spoolman Widget Configuration
 | |
| ---
 | |
| 
 | |
| Learn more about [Spoolman](https://github.com/Donkie/Spoolman).
 | |
| 
 | |
| 4 spools are displayed by default. If more than 4 spools are configured in spoolman you can use the spoolIds configuration option to control which are displayed.
 | |
| 
 | |
| ```yaml
 | |
| widget:
 | |
|   type: spoolman
 | |
|   url: http://spoolman.host.or.ip
 | |
|   spoolIds: [1, 2, 3, 4] # optional
 | |
| ```
 |