Reverse Proxy with SSL support, Generated client Configs, JWT client to server auth, closes #13

This commit is contained in:
2018-02-07 21:41:00 -05:00
parent 0abe1620c6
commit d6288f4aaa
17 changed files with 1816 additions and 1222 deletions

View File

@@ -38,6 +38,12 @@ Image of the frontend UI
- [X] Global Rate Limiting for Upload/Download Speed
- [X] Add torrents from watch folder (cron job every 5 minutes)
- [X] Authentication from client to server (done via JWT, will add functionality for 3rd party clients later)
- [X] Reverse Proxy Support with SSL upgrade added (with provided config for nginx)
- [X] Mostly generated client config from toml.config on first run
- [ ] Unit testing completed for a large portion of the package
@@ -49,7 +55,6 @@ Image of the frontend UI
- [ ] Ability to view TOML settings from WebUI (and perhaps change a few as well)
- [ ] Authentication from client to server
- Late 2018