Commit Graph

18 Commits

Author SHA1 Message Date
Anders Pitman
4aeac8d9c4 Fix outdated RSA
Updates x/crypto which now no longer uses sha1 by default. This
was necessary versions of OpenSSH after 8.7 no longer support
sha1. See https://www.openssh.com/txt/release-8.8
2022-09-23 12:49:48 -06:00
Anders Pitman
9be7ed5b62 Update to namedrop v0.7.0 and go mod tidy 2022-02-11 12:22:46 -07:00
Anders Pitman
e5cee3bbb9 Warning instead of fail if no public IP 2022-01-05 22:42:11 -07:00
Anders Pitman
769097c270 Update to namedrop 0.4.0 2022-01-04 22:55:32 -07:00
Anders Pitman
7b4d8c40c0 Update to namedrop 0.3.0 2022-01-04 21:01:33 -07:00
Anders Pitman
f2d2e13e06 Update namedrop-go version 2022-01-04 20:40:37 -07:00
Anders Pitman
ec6739ea63 Use github version of namedrop-go 2021-12-30 22:39:34 -07:00
Anders Pitman
f8281d95a4 Move some stuff into namedrop library 2021-12-30 20:57:28 -07:00
Anders Pitman
42f0580690 Move namdrop into separate library 2021-12-30 14:52:59 -07:00
Anders Pitman
988bb37bad First draft namedrop API integration 2021-12-30 01:00:52 -07:00
Anders Pitman
8f39130674 Add QR code to printed login info 2021-12-20 00:46:26 -07:00
Anders Pitman
93647182ad Remove go rice from build 2021-12-14 14:58:38 -07:00
Anders Pitman
60fbfac081 Implement first draft of HTML UI
The UI was originally written using fancy HTML checkbox toggle
hacks in order to make the UI very fast. It's cool but complicated
and difficult to change. In order to make updates to the UI more
quickly, I'm changing it to use traditional HTML with full page
reloads for navigation. It's not as fast but much simpler.
2021-12-14 14:06:25 -07:00
Anders Pitman
45f609b8ba Move executable into separate package
Enables us to move towards being able to import as a library.
2020-12-07 21:41:45 -07:00
Anders Pitman
0e39e9dd57 Add QR code login URLs for tokens
Also set cookies to max age of a year rather than session cookies.
2020-10-18 18:39:30 -06:00
Anders Pitman
84b7c0828e Start implementing custom client
Basic SSH plumbing in place. Go makes this way too easy.
2020-09-30 23:49:03 -06:00
Anders Pitman
0cb3250711 Add go.rice dependency 2020-09-29 20:51:57 -06:00
Anders Pitman
b83fd6eb41 Start using go modules 2020-09-29 20:26:02 -06:00