|
|
@ -8,12 +8,12 @@ This living document details our plans for `up`. If you would like to request fe |
|
|
|
|
|
|
|
## The Roadmap |
|
|
|
|
|
|
|
- [ ] MVP - Minimum Viable Product. |
|
|
|
- [x] MVP - Minimum Viable Product. |
|
|
|
- [x] `up static` and `up proxy` MUST work. |
|
|
|
- [ ] `up kill` MUST work. |
|
|
|
- [ ]List servers option. |
|
|
|
- [ ] `up list` MUST provide list of servers running by parsing nginx's `sites-available` and `sites-enabled` folders. |
|
|
|
- [ ] `up static` MUST have an option to specify path to root. Example: `up static example.com ./public`. |
|
|
|
- [x] `up kill` MUST work. |
|
|
|
- [x]List servers option. |
|
|
|
- [x] `up list` MUST provide list of servers running from `/etc/up-serve/servers.up` file. |
|
|
|
- [x] `up static` MUST have an option to specify path to root. Example: `up static example.com ./public`. |
|
|
|
- [ ] `up static` and `up proxy` MAY take a Git URL to deploy. Example: |
|
|
|
1. `up static example.com --git https://github.com/h5bp/html5-boilerplate /html` |
|
|
|
2. `up proxy example.com 5000 --git https://github.com/heroku/node-js-sample` |
|
|
@ -21,7 +21,6 @@ This living document details our plans for `up`. If you would like to request fe |
|
|
|
- [ ] MUST add a `-s` or `--secure` flag to enable automatic HTTPS config with HTTP/2 enabled by default. |
|
|
|
- [ ] HSTS MAY be enabled with a `-s -h`, `-sh`, `-secure -hsts` or `--secure-hsts` flag. Will warn user to be sure of what they are doing. |
|
|
|
- [ ] MAY add a `-c` flag to use `certbot` to automatically generate certificates using letsencrypt. |
|
|
|
- [ ] SHOULD work on a way to make `up` work on distros other than Deb/Ubuntu based. |
|
|
|
- [ ] MAY make `up` work on Windows. |
|
|
|
|
|
|
|
Want more features or prioritize something? Raise an [issue!](https://github.com/codefeathers/up-serve/issues) |
|
|
|