Snapcraft configuration #2
							
								
								
									
										9
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -43,3 +43,12 @@ jspm_packages | |||||||
| 
 | 
 | ||||||
| # Optional REPL history | # Optional REPL history | ||||||
| .node_repl_history | .node_repl_history | ||||||
|  | 
 | ||||||
|  | # Snapcraft | ||||||
|  | /parts/ | ||||||
|  | /prime/ | ||||||
|  | /stage/ | ||||||
|  | .snapcraft | ||||||
|  | *.snap | ||||||
|  | *.tar.bz2 | ||||||
|  | 
 | ||||||
|  | |||||||
							
								
								
									
										24
									
								
								snap/snapcraft.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								snap/snapcraft.yaml
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,24 @@ | |||||||
|  | name: telebit-relay | ||||||
|  | version: '0.20.0' | ||||||
|  | summary: Because friends don't let friends localhost | ||||||
|  | description: | | ||||||
|  |   A server that works in combination with Telebit Remote | ||||||
|  |   to allow you to serve http and https from any computer, | ||||||
|  |   anywhere through a secure tunnel. | ||||||
|  | 
 | ||||||
|  | grade: stable | ||||||
|  | confinement: strict | ||||||
|  | 
 | ||||||
|  | apps: | ||||||
|  |   telebit-relay: | ||||||
|  |     command: telebit-relay --config $SNAP_COMMON/config.yml | ||||||
|  |     plugs: [network, network-bind] | ||||||
|  |     daemon: simple | ||||||
|  | 
 | ||||||
|  | parts: | ||||||
|  |   telebit-relay: | ||||||
|  |     plugin: nodejs | ||||||
|  |     node-engine: 10.13.0 | ||||||
|  |     source: . | ||||||
|  |     override-build: | | ||||||
|  |       snapcraftctl build | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user