mirror of
				https://github.com/gethomepage/homepage.git
				synced 2025-10-31 02:27:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			548 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			548 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ---
 | |
| title: Syncthing Relay Server
 | |
| description: Syncthing Relay Server Widget Configuration
 | |
| ---
 | |
| 
 | |
| Learn more about [Syncthing Relay Server](https://github.com/syncthing/syncthing).
 | |
| 
 | |
| Pulls stats from the [relay server](https://docs.syncthing.net/users/strelaysrv.html). [See here](https://github.com/gethomepage/homepage/pull/230#issuecomment-1253053472) for more information on configuration.
 | |
| 
 | |
| Allowed fields: `["numActiveSessions", "numConnections", "bytesProxied"]`.
 | |
| 
 | |
| ```yaml
 | |
| widget:
 | |
|   type: strelaysrv
 | |
|   url: http://syncthing.host.or.ip:22070
 | |
| ```
 |