minor updates

This commit is contained in:
AJ ONeal 2019-02-27 20:51:47 -07:00
parent 75f538fa16
commit 583ffabdff
4 changed files with 1037 additions and 2 deletions

View File

@ -1,6 +1,8 @@
# Telebit™ Remote # Telebit™ Remote
Because friends don't let friends localhost™ The T-Rex Long-Arm of the Internet
<small>because friends don't let friends localhost</small>
| Sponsored by [ppl](https://ppl.family) | Sponsored by [ppl](https://ppl.family)
| **Telebit Remote** | **Telebit Remote**
@ -524,7 +526,7 @@ rm -rf ~/.config/telebit ~/.local/share/telebit
Browser Library Browser Library
======= =======
This is implemented with websockets, so you should be able to This is implemented with websockets, so browser compatibility is a hopeful future outcome. Would love help.
LICENSE LICENSE
======= =======

0
bin/telebit.js Normal file → Executable file
View File

1031
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -54,10 +54,12 @@
"homepage": "https://git.coolaj86.com/coolaj86/telebit.js#readme", "homepage": "https://git.coolaj86.com/coolaj86/telebit.js#readme",
"dependencies": { "dependencies": {
"@coolaj86/urequest": "^1.3.5", "@coolaj86/urequest": "^1.3.5",
"express": "^4.16.4",
"finalhandler": "^1.1.1", "finalhandler": "^1.1.1",
"greenlock": "^2.3.1", "greenlock": "^2.3.1",
"js-yaml": "^3.11.0", "js-yaml": "^3.11.0",
"jsonwebtoken": "^7.1.9", "jsonwebtoken": "^7.1.9",
"keypairs": "^1.0.1",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",
"proxy-packer": "^2.0.2", "proxy-packer": "^2.0.2",
"ps-list": "^5.0.0", "ps-list": "^5.0.0",