mirror of
				https://github.com/therootcompany/greenlock-express.js.git
				synced 2024-11-16 17:28:59 +00:00 
			
		
		
		
	update urls
This commit is contained in:
		
							parent
							
								
									6abffa0620
								
							
						
					
					
						commit
						5fe75b8484
					
				
							
								
								
									
										31
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										31
									
								
								README.md
									
									
									
									
									
								
							| @ -1,29 +1,12 @@ | |||||||
| <!-- BANNER_TPL_BEGIN --> |  | ||||||
| 
 |  | ||||||
| About Daplie: We're taking back the Internet! |  | ||||||
| -------------- |  | ||||||
| 
 |  | ||||||
| Down with Google, Apple, and Facebook! |  | ||||||
| 
 |  | ||||||
| We're re-decentralizing the web and making it read-write again - one home cloud system at a time. |  | ||||||
| 
 |  | ||||||
| Tired of serving the Empire? Come join the Rebel Alliance: |  | ||||||
| 
 |  | ||||||
| <a href="mailto:jobs@daplie.com">jobs@daplie.com</a> | [Invest in Daplie on Wefunder](https://daplie.com/invest/) | [Pre-order Cloud](https://daplie.com/preorder/), The World's First Home Server for Everyone |  | ||||||
| 
 |  | ||||||
| <!-- BANNER_TPL_END --> |  | ||||||
| 
 |  | ||||||
| greenlock-express (letsencrypt-express) | greenlock-express (letsencrypt-express) | ||||||
| ================= | ================= | ||||||
| 
 | 
 | ||||||
| [](https://gitter.im/Daplie/letsencrypt-express?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | | [greenlock (lib)](https://git.coolaj86.com/coolaj86/greenlock.js) | ||||||
| 
 | | [greenlock-cli](https://git.coolaj86.com/coolaj86/greenlock-cli.js) | ||||||
| | [greenlock (lib)](https://git.daplie.com/Daplie/node-greenlock) |  | ||||||
| | [greenlock-cli](https://git.daplie.com/Daplie/greenlock-cli) |  | ||||||
| | **greenlock-express** | | **greenlock-express** | ||||||
| | [greenlock-cluster](https://git.daplie.com/Daplie/greenlock-cluster) | | [greenlock-cluster](https://git.coolaj86.com/coolaj86/greenlock-cluster.js) | ||||||
| | [greenlock-koa](https://git.daplie.com/Daplie/greenlock-koa) | | [greenlock-koa](https://git.coolaj86.com/coolaj86/greenlock-koa.js) | ||||||
| | [greenlock-hapi](https://git.daplie.com/Daplie/greenlock-hapi) | | [greenlock-hapi](https://git.coolaj86.com/coolaj86/greenlock-hapi.js) | ||||||
| | | | | ||||||
| 
 | 
 | ||||||
| Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems. | Free SSL and managed or automatic HTTPS for node.js with Express, Koa, Connect, Hapi, and all other middleware systems. | ||||||
| @ -125,7 +108,7 @@ var lex = require('greenlock-express').create({ | |||||||
| , store: require('le-store-certbot').create({ webrootPath: '/tmp/acme-challenges' }) | , store: require('le-store-certbot').create({ webrootPath: '/tmp/acme-challenges' }) | ||||||
| 
 | 
 | ||||||
| // You probably wouldn't need to replace the default sni handler | // You probably wouldn't need to replace the default sni handler | ||||||
| // See https://git.daplie.com/Daplie/le-sni-auto if you think you do | // See https://git.coolaj86.com/coolaj86/le-sni-auto if you think you do | ||||||
| //, sni: require('le-sni-auto').create({}) | //, sni: require('le-sni-auto').create({}) | ||||||
| 
 | 
 | ||||||
| , approveDomains: approveDomains | , approveDomains: approveDomains | ||||||
| @ -188,7 +171,7 @@ API | |||||||
| 
 | 
 | ||||||
| This module is an elaborate ruse (to provide an oversimplified example and to nab some SEO). | This module is an elaborate ruse (to provide an oversimplified example and to nab some SEO). | ||||||
| 
 | 
 | ||||||
| The API is actually located at [node-greenlock options](https://git.daplie.com/Daplie/node-greenlock) | The API is actually located at [node-greenlock options](https://git.coolaj86.com/coolaj86/greenlock.js) | ||||||
| (because all options are simply passed through to `node-greenlock` proper without modification). | (because all options are simply passed through to `node-greenlock` proper without modification). | ||||||
| 
 | 
 | ||||||
| The only "API" consists of two options, the rest is just a wrapper around `node-greenlock` to take LOC from 15 to 5: | The only "API" consists of two options, the rest is just a wrapper around `node-greenlock` to take LOC from 15 to 5: | ||||||
|  | |||||||
| @ -20,7 +20,7 @@ | |||||||
|   }, |   }, | ||||||
|   "repository": { |   "repository": { | ||||||
|     "type": "git", |     "type": "git", | ||||||
|     "url": "git+https://git.daplie.com/Daplie/greenlock-express.git" |     "url": "git+https://git.coolaj86.com/coolaj86/greenlock-express.js.git" | ||||||
|   }, |   }, | ||||||
|   "keywords": [ |   "keywords": [ | ||||||
|     "acme", |     "acme", | ||||||
| @ -38,10 +38,10 @@ | |||||||
|     "ssl", |     "ssl", | ||||||
|     "tls" |     "tls" | ||||||
|   ], |   ], | ||||||
|   "author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)", |   "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)", | ||||||
|   "license": "(MIT OR Apache-2.0)", |   "license": "(MIT OR Apache-2.0)", | ||||||
|   "bugs": { |   "bugs": { | ||||||
|     "url": "https://git.daplie.com/Daplie/greenlock-express/issues" |     "url": "https://git.coolaj86.com/coolaj86/greenlock-express.js/issues" | ||||||
|   }, |   }, | ||||||
|   "homepage": "https://git.daplie.com/Daplie/greenlock-express#readme" |   "homepage": "https://git.coolaj86.com/coolaj86/greenlock-express.js#readme" | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user