mirror of
				https://github.com/TeaOSLab/EdgeAdmin.git
				synced 2025-11-04 05:00:25 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			645 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			645 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{$layout}
 | 
						|
{$template "menu"}
 | 
						|
{$template "/left_menu"}
 | 
						|
 | 
						|
<div class="right-box">
 | 
						|
	<p>在官网下载节点安装包,然后通过修改节点安装包中的<code-label>configs/cluster.yaml</code-label>,启动后会自动注册节点。</p>
 | 
						|
	<table class="ui table definition selectable">
 | 
						|
		<tr>
 | 
						|
			<td class="title">cluster.yaml<br/>
 | 
						|
				<em><download-link :v-element="'cluster-config-box'" :v-file="'cluster.yaml'">[下载]</download-link></em>
 | 
						|
			</td>
 | 
						|
			<td>
 | 
						|
				<pre id="cluster-config-box">rpc:
 | 
						|
	endpoints: [ {{cluster.endpoints}} ]
 | 
						|
	clusterId: "{{cluster.uniqueId}}"
 | 
						|
	secret: "{{cluster.secret}}"</pre>
 | 
						|
			</td>
 | 
						|
		</tr>
 | 
						|
	</table>
 | 
						|
</div>
 |