AJ ONeal
|
c40a17dceb
|
place our node path BEFORE theirs
|
2017-11-07 12:25:01 -07:00 |
AJ ONeal
|
186a68a0ad
|
don't exit with bad status code
|
2017-11-07 12:16:19 -07:00 |
AJ ONeal
|
fe477300aa
|
show unistall instructions, etc
|
2017-11-07 05:42:55 -07:00 |
AJ ONeal
|
278ba38398
|
move my_app_name
|
2017-11-07 04:21:33 -07:00 |
AJ ONeal
|
041138f4b2
|
move my_tmp
|
2017-11-07 04:20:15 -07:00 |
AJ ONeal
|
3bb6dc9680
|
run from cloned folder
|
2017-11-07 04:09:01 -07:00 |
AJ ONeal
|
5c7a5c0b2e
|
turn on set +e around if blocks
|
2017-11-06 18:30:41 -07:00 |
AJ ONeal
|
55f81ca1b6
|
update user in systemd script
|
2017-11-06 18:26:33 -07:00 |
AJ ONeal
|
ecf5f038dd
|
test without [
|
2017-11-06 18:11:05 -07:00 |
AJ ONeal
|
b332b1fc89
|
more exact ANDROID_ROOT
|
2017-11-06 18:01:40 -07:00 |
AJ ONeal
|
33c54149c0
|
fix symlinks and list directory to copy
|
2017-11-06 17:54:23 -07:00 |
AJ ONeal
|
669587a07e
|
less verbose
|
2017-11-06 17:43:36 -07:00 |
AJ ONeal
|
64fc41377f
|
WIP simpler installer
|
2017-11-06 17:37:30 -07:00 |
AJ ONeal
|
680cb05f89
|
WIP simpler installer
|
2017-11-06 17:35:55 -07:00 |
AJ ONeal
|
847824f97a
|
WIP simpler installer
|
2017-11-06 17:34:35 -07:00 |
AJ ONeal
|
11715f1405
|
WIP simpler installer
|
2017-11-06 17:33:49 -07:00 |
AJ ONeal
|
e0fe188846
|
WIP simpler installer
|
2017-11-06 17:30:14 -07:00 |
AJ ONeal
|
34ce5ed4ee
|
WIP simpler installer
|
2017-11-06 17:00:25 -07:00 |
AJ ONeal
|
e3c99636c5
|
add standard files
|
2017-11-06 11:08:33 -07:00 |
tigerbot
|
28f28c6eb9
|
made DDNS care less when checking the gateway fails
|
2017-11-03 15:16:30 -06:00 |
tigerbot
|
ef5dcb81f4
|
fixed bug determining for which domains to set new DNS records
|
2017-11-03 14:36:27 -06:00 |
tigerbot
|
b4e967f152
|
made the loopback check more robust
|
2017-11-03 14:31:28 -06:00 |
tigerbot
|
5de8edb33d
|
fixed incorrect behavior when loopback or tunnel initially fails
|
2017-11-03 14:31:15 -06:00 |
AJ ONeal
|
b1d5ed3b14
|
Do not use leading underscores for SNI.
|
2017-11-01 14:50:29 -06:00 |
AJ ONeal
|
4a576da545
|
Update README.md
|
2017-10-30 11:24:29 -06:00 |
AJ ONeal
|
af14149a13
|
updated docs for tcp.proxy and ssh
|
2017-10-30 11:16:20 -06:00 |
tigerbot
|
b44ad7b17a
|
added documentation for the new tcp.proxy module
|
2017-10-26 15:44:19 -06:00 |
tigerbot
|
138f59bea3
|
implemented proxying decrypted TLS streams in raw form
|
2017-10-26 14:39:51 -06:00 |
tigerbot
|
0ef845f2d5
|
added some documentation for the tokens API
|
2017-10-26 12:07:27 -06:00 |
tigerbot
|
e504c4b717
|
Merge branch 'ddns'
# Conflicts:
# README.md
# etc/goldilocks/goldilocks.example.yml
|
2017-10-25 18:35:07 -06:00 |
tigerbot
|
de3977d1e4
|
fixed bug reading non-existant config files
|
2017-10-25 18:33:22 -06:00 |
tigerbot
|
c9318b65b0
|
fixed enclosure problem for static modules
|
2017-10-25 18:06:41 -06:00 |
tigerbot
|
20cf66c67d
|
added CORS header needed after recent change to OAuth3 library requests
|
2017-10-25 13:35:06 -06:00 |
tigerbot
|
72ff65e833
|
fix some misc problem found using browser to access API
|
2017-10-25 11:00:06 -06:00 |
AJ ONeal
|
c4af0d05ec
|
show that redirects can be to other domains
|
2017-10-24 16:05:02 -06:00 |
AJ ONeal
|
019ec2b990
|
add option to serve directories
|
2017-10-24 16:04:44 -06:00 |
AJ ONeal
|
5e48a2ed5e
|
Merge branch 'master' of git.daplie.com:Daplie/goldilocks.js
|
2017-10-24 12:51:33 -06:00 |
AJ ONeal
|
85472588c3
|
gotta turn on indexes somehow
|
2017-10-24 12:51:21 -06:00 |
tigerbot
|
00de23ded7
|
implemented setting DNS records after tunnel connect
currently done automatically by API we get the tunnel token from, but in the
near-ish future that will be changed
|
2017-10-20 18:02:55 -06:00 |
tigerbot
|
82f0b45c56
|
implemented cleanup/update of DNS records on config change
|
2017-10-20 15:38:10 -06:00 |
tigerbot
|
acf2fd7764
|
looking at active tunnel session on DDNS config update
|
2017-10-19 17:45:05 -06:00 |
tigerbot
|
c23f5ae25b
|
moved the session cache to be longer lasting
|
2017-10-19 12:58:04 -06:00 |
tigerbot
|
019e4fa063
|
made connectTunnel wait for connections to actually start
|
2017-10-19 12:37:08 -06:00 |
tigerbot
|
3aed276faf
|
switched to newer config structure for setting DNS records
|
2017-10-18 16:06:44 -06:00 |
tigerbot
|
b9fac21b05
|
switched to using new config format when connecting to tunnel
|
2017-10-18 15:37:35 -06:00 |
tigerbot
|
c55c034f11
|
started using of the ddns.loopback setting
|
2017-10-18 13:48:08 -06:00 |
tigerbot
|
6b2b91ba26
|
updated the documentation and validation for DDNS settings
|
2017-10-18 12:06:01 -06:00 |
tigerbot
|
cfaa8d4959
|
added interface to save user tokens
|
2017-10-17 18:36:36 -06:00 |
tigerbot
|
9c7aaa4f98
|
reduced some duplication in handling error responses
|
2017-10-17 16:16:57 -06:00 |
tigerbot
|
f2ce3e9fe1
|
Merge branch 'api-rewrite' into ddns
# Conflicts:
# API.md
# bin/goldilocks.js
# etc/goldilocks/goldilocks.example.yml
# lib/admin/apis.js
# lib/app.js
# lib/worker.js
|
2017-10-17 13:07:52 -06:00 |