mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-11-04 10:01:05 +01:00 
			
		
		
		
	Merge pull request #505 from y0ngb1n/fix-docs-metrics-endpoint
This commit is contained in:
		
						commit
						68403cb76e
					
				@ -55,6 +55,7 @@ docker run \
 | 
				
			|||||||
  --rm \
 | 
					  --rm \
 | 
				
			||||||
  --volume $(pwd)/config:/etc/headscale/ \
 | 
					  --volume $(pwd)/config:/etc/headscale/ \
 | 
				
			||||||
  --publish 127.0.0.1:8080:8080 \
 | 
					  --publish 127.0.0.1:8080:8080 \
 | 
				
			||||||
 | 
					  --publish 127.0.0.1:9090:9090 \
 | 
				
			||||||
  headscale/headscale:<VERSION> \
 | 
					  headscale/headscale:<VERSION> \
 | 
				
			||||||
  headscale serve
 | 
					  headscale serve
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -80,7 +81,7 @@ docker ps
 | 
				
			|||||||
Verify `headscale` is available:
 | 
					Verify `headscale` is available:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```shell
 | 
					```shell
 | 
				
			||||||
curl http://127.0.0.1:8080/metrics
 | 
					curl http://127.0.0.1:9090/metrics
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
6. Create a namespace ([tailnet](https://tailscale.com/kb/1136/tailnet/)):
 | 
					6. Create a namespace ([tailnet](https://tailscale.com/kb/1136/tailnet/)):
 | 
				
			||||||
 | 
				
			|||||||
@ -67,7 +67,7 @@ To run `headscale` in the background, please follow the steps in the [SystemD se
 | 
				
			|||||||
Verify `headscale` is available:
 | 
					Verify `headscale` is available:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```shell
 | 
					```shell
 | 
				
			||||||
curl http://127.0.0.1:8080/metrics
 | 
					curl http://127.0.0.1:9090/metrics
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
8. Create a namespace ([tailnet](https://tailscale.com/kb/1136/tailnet/)):
 | 
					8. Create a namespace ([tailnet](https://tailscale.com/kb/1136/tailnet/)):
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user