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

@@ -3,13 +3,13 @@
<html lang="en">
<head>
<title>goTorrent</title>
<link rel="icon" href="/static/favicon/goTorrentFavicon.ico">
<script type="text/javascript" src="/static/js/kickwebsocket.js"></script>
<link rel="icon" href="static/favicon/goTorrentFavicon.ico">
<script type="text/javascript" src="static/js/kickwebsocket-generated.js"></script>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
</head>
<body>
<div id=app></div>
<script type="text/javascript" src="/static/js/bundle.js"></script>
<script type="text/javascript" src="static/js/bundle.js"></script>
</body>
</html>
{{end}}